Skip to content

Commit 3e5b913

Browse files
committed
Bump dependencies for Laravel 11
1 parent e9d8c0e commit 3e5b913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
},
2323
"require": {
2424
"php": "^8.1",
25-
"illuminate/database": "^9.0|^10.0"
25+
"illuminate/database": "^9.0|^10.0|^11.0"
2626
},
2727
"require-dev": {
28-
"phpunit/phpunit": "^9",
29-
"orchestra/testbench": "^7.0|^8.0",
28+
"phpunit/phpunit": "^9|^10.5",
29+
"orchestra/testbench": "^7.0|^8.0|^9.0",
3030
"squizlabs/php_codesniffer": "^3.6",
31-
"vimeo/psalm": "^4.7",
31+
"vimeo/psalm": "^4.7|^5.22",
3232
"nunomaduro/larastan": "^2.0"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)