diff --git a/composer.json b/composer.json index 45d33c66619..0aab81ddb75 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "ext-json": "*", "ext-libxml": "*", "ext-spl": "*", - "ampproject/amp-toolbox": "0.11.5", + "ampproject/amp-toolbox": "0.11.6", "cweagans/composer-patches": "^1.0", "fasterimage/fasterimage": "1.5.0", "sabberworm/php-css-parser": "8.5.1" diff --git a/composer.lock b/composer.lock index 68e45fd5dbf..9c8a6fb9b5c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c672b16c6c4a23f305014e966245c095", + "content-hash": "d1bc9359ff0023f06fd3e4dfbc5c1eb6", "packages": [ { "name": "ampproject/amp-toolbox", - "version": "0.11.5", + "version": "0.11.6", "source": { "type": "git", "url": "https://github.com/ampproject/amp-toolbox-php.git", - "reference": "78531851c59fa5f306315372719f0064b5542cf4" + "reference": "72674f17e012ec880efc2e255997dce8fd44ca4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ampproject/amp-toolbox-php/zipball/78531851c59fa5f306315372719f0064b5542cf4", - "reference": "78531851c59fa5f306315372719f0064b5542cf4", + "url": "https://api.github.com/repos/ampproject/amp-toolbox-php/zipball/72674f17e012ec880efc2e255997dce8fd44ca4e", + "reference": "72674f17e012ec880efc2e255997dce8fd44ca4e", "shasum": "" }, "require": { @@ -26,7 +26,7 @@ "ext-iconv": "*", "ext-json": "*", "ext-libxml": "*", - "php": "^5.6 || ^7.0 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "civicrm/composer-downloads-plugin": "^2.1 || ^3.0", @@ -76,9 +76,9 @@ "description": "A collection of AMP tools making it easier to publish and host AMP pages with PHP.", "support": { "issues": "https://github.com/ampproject/amp-toolbox-php/issues", - "source": "https://github.com/ampproject/amp-toolbox-php/tree/0.11.5" + "source": "https://github.com/ampproject/amp-toolbox-php/tree/0.11.6" }, - "time": "2024-02-05T19:10:57+00:00" + "time": "2024-10-17T15:07:03+00:00" }, { "name": "cweagans/composer-patches",