Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 7, 2024
1 parent 9b210d4 commit fd1c77e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@
],
"require": {
"php": ">=7.2",
"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",
"illuminate/broadcasting": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"shetabit/multipay": "^1.0"
},
"suggest": {
"ext-soap": "Needed to support some drivers that required SOAP"
},
"require-dev": {
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0",
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0",
"squizlabs/php_codesniffer": "^3.5"
},
Expand Down

0 comments on commit fd1c77e

Please sign in to comment.