Skip to content

Commit 7207ba0

Browse files
committed
Bump dependencies for Laravel 12
1 parent c5a779a commit 7207ba0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php": "^7.1 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.3",
2020
"aws/aws-sdk-php": "^3.145 || ^3.219 || ^3.263",
21-
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.8 || ^10.6 || ^11.0"
21+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.8 || ^10.6 || ^11.0 || ^12.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^3.8 || ^5.0 || ^6.0 || ^7.4 || ^8.2",
24+
"orchestra/testbench": "^3.8 || ^5.0 || ^6.0 || ^7.4 || ^8.2 || ^10.0",
2525
"phpunit/phpunit": "^7.0 || ^8.4 || ^9.3.3 || ^11.0.1"
2626
},
2727
"autoload": {
@@ -37,7 +37,6 @@
3737
"scripts": {
3838
"test": "vendor/bin/phpunit",
3939
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
40-
4140
},
4241
"config": {
4342
"sort-packages": true

0 commit comments

Comments
 (0)