Skip to content

Commit ba9f20f

Browse files
committed
Bump dependencies for Laravel 10
1 parent a539884 commit ba9f20f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.0",
25+
"php": "^8.1",
2626
"ext-openssl": "*",
27-
"illuminate/contracts": "^9.0",
28-
"illuminate/database": "^9.0",
29-
"illuminate/support": "^9.0",
30-
"illuminate/validation": "^9.0",
31-
"spatie/laravel-package-tools": "^1.9.2"
27+
"illuminate/contracts": "^10.0",
28+
"illuminate/database": "^10.0",
29+
"illuminate/support": "^10.0",
30+
"illuminate/validation": "^10.0",
31+
"spatie/laravel-package-tools": "^1.14"
3232
},
3333
"require-dev": {
34-
"friendsofphp/php-cs-fixer": "^3.4",
35-
"orchestra/testbench": "^7.0",
36-
"phpunit/phpunit": "^9.5",
37-
"spatie/laravel-ray": "^1.26",
38-
"vimeo/psalm": "^4.20"
34+
"friendsofphp/php-cs-fixer": "^3.14",
35+
"orchestra/testbench": "^8.0",
36+
"phpunit/phpunit": "^9.5.10",
37+
"spatie/laravel-ray": "^1.32",
38+
"vimeo/psalm": "^5.6"
3939
},
4040
"autoload": {
4141
"psr-4": {

0 commit comments

Comments
 (0)