diff --git a/composer.json b/composer.json index 164530b0..357a6566 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "elife/api": "^2.30", "elife/api-client": "^1.0", "elife/api-problem": "^1.1", - "elife/api-sdk": "dev-support-php-8.x", + "elife/api-sdk": "dev-master", "elife/api-validator": "^1.0", "elife/bus-sdk": "^1.0", "elife/content-negotiator": "^1.0.3", diff --git a/composer.lock b/composer.lock index 709acf1f..1cecc728 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d8ec0d824aac035311d584478e2f1617", + "content-hash": "3045e7e3c66554d83b86cec3de5d6d38", "packages": [ { "name": "aws/aws-crt-php", @@ -1006,23 +1006,23 @@ }, { "name": "elife/api-sdk", - "version": "dev-support-php-8.x", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/elifesciences/api-sdk-php.git", - "reference": "de3a9e37858d0e7b636cd5fc02bd23d62ea32ceb" + "reference": "8c3ca7dd8d4dfb2c3b6bd25a19cd245c6c025e6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elifesciences/api-sdk-php/zipball/de3a9e37858d0e7b636cd5fc02bd23d62ea32ceb", - "reference": "de3a9e37858d0e7b636cd5fc02bd23d62ea32ceb", + "url": "https://api.github.com/repos/elifesciences/api-sdk-php/zipball/8c3ca7dd8d4dfb2c3b6bd25a19cd245c6c025e6f", + "reference": "8c3ca7dd8d4dfb2c3b6bd25a19cd245c6c025e6f", "shasum": "" }, "require": { "composer/package-versions-deprecated": "1.11.99.2", - "elife/api-client": "^1.1", + "elife/api-client": "^1.0", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.7 || ^2.7", + "guzzlehttp/psr7": "^1.0", "php": "^7.1 || ^8.0", "symfony/serializer": "^2.8.2 || ^3.0.2" }, @@ -1032,17 +1032,18 @@ "require-dev": { "csa/guzzle-cache-middleware": "^1.0", "elife/api": "^2.30", - "elife/api-validator": "dev-support-php-8.x", + "elife/api-validator": "^1.0", "guzzlehttp/guzzle": "^6.0", "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", "mindplay/composer-locator": "^2.1.1", "mtdowling/jmespath.php": "^2.0", "phpspec/phpspec": "^5.1 || ^6.3 || ^7.5", "phpspec/prophecy": "^1.10", - "phpunit/phpunit": "^7.5 || 9.6", + "phpunit/phpunit": "^7.5 || ^9.6", "psr/http-message": "^1.0", "squizlabs/php_codesniffer": "^3.5" }, + "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -1061,9 +1062,9 @@ "description": "eLife Sciences API SDK", "support": { "issues": "https://github.com/elifesciences/api-sdk-php/issues", - "source": "https://github.com/elifesciences/api-sdk-php/tree/support-php-8.x" + "source": "https://github.com/elifesciences/api-sdk-php/tree/master" }, - "time": "2024-11-07T14:53:24+00:00" + "time": "2024-11-07T16:58:39+00:00" }, { "name": "elife/api-validator", @@ -1116,22 +1117,22 @@ }, { "name": "elife/bus-sdk", - "version": "v1.1.1", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/elifesciences/bus-sdk-php.git", - "reference": "50e20576827e87549e4c2552c79a8cd01ea922c4" + "reference": "3fb22e93f4f371af5227e8e1f14b42e362b77dcd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/elifesciences/bus-sdk-php/zipball/50e20576827e87549e4c2552c79a8cd01ea922c4", - "reference": "50e20576827e87549e4c2552c79a8cd01ea922c4", + "url": "https://api.github.com/repos/elifesciences/bus-sdk-php/zipball/3fb22e93f4f371af5227e8e1f14b42e362b77dcd", + "reference": "3fb22e93f4f371af5227e8e1f14b42e362b77dcd", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.238", "doctrine/cache": "^1.6", - "elife/api-sdk": "dev-support-php-8.x", + "elife/api-sdk": "dev-master", "elife/logging-sdk": "^1.1", "jms/serializer": "^1.4 || ^3.0", "php": "^7.1 || ^8.0", @@ -1166,9 +1167,9 @@ "description": "eLife Sciences Bus SDK", "support": { "issues": "https://github.com/elifesciences/bus-sdk-php/issues", - "source": "https://github.com/elifesciences/bus-sdk-php/tree/v1.1.1" + "source": "https://github.com/elifesciences/bus-sdk-php/tree/v1.1.2" }, - "time": "2024-10-25T05:51:45+00:00" + "time": "2024-11-07T17:01:10+00:00" }, { "name": "elife/content-negotiator",