Skip to content

Commit 487a84e

Browse files
Bump dependencies for Laravel 11 (#459)
1 parent eda274d commit 487a84e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
"require": {
1818
"php": ">=8.1",
1919
"genealabs/laravel-pivot-events": "^10.0",
20-
"illuminate/cache": "^10.0",
21-
"illuminate/config": "^10.0",
22-
"illuminate/console": "^10.0",
23-
"illuminate/container": "^10.0",
24-
"illuminate/database": "^10.0",
25-
"illuminate/http": "^10.0",
26-
"illuminate/support": "^10.0"
20+
"illuminate/cache": "^10.0|^11.0",
21+
"illuminate/config": "^10.0|^11.0",
22+
"illuminate/console": "^10.0|^11.0",
23+
"illuminate/container": "^10.0|^11.0",
24+
"illuminate/database": "^10.0|^11.0",
25+
"illuminate/http": "^10.0|^11.0",
26+
"illuminate/support": "^10.0|^11.0"
2727
},
2828
"require-dev": {
2929
"doctrine/dbal": "^3.3",
3030
"fakerphp/faker": "^1.11",
3131
"laravel/nova": "^4.0",
3232
"orchestra/testbench-browser-kit": "^8.0",
33-
"orchestra/testbench": "^8.0",
34-
"php-coveralls/php-coveralls" : "^2.2",
33+
"orchestra/testbench": "^8.0|^9.0",
34+
"php-coveralls/php-coveralls": "^2.2",
3535
"phpunit/phpunit": "^10.0",
36-
"slevomat/coding-standard": "^7.0",
36+
"slevomat/coding-standard": "^7.0|^8.14",
3737
"squizlabs/php_codesniffer": "^3.6",
3838
"symfony/thanks": "^1.2",
3939
"laravel/legacy-factories": "^1.3"

0 commit comments

Comments
 (0)