Skip to content

Commit 6ad46f6

Browse files
committed
Remove maximum dependency limitation
1 parent ba1bd05 commit 6ad46f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"haydenpierce/class-finder": "^0.4.0"
1414
},
1515
"require-dev": {
16-
"fzaninotto/faker": "~1.4",
17-
"illuminate/routing": "~6.0",
18-
"laravel/lumen-framework": "^6.0",
19-
"mockery/mockery": "^1.0",
20-
"phpunit/phpunit": "~7.0"
16+
"fzaninotto/faker": ">=1.4",
17+
"illuminate/routing": ">=6.0",
18+
"laravel/lumen-framework": ">=6.0",
19+
"mockery/mockery": ">=1.0",
20+
"phpunit/phpunit": ">=7.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)