diff --git a/composer.json b/composer.json index d950031..e49a1d9 100755 --- a/composer.json +++ b/composer.json @@ -21,16 +21,16 @@ "source": "https://github.com/gnikyt/basic-shopify-api" }, "require": { - "php": ">=7.3.0", + "php": ">=8.1.0", "ext-json": "*", - "caseyamcl/guzzle_retry_middleware": "^2.3", - "guzzlehttp/guzzle": "^6.5 || ^7.0" + "caseyamcl/guzzle_retry_middleware": "^2.12.1", + "guzzlehttp/guzzle": "^7.9.3" }, "require-dev": { - "ergebnis/composer-normalize": "^2.8", - "friendsofphp/php-cs-fixer": "^3.0", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^6.2 || ^9.3" + "ergebnis/composer-normalize": "^2.47", + "friendsofphp/php-cs-fixer": "^3.75", + "phpstan/phpstan": "^0.12.100", + "phpunit/phpunit": "^10.5.46" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 59fac4d..ca5ea16 100755 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,26 +1,14 @@ - - - - ./test/ + ./test/BaseTest.php - - - ./src/ - -