diff --git a/composer.json b/composer.json index 40d3d6eaa..989de611f 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "symfony/yaml": "^6.0", "thecodingmachine/safe": "^2.4", "typhonius/acquia-logstream": "^0.0.13", - "typhonius/acquia-php-sdk-v2": "dev-master as 3.1.0", + "typhonius/acquia-php-sdk-v2": "^3.1.1", "vlucas/phpdotenv": "^5.5", "zumba/amplitude-php": "^1.0.4" }, diff --git a/composer.lock b/composer.lock index 2d8bfc92b..398aaf20e 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": "5a896ac469cf41dda88cf79a3800b9af", + "content-hash": "16c2aa336ca4d6275a5bdc30feb500dc", "packages": [ { "name": "acquia/drupal-environment-detector", @@ -5488,16 +5488,16 @@ }, { "name": "symfony/flex", - "version": "v2.3.3", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35" + "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/9c402af768c6c9f8126a9ffa192ecf7c16581e35", - "reference": "9c402af768c6c9f8126a9ffa192ecf7c16581e35", + "url": "https://api.github.com/repos/symfony/flex/zipball/46bebc3d097d1bb1dce04c5ba83658afd79988f9", + "reference": "46bebc3d097d1bb1dce04c5ba83658afd79988f9", "shasum": "" }, "require": { @@ -5533,7 +5533,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.3.3" + "source": "https://github.com/symfony/flex/tree/v2.4.0" }, "funding": [ { @@ -5549,7 +5549,7 @@ "type": "tidelift" } ], - "time": "2023-08-04T09:02:35+00:00" + "time": "2023-10-22T18:05:25+00:00" }, { "name": "symfony/http-foundation", @@ -7219,16 +7219,16 @@ }, { "name": "typhonius/acquia-php-sdk-v2", - "version": "dev-master", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/typhonius/acquia-php-sdk-v2.git", - "reference": "c55bb71511b5b22f1fe5f4b5ef125816a53444ad" + "reference": "552a644020695bf1826c66da15c233849495a4fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/typhonius/acquia-php-sdk-v2/zipball/c55bb71511b5b22f1fe5f4b5ef125816a53444ad", - "reference": "c55bb71511b5b22f1fe5f4b5ef125816a53444ad", + "url": "https://api.github.com/repos/typhonius/acquia-php-sdk-v2/zipball/552a644020695bf1826c66da15c233849495a4fa", + "reference": "552a644020695bf1826c66da15c233849495a4fa", "shasum": "" }, "require": { @@ -7250,7 +7250,6 @@ "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "3.*" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -7273,7 +7272,7 @@ "description": "A PHP SDK for Acquia CloudAPI v2", "support": { "issues": "https://github.com/typhonius/acquia-php-sdk-v2/issues", - "source": "https://github.com/typhonius/acquia-php-sdk-v2/tree/master" + "source": "https://github.com/typhonius/acquia-php-sdk-v2/tree/3.1.1" }, "funding": [ { @@ -7281,7 +7280,7 @@ "type": "github" } ], - "time": "2023-10-20T19:39:31+00:00" + "time": "2023-10-23T20:28:39+00:00" }, { "name": "vlucas/phpdotenv", @@ -10911,31 +10910,37 @@ }, { "name": "sanmai/later", - "version": "0.1.2", + "version": "0.1.3", "source": { "type": "git", "url": "https://github.com/sanmai/later.git", - "reference": "9b659fecef2030193fd02402955bc39629d5606f" + "reference": "88a1d39965aa3659ceb96622e2801b9194d16e2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sanmai/later/zipball/9b659fecef2030193fd02402955bc39629d5606f", - "reference": "9b659fecef2030193fd02402955bc39629d5606f", + "url": "https://api.github.com/repos/sanmai/later/zipball/88a1d39965aa3659ceb96622e2801b9194d16e2c", + "reference": "88a1d39965aa3659ceb96622e2801b9194d16e2c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.13", - "infection/infection": ">=0.10.5", + "ergebnis/composer-normalize": "^2.8", + "friendsofphp/php-cs-fixer": "^3.35.1", + "infection/infection": ">=0.27.6", "phan/phan": ">=2", "php-coveralls/php-coveralls": "^2.0", - "phpstan/phpstan": ">=0.10", - "phpunit/phpunit": ">=7.4", + "phpstan/phpstan": ">=1.4.5", + "phpunit/phpunit": ">=9.5 <10", "vimeo/psalm": ">=2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.1.x-dev" + } + }, "autoload": { "files": [ "src/functions.php" @@ -10957,7 +10962,7 @@ "description": "Later: deferred wrapper object", "support": { "issues": "https://github.com/sanmai/later/issues", - "source": "https://github.com/sanmai/later/tree/0.1.2" + "source": "https://github.com/sanmai/later/tree/0.1.3" }, "funding": [ { @@ -10965,7 +10970,7 @@ "type": "github" } ], - "time": "2021-01-02T10:26:44+00:00" + "time": "2023-10-23T13:38:10+00:00" }, { "name": "sanmai/pipeline", @@ -12494,18 +12499,9 @@ "time": "2022-06-03T18:03:27+00:00" } ], - "aliases": [ - { - "package": "typhonius/acquia-php-sdk-v2", - "version": "9999999-dev", - "alias": "3.1.0", - "alias_normalized": "3.1.0.0" - } - ], + "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "typhonius/acquia-php-sdk-v2": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {