Skip to content

Commit 5c67470

Browse files
Bump dependencies for Laravel 12 (#478)
1 parent 4490d5a commit 5c67470

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@
1717
"require": {
1818
"php": ">=8.1",
1919
"genealabs/laravel-pivot-events": "^10.0|^11.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"
20+
"illuminate/cache": "^10.0|^11.0|^12.0",
21+
"illuminate/config": "^10.0|^11.0|^12.0",
22+
"illuminate/console": "^10.0|^11.0|^12.0",
23+
"illuminate/container": "^10.0|^11.0|^12.0",
24+
"illuminate/database": "^10.0|^11.0|^12.0",
25+
"illuminate/http": "^10.0|^11.0|^12.0",
26+
"illuminate/support": "^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
29-
"doctrine/dbal": "^3.3",
29+
"doctrine/dbal": "^3.3|^4.2",
3030
"fakerphp/faker": "^1.11",
3131
"laravel/nova": "^4.0",
32-
"orchestra/testbench-browser-kit": "^9.0",
33-
"orchestra/testbench": "^9.0",
32+
"orchestra/testbench-browser-kit": "^9.0|^10.0",
33+
"orchestra/testbench": "^9.0|^10.0",
3434
"php-coveralls/php-coveralls": "^2.2",
35-
"phpunit/phpunit": "^10.5",
35+
"phpunit/phpunit": "^10.5|^11.5.3",
3636
"slevomat/coding-standard": "^7.0|^8.14",
3737
"squizlabs/php_codesniffer": "^3.6",
3838
"symfony/thanks": "^1.2",

0 commit comments

Comments
 (0)