Skip to content

Commit 08eb121

Browse files
laravel-shifttpetry
authored andcommitted
Bump dependencies for Laravel 11
1 parent a644fb9 commit 08eb121

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
"require": {
1717
"php": "^8.0",
1818
"doctrine/dbal": "^2.6|^3.5",
19-
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0",
20-
"illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0",
21-
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0",
22-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0"
19+
"illuminate/container": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/database": "^6.0|^7.0|^8.79|^9.0|^10.0|^11.0",
21+
"illuminate/events": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2323
},
2424
"require-dev": {
2525
"friendsofphp/php-cs-fixer": "^2.19.3|^3.5.0",
2626
"nunomaduro/larastan": "^1.0|^2.1",
27-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
27+
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
2828
"phpstan/extension-installer": "^1.1",
2929
"phpstan/phpstan": "^1.5",
30-
"phpunit/phpunit": "^8.5.23|^9.5.13"
30+
"phpunit/phpunit": "^8.5.23|^9.5.13|^10.5"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)