Skip to content

Commit d57d0cc

Browse files
committed
Update dependencies to prep for Laravel 9
1 parent cfaf7fb commit d57d0cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.3.0",
18+
"php": "^7.3|^8.0",
1919
"illuminate/console": ">=6.0",
2020
"illuminate/database": ">=6.0",
2121
"illuminate/http": ">=6.0",
2222
"illuminate/support": ">=6.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.2.4",
26-
"orchestra/testbench": "^6.2",
27-
"laravel/legacy-factories": "1.0.4"
25+
"phpunit/phpunit": ">=8.5",
26+
"orchestra/testbench": ">=6.2",
27+
"laravel/legacy-factories": ">=1.0.4"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)