Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add support for Laravel 10 and Laravel 11
  • Loading branch information
timothydc authored Oct 23, 2024
1 parent fcc53a9 commit a497420
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^7.4|^8.0",
"laravel/legacy-factories": "^1.0.5",
"spatie/array-to-xml": "^2.10",
"spatie/array-to-xml": "^2.10|^3.0",
"timothydc/laravel-lightspeed-ecom-api": "^1.1",
"illuminate/support": "^7.0|^8.0|^9.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "*",
"phpunit/phpunit": "*"
},
"scripts": {
"test": "vendor/bin/phpunit",
Expand Down

0 comments on commit a497420

Please sign in to comment.