Skip to content

Commit e2bbca6

Browse files
Bump dependencies for Laravel 12 (#42)
1 parent ee09e2b commit e2bbca6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/http": "^10.0 || ^11.0",
21-
"illuminate/support": "^10.0 || ^11.0"
20+
"illuminate/http": "^10.0 || ^11.0 || ^12.0",
21+
"illuminate/support": "^10.0 || ^11.0 || ^12.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^8.0 || ^9.0",
24+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
2525
"phpunit/phpunit": "^10.0 || ^11.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)