Skip to content

Commit 69839f3

Browse files
Bump dependencies for Laravel 12 (#135)
1 parent dade2cc commit 69839f3

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
@@ -17,16 +17,16 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
20+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
2121
"livewire/livewire": "^3.0",
2222
"spatie/laravel-package-tools": "^1.4.3"
2323
},
2424
"require-dev": {
2525
"brianium/paratest": "^6.2|^7.4",
2626
"nunomaduro/collision": "^5.3|^8.0",
27-
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0",
28-
"phpunit/phpunit": "^9.3|^10.5",
29-
"vimeo/psalm": "^4.4|^5.22"
27+
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0",
28+
"phpunit/phpunit": "^9.3|^10.5|^11.5.3",
29+
"vimeo/psalm": "^4.4|^5.22|^6.5"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)