diff --git a/composer.json b/composer.json index 2a7dc80..ba43891 100644 --- a/composer.json +++ b/composer.json @@ -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",