Skip to content

Commit

Permalink
use vlucas/phpdotenv ^4.0 for laravel ^7.0 componentes
Browse files Browse the repository at this point in the history
  • Loading branch information
SPie committed May 15, 2020
1 parent c309bc9 commit 2b26663
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"require": {
"php": ">7.1.3",
"lcobucci/jwt": "^3.2",
"illuminate/auth": ">=5.4",
"illuminate/config": ">=5.4",
"illuminate/console": ">=5.4",
"illuminate/contracts": ">=5.4",
"illuminate/support": ">=5.4",
"illuminate/cache": ">=5.4",
"vlucas/phpdotenv": "^3.3"
"illuminate/auth": ">=5.4|^7.0",
"illuminate/config": ">=5.4|^7.0",
"illuminate/console": ">=5.4|^7.0",
"illuminate/contracts": ">=5.4|^7.0",
"illuminate/support": ">=5.4|^7.0",
"illuminate/cache": ">=5.4|^7.0",
"vlucas/phpdotenv": "^3.3|^4.0"
},
"require-dev": {
"phpunit/phpunit": "~7.0",
Expand Down

0 comments on commit 2b26663

Please sign in to comment.