Skip to content

Commit bdb0de3

Browse files
authored
Update for Laravel 10
1 parent 6af0056 commit bdb0de3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@
1313
}
1414
],
1515
"require": {
16-
"php": "^7.4|^8.0",
17-
"illuminate/support": "^8.0|^9.0"
16+
"php": "^8.1",
17+
"illuminate/support": "^10.0"
1818
},
1919
"require-dev": {
20-
"friendsofphp/php-cs-fixer": "^2.16",
21-
"orchestra/testbench": "^6.0",
22-
"phpunit/phpunit": "^9.0"
20+
"orchestra/testbench": "^8.0",
21+
"phpunit/phpunit": "^10.0"
2322
},
2423
"autoload": {
2524
"psr-4": {

0 commit comments

Comments
 (0)