Skip to content

Commit 2bcdaac

Browse files
authored
support laravel 12 (#341)
1 parent 62e9338 commit 2bcdaac

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
@@ -85,15 +85,15 @@
8585
],
8686
"require": {
8787
"php": "^8.0",
88-
"illuminate/broadcasting": "^8.0|^9.0|^10.0|^11.0",
89-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
88+
"illuminate/broadcasting": "^8.0|^9.0|^10.0|^11.0|^12.0",
89+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
9090
"shetabit/multipay": "^2.0"
9191
},
9292
"suggest": {
9393
"ext-soap": "Needed to support some drivers that required SOAP"
9494
},
9595
"require-dev": {
96-
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
96+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0",
9797
"phpunit/phpunit": ">=9.0",
9898
"squizlabs/php_codesniffer": "^3.5"
9999
},

0 commit comments

Comments
 (0)