composer gitignore update
This commit is contained in:
parent
2c1e4d1a06
commit
dc7a85cb54
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,4 +12,3 @@ npm-debug.log
|
|||||||
robots.txt
|
robots.txt
|
||||||
_ide_helper.php
|
_ide_helper.php
|
||||||
.phpstorm.meta.php
|
.phpstorm.meta.php
|
||||||
composer.lock
|
|
@ -10,6 +10,12 @@
|
|||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
|
|
||||||
|
# Prevent Direct Access to Protected Files
|
||||||
|
<FilesMatch "(?i)(^artisan$|\.env|\.log)">
|
||||||
|
Order deny,allow
|
||||||
|
Deny from all
|
||||||
|
</FilesMatch>
|
||||||
|
|
||||||
# Prevent Direct Access To Protected Folders
|
# Prevent Direct Access To Protected Folders
|
||||||
RewriteRule ^(app|bootstrap|config|database|resources|routes|storage|tests)/(.*) / [L,R=301]
|
RewriteRule ^(app|bootstrap|config|database|resources|routes|storage|tests)/(.*) / [L,R=301]
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
"barryvdh/laravel-ide-helper": "2.3.*",
|
"barryvdh/laravel-ide-helper": "2.3.*",
|
||||||
"bkwld/cloner": "3.2.*",
|
"bkwld/cloner": "3.2.*",
|
||||||
"dingo/api": "1.0.0-beta8",
|
"dingo/api": "1.0.0-beta8",
|
||||||
"fzaninotto/faker": "1.6.*",
|
|
||||||
"guzzlehttp/guzzle": "6.3.*",
|
"guzzlehttp/guzzle": "6.3.*",
|
||||||
"intervention/image": "2.3.*",
|
"intervention/image": "2.3.*",
|
||||||
"jackiedo/dotenv-editor": "1.*",
|
"jackiedo/dotenv-editor": "1.*",
|
||||||
@ -34,6 +33,9 @@
|
|||||||
"sofa/eloquence": "5.4.*",
|
"sofa/eloquence": "5.4.*",
|
||||||
"tucker-eric/eloquentfilter": "1.1.*"
|
"tucker-eric/eloquentfilter": "1.1.*"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"fzaninotto/faker": "1.6.*"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
"database",
|
"database",
|
||||||
|
4759
composer.lock
generated
Normal file
4759
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user