diff --git a/composer.lock b/composer.lock index 3d25e6e02..ddf7eafea 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": "07f6f66640781e41e091c48abc916cdc", + "content-hash": "48736dd325825f17c2cc6edf380ec0cf", "packages": [ { "name": "codeinwp/gutenberg-animation", @@ -54,21 +54,20 @@ }, { "name": "codeinwp/gutenberg-blocks", - "version": "1.6.5", + "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/Codeinwp/gutenberg-blocks.git", - "reference": "d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823" + "reference": "96b8d33c030ed7e907b14a488d107a333872d5ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeinwp/gutenberg-blocks/zipball/d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823", - "reference": "d25dd7c3a4f1fdc6bd33f20b4a5161ab4f838823", + "url": "https://api.github.com/repos/Codeinwp/gutenberg-blocks/zipball/96b8d33c030ed7e907b14a488d107a333872d5ea", + "reference": "96b8d33c030ed7e907b14a488d107a333872d5ea", "shasum": "" }, "require": { "masterminds/html5": "^2.7", - "symfony/intl": "^3.4", "tubalmartin/cssmin": "^4.1" }, "require-dev": { @@ -98,9 +97,9 @@ "homepage": "https://github.com/Codeinwp/gutenberg-blocks", "support": { "issues": "https://github.com/Codeinwp/gutenberg-blocks/issues", - "source": "https://github.com/Codeinwp/gutenberg-blocks/tree/v1.6.5" + "source": "https://github.com/Codeinwp/gutenberg-blocks/tree/v1.6.7" }, - "time": "2021-05-20T19:03:08+00:00" + "time": "2021-05-24T09:31:55+00:00" }, { "name": "codeinwp/gutenberg-css", @@ -306,172 +305,6 @@ }, "time": "2020-10-01T13:52:52+00:00" }, - { - "name": "symfony/intl", - "version": "v3.4.47", - "source": { - "type": "git", - "url": "https://github.com/symfony/intl.git", - "reference": "c0e22a40039977f11dc4de03a853ab9450c2b4cd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/intl/zipball/c0e22a40039977f11dc4de03a853ab9450c2b4cd", - "reference": "c0e22a40039977f11dc4de03a853ab9450c2b4cd", - "shasum": "" - }, - "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-intl-icu": "~1.0" - }, - "require-dev": { - "symfony/filesystem": "~2.8|~3.0|~4.0" - }, - "suggest": { - "ext-intl": "to use the component with locales other than \"en\"" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Intl\\": "" - }, - "classmap": [ - "Resources/stubs" - ], - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - }, - { - "name": "Eriksen Costa", - "email": "eriksen.costa@infranology.com.br" - }, - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.", - "homepage": "https://symfony.com", - "keywords": [ - "i18n", - "icu", - "internationalization", - "intl", - "l10n", - "localization" - ], - "support": { - "source": "https://github.com/symfony/intl/tree/v3.4.47" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-24T10:57:07+00:00" - }, - { - "name": "symfony/polyfill-intl-icu", - "version": "v1.19.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "f740dd60a5b5f1511229e107f7e59f404b102084" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/f740dd60a5b5f1511229e107f7e59f404b102084", - "reference": "f740dd60a5b5f1511229e107f7e59f404b102084", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "symfony/intl": "~2.3|~3.0|~4.0|~5.0" - }, - "suggest": { - "ext-intl": "For best performance" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.19-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for intl's ICU-related data and classes", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "icu", - "intl", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.19.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-10-23T09:01:57+00:00" - }, { "name": "tubalmartin/cssmin", "version": "v4.1.1",