diff --git a/composer.json b/composer.json index deac35a..a38edbf 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "ext-iconv": "*", "ext-json": "*", "ext-openssl": "*", - "akeneo/api-php-client": "9.0.0", + "akeneo/api-php-client": "11.3.0", "doctrine/annotations": "^1.13", "lcobucci/jwt": "^4.1", "nyholm/psr7": "^1.5", diff --git a/composer.lock b/composer.lock index 0b68f5b..2c12317 100644 --- a/composer.lock +++ b/composer.lock @@ -4,31 +4,32 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "f990a11cab71e8228a51790444ae1680", + "content-hash": "a81e087abeb80af7d1d847b23902c76c", "packages": [ { "name": "akeneo/api-php-client", - "version": "v9.0.0", + "version": "v11.3.0", "source": { "type": "git", "url": "https://github.com/akeneo/api-php-client.git", - "reference": "9d1160b89969ae142a5b23670ff2d78904951296" + "reference": "e387f3ec4c0b322e61ed2ef9ce7889ed9c7fd1cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akeneo/api-php-client/zipball/9d1160b89969ae142a5b23670ff2d78904951296", - "reference": "9d1160b89969ae142a5b23670ff2d78904951296", + "url": "https://api.github.com/repos/akeneo/api-php-client/zipball/e387f3ec4c0b322e61ed2ef9ce7889ed9c7fd1cb", + "reference": "e387f3ec4c0b322e61ed2ef9ce7889ed9c7fd1cb", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "php-http/discovery": "^1.6", "php-http/httplug": "^2.0", "php-http/multipart-stream-builder": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", - "psr/http-message-implementation": "^1.0" + "psr/http-message-implementation": "^1.0", + "symfony/options-resolver": "^5.4|^6.0" }, "require-dev": { "donatj/mock-webserver": "^2.0", @@ -36,8 +37,10 @@ "http-interop/http-factory-guzzle": "^1.0", "php-http/guzzle6-adapter": "^2.0", "phpspec/phpspec": "^7.1", - "phpunit/phpunit": "^7.0", - "symfony/yaml": "^4.2" + "phpunit/phpunit": "^8.0", + "rector/rector": "^0.14.6", + "symfony/yaml": "^4.2", + "symplify/easy-coding-standard": "^11.1" }, "suggest": { "php-http/guzzle6-adapter": "In order to use Guzzle v6 as the HTTP client" @@ -61,9 +64,9 @@ "description": "Akeneo PIM client for the API", "support": { "issues": "https://github.com/akeneo/api-php-client/issues", - "source": "https://github.com/akeneo/api-php-client/tree/v9.0.0" + "source": "https://github.com/akeneo/api-php-client/tree/v11.3.0" }, - "time": "2022-05-09T15:48:27+00:00" + "time": "2023-06-29T15:29:21+00:00" }, { "name": "doctrine/annotations", @@ -11074,5 +11077,5 @@ "ext-openssl": "*" }, "platform-dev": [], - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }