Skip to content

Commit f5ec4a5

Browse files
committed
Bump dependencies for Laravel 10 and 11
1 parent 7766ce1 commit f5ec4a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": "^7.3|^8.0",
20-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0"
20+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "^6.0|^7.0",
24-
"phpunit/phpunit": "^8.0|^9.5.10",
24+
"phpunit/phpunit": "^8.0|^9.5.10|^10",
2525
"laravel/legacy-factories": "^1.0"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)