Skip to content

Commit f2cfe66

Browse files
authored
Merge pull request #28 from laravel-shift/l12-compatibility
Laravel 12.x Compatibility
2 parents aa50733 + abd6608 commit f2cfe66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
],
2020
"require": {
2121
"php": "^8.0",
22-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2323
"spatie/laravel-webhook-client": "^3.0"
2424
},
2525
"require-dev": {
26-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
27-
"phpunit/phpunit": "^9.4|^10.0"
26+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
27+
"phpunit/phpunit": "^9.4|^10.0|^11.5.3"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)