We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6db6f7 commit c10c99eCopy full SHA for c10c99e
composer.json
@@ -85,15 +85,15 @@
85
],
86
"require": {
87
"php": ">=7.2",
88
- "illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0",
89
- "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0",
+ "illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
90
"shetabit/multipay": "^1.0"
91
},
92
"suggest": {
93
"ext-soap": "Needed to support some drivers that required SOAP"
94
95
"require-dev": {
96
- "orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0",
+ "orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
97
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
98
"squizlabs/php_codesniffer": "^3.5"
99
0 commit comments