Skip to content

Commit

Permalink
Remove maximum dependency limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
LIQRGV committed Jun 9, 2020
1 parent ba1bd05 commit 6ad46f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"haydenpierce/class-finder": "^0.4.0"
},
"require-dev": {
"fzaninotto/faker": "~1.4",
"illuminate/routing": "~6.0",
"laravel/lumen-framework": "^6.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "~7.0"
"fzaninotto/faker": ">=1.4",
"illuminate/routing": ">=6.0",
"laravel/lumen-framework": ">=6.0",
"mockery/mockery": ">=1.0",
"phpunit/phpunit": ">=7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6ad46f6

Please sign in to comment.