diff --git a/composer.json b/composer.json index bae24a5..77db65e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "shipengine/shipengine", + "name": "donotcarry/shipengine", "type": "library", "description": "PHP library for the ShipEngine API.", "keywords": [ @@ -25,18 +25,17 @@ "php-http/message": "^1.10.0", "php-http/message-factory": "^1.0.2", "psr/http-client": "^1.0.1", - "psr/http-message": "^1.0", - "symfony/event-dispatcher": "^5.2", - "symfony/property-access": "^5.2", - "symfony/serializer": "^5.2" + "psr/http-message": "^1.0|^2.0", + "symfony/event-dispatcher": "^6.0|^7.1", + "symfony/property-access": "^6.0|^7.1", + "symfony/serializer": "^6.0|^7.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.18", - "guzzlehttp/psr7": "^1.7.0", + "friendsofphp/php-cs-fixer": "^3.0", + "guzzlehttp/psr7": "^2.7", "mockery/mockery": "^1.4", "php-coveralls/php-coveralls": "^2.4", "php-http/guzzle7-adapter": "^0.1.1", - "phpdocumentor/phpdocumentor": "^3.0.0", "phpstan/phpstan": "^0.12.53", "phpunit/php-code-coverage": "^9.2", "phpunit/phpunit": "^9", @@ -50,8 +49,9 @@ "config": { "sort-packages": true, "allow-plugins": { - "symfony/flex": true - } + "php-http/discovery": false, + "symfony/flex": true + } }, "scripts": { "lint": "composer phpcs-fixer && composer phpcs && composer phpstan",