Skip to content

Commit 7df050b

Browse files
committed
Update support for Laravel Framework v10
1 parent b716ad3 commit 7df050b

File tree

2 files changed

+1791
-836
lines changed

2 files changed

+1791
-836
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
}
1212
],
1313
"require": {
14-
"php" : "^8.0.2",
15-
"illuminate/config": "~9.0",
16-
"illuminate/database": "~9.0",
17-
"illuminate/http": "~9.0"
14+
"php" : "^8.1",
15+
"illuminate/config": "~10.0",
16+
"illuminate/database": "~10.0",
17+
"illuminate/http": "~10.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^9.5.8",
2121
"mockery/mockery": "^1.5.1",
22-
"orchestra/testbench": "^7.16"
22+
"orchestra/testbench": "^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)