Skip to content

Commit

Permalink
atualizando e descontinuando o projeto :(
Browse files Browse the repository at this point in the history
  • Loading branch information
marcio1002 committed Nov 20, 2020
1 parent 680c885 commit 9de2f84
Show file tree
Hide file tree
Showing 88 changed files with 1,232 additions and 3,158 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vendor/
.vscode/settings.json

.vscode/comand_atalho_php.code-snippets
src/uploads/imageCompany/*
3 changes: 2 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Options All -Indexes
# ROUTER URL Rewrite
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*)$ index.php?route=/$1 [L,QSA]
RewriteRule ^(.*)$ index.php?route=/$1 [L,QSA]
RewriteRule ^(.+)\.(\d+)\.(js|css|png|jpg|gif)$ $1.$3 [L]
13 changes: 0 additions & 13 deletions .vscode/comand_atalho_php.code-snippets

This file was deleted.

8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"keywords": [
"PHP",
"Composer",
"crud-application",
"discounts"
],
"homepage": "https://github.com/marcio1002/EcoMais",
Expand Down Expand Up @@ -44,9 +43,8 @@
"phpmailer/phpmailer": "~6.1",
"league/plates": "^3.3",
"league/oauth2-google": "^3.0",
"coffeecode/uploader": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
"coffeecode/uploader": "^1.0",
"twbs/bootstrap": "5.0.0-alpha3",
"marcio1002/render-file": "^1.2"
}
}
Loading

0 comments on commit 9de2f84

Please sign in to comment.