Skip to content

Commit c10c99e

Browse files
Bump dependencies for Laravel 10 (#269)
1 parent b6db6f7 commit c10c99e

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": ">=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",
88+
"illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
89+
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
9090
"shetabit/multipay": "^1.0"
9191
},
9292
"suggest": {
9393
"ext-soap": "Needed to support some drivers that required SOAP"
9494
},
9595
"require-dev": {
96-
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0",
96+
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
9797
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0",
9898
"squizlabs/php_codesniffer": "^3.5"
9999
},

0 commit comments

Comments
 (0)