Skip to content

Commit 5183cb2

Browse files
Laravel 13.x Compatibility (#141)
1 parent f880456 commit 5183cb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0",
20+
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
2121
"livewire/livewire": "^3.0|^4.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|^10.0",
28-
"phpunit/phpunit": "^9.3|^10.5|^11.5.3",
27+
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0|^11.0",
28+
"phpunit/phpunit": "^9.3|^10.5|^11.5.3|^12.5.12",
2929
"vimeo/psalm": "^4.4|^5.22|^6.5"
3030
},
3131
"autoload": {

0 commit comments

Comments
 (0)