Skip to content

Commit 90207ba

Browse files
committed
Bump dependencies for Laravel 11
1 parent d13915c commit 90207ba

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"php": "^7.3 || ^8.0",
2020
"doctrine/dbal": "^2.0|^3.0",
2121
"fakerphp/faker": "^1.13",
22-
"illuminate/console": "^7.0|^8.0|^9.0|^10.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
22+
"illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0",
23+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.12|^7.0|^8.0",
27-
"phpunit/phpunit": "^8.0 || ^9.0",
28-
"spatie/phpunit-snapshot-assertions": "^4.2"
26+
"orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0",
27+
"phpunit/phpunit": "^8.0 || ^9.0 || ^10.5",
28+
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1"
2929
},
3030
"autoload": {
3131
"psr-4": {
@@ -40,7 +40,6 @@
4040
"scripts": {
4141
"test": "vendor/bin/phpunit",
4242
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
43-
4443
},
4544
"config": {
4645
"sort-packages": true

0 commit comments

Comments
 (0)