From 2d80c02eb4885dfc3f5aeefe0387bdb809eb4310 Mon Sep 17 00:00:00 2001 From: yamlahik Date: Fri, 28 Jun 2024 14:29:37 +0200 Subject: [PATCH] Upgrade dependency modules to the minimum supported PHP version is now 8.1.0 --- .valet-sh.yml | 2 +- CHANGELOG.md | 4 + composer.json | 123 +- composer.lock | 6506 ++++++++++++++++++++++++------------------------- 4 files changed, 3316 insertions(+), 3319 deletions(-) diff --git a/.valet-sh.yml b/.valet-sh.yml index 3ed83602..52388132 100644 --- a/.valet-sh.yml +++ b/.valet-sh.yml @@ -2,4 +2,4 @@ services: composer: version: 2 php: - version: 7.3 + version: 8.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc7e38..c1e91431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 5.0.0 (coming soon) +This is mostly a cleanup release offering stronger type guarantees for integrators with the changes, but there is no big new feature for end users. +* The minimum supported PHP version is now 8.1.0. + # Version 4.2.6 (coming soon) * Min. PHP Version set to 7.3 diff --git a/composer.json b/composer.json index a7750320..7de9d776 100755 --- a/composer.json +++ b/composer.json @@ -3,71 +3,80 @@ "description": "CLI providing single-threaded Magento 2 importing functionality based on Pacemaker", "license": "MIT", "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.8.0", - "techdivision/import-cli": "^12.5.2", - "techdivision/import-app-simple": "^18.0.3", - "techdivision/import-configuration-jms": "^17.4.2", - "techdivision/import-ee": "^16.0.0", - "techdivision/import-attribute": "^22.0.8", - "techdivision/import-attribute-set": "^17.0.1", - "techdivision/import-customer": "^17.1.1", - "techdivision/import-customer-address": "^17.0.6", - "techdivision/import-category": "^21.0.3", - "techdivision/import-category-ee": "^22.0.1", - "techdivision/import-product": "^25.3.1", - "techdivision/import-product-msi": "^20.1.0", - "techdivision/import-product-tier-price": "^18.1.0", - "techdivision/import-product-url-rewrite": "^25.0.4", - "techdivision/import-product-link": "^25.0.3", - "techdivision/import-product-media": "^27.0.3", - "techdivision/import-product-bundle": "^25.0.1", - "techdivision/import-product-variant": "^25.0.5", - "techdivision/import-product-grouped": "^19.0.0", - "techdivision/import-product-ee": "^26.1.1", - "techdivision/import-product-link-ee": "^27.0.0", - "techdivision/import-product-media-ee": "^28.0.0", - "techdivision/import-product-bundle-ee": "^27.0.0", - "techdivision/import-product-variant-ee": "^27.0.0", - "techdivision/import-product-grouped-ee": "^21.0.0", - "techdivision/import-cache": "^1.0.0", - "techdivision/import-dbal": "^1.1.0", - "techdivision/import-serializer": "^1.0.0", - "techdivision/import-converter": "^11.0.0", - "techdivision/import-converter-ee": "^11.0.0", - "techdivision/import-converter-product-category": "^10.0.0", - "techdivision/import-converter-product-attribute": "^10.0.1", - "techdivision/import-converter-customer-attribute": "^3.0.0", - "techdivision/import-serializer-csv": "^1.0.2", - "techdivision/import-dbal-collection": "^1.2.0", - "techdivision/import-cache-collection": "^1.0.0", - "techdivision/import-configuration": "^5.2.1", - "egulias/email-validator": "^3.2" + "php": "~8.1|~8.2 ", + "techdivision/import": "dev-compatibility-php-81", + "techdivision/import-cli": "dev-compatibility-php-81", + "techdivision/import-app-simple": "dev-compatibility-php-81", + "techdivision/import-configuration-jms": "dev-compatibility-php-81", + "techdivision/import-ee": "dev-compatibility-php-81", + "techdivision/import-attribute": "dev-compatibility-php-81", + "techdivision/import-attribute-set": "dev-compatibility-php-81", + "techdivision/import-customer": "dev-compatibility-php-81", + "techdivision/import-customer-address": "dev-compatibility-php-81", + "techdivision/import-category": "dev-compatibility-php-81", + "techdivision/import-category-ee": "dev-compatibility-php-81", + "techdivision/import-product": "dev-compatibility-php-81", + "techdivision/import-product-msi": "dev-compatibility-php-81", + "techdivision/import-product-tier-price": "dev-compatibility-php-81", + "techdivision/import-product-url-rewrite": "dev-compatibility-php-81", + "techdivision/import-product-link": "dev-compatibility-php-81", + "techdivision/import-product-media": "dev-compatibility-php-81", + "techdivision/import-product-bundle": "dev-compatibility-php-81", + "techdivision/import-product-variant": "dev-compatibility-php-81", + "techdivision/import-product-grouped": "dev-compatibility-php-81", + "techdivision/import-product-ee": "dev-compatibility-php-81", + "techdivision/import-product-link-ee": "dev-compatibility-php-81", + "techdivision/import-product-media-ee": "dev-compatibility-php-81", + "techdivision/import-product-bundle-ee": "dev-compatibility-php-81", + "techdivision/import-product-variant-ee": "dev-compatibility-php-81", + "techdivision/import-product-grouped-ee": "dev-compatibility-php-81", + "techdivision/import-cache": "dev-compatibility-php-81", + "techdivision/import-dbal": "dev-compatibility-php-81", + "techdivision/import-serializer": "dev-compatibility-php-81", + "techdivision/import-converter": "dev-compatibility-php-81", + "techdivision/import-converter-ee": "dev-compatibility-php-81", + "techdivision/import-converter-product-category": "dev-compatibility-php-81", + "techdivision/import-converter-product-attribute": "dev-compatibility-php-81", + "techdivision/import-converter-customer-attribute": "dev-compatibility-php-81", + "techdivision/import-serializer-csv": "dev-compatibility-php-81", + "techdivision/import-dbal-collection": "dev-compatibility-php-81", + "techdivision/import-cache-collection": "dev-compatibility-php-81", + "techdivision/import-configuration": "dev-compatibility-php-81", + "egulias/email-validator": "^3.2.6" }, + "minimum-stability": "dev", + "prefer-stable": true, "require-dev": { - "doctrine/dbal": "2.5.*", - "pdepend/pdepend": "^2.5.2", - "phpmd/phpmd": "^2.11.0", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "consolidation/robo": "~1.0", - "mikey179/vfsstream": "~1.0", - "symfony/dotenv": "~3.0|~4.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0", - "behat/mink-extension": "2.3.*", - "dmore/chrome-mink-driver": "2.7.*", - "dmore/behat-chrome-extension": "1.3.*", - "behat/mink-goutte-driver": "1.1.*", - "behat/symfony2-extension": "dev-master as 3.0.0", - "phpcompatibility/php-compatibility": "*", - "techdivision/import-sample-data": "^4.3.5" + "doctrine/dbal": "^4.0.4", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "consolidation/robo": "^4.0.2", + "mikey179/vfsstream": "v1.6.11", + "symfony/dotenv": "v6.0.19", + "symfony/http-kernel": "v4.4.51", + "behat/mink-extension": "^2.3.1", + "dmore/chrome-mink-driver": "^2.9.3", + "dmore/behat-chrome-extension": "^1.4.0", + "behat/mink-goutte-driver": "dev-master", + "behat/symfony2-extension": "^2.1.5", + "phpcompatibility/php-compatibility": "^9.3.5" }, "authors": [ { "name": "Tim Wagner", "email": "t.wagner@techdivision.com" }, + { + "name": "Martin Eisenführer", + "email": "m.eisenführer@techdivision.com" + }, + { + "name": "Kenza Yamlahi", + "email": "k.yamlahi@techdivision.com" + }, { "name": "Vadim Justus", "email": "v.justus@techdivision.com" diff --git a/composer.lock b/composer.lock index 626ef1f9..8c448422 100644 --- a/composer.lock +++ b/composer.lock @@ -4,30 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2c69cdfd1ce6a0c34eb9c09a0de7c526", + "content-hash": "32b87599f0cd119d41234f1b6af1093d", "packages": [ { "name": "brick/math", - "version": "0.9.3", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + "reference": "f510c0a40911935b77b86859eb5223d58d660df1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", + "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", + "reference": "f510c0a40911935b77b86859eb5223d58d660df1", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", - "vimeo/psalm": "4.9.2" + "phpunit/phpunit": "^10.1", + "vimeo/psalm": "5.16.0" }, "type": "library", "autoload": { @@ -47,124 +46,52 @@ "arithmetic", "bigdecimal", "bignum", + "bignumber", "brick", - "math" + "decimal", + "integer", + "math", + "mathematics", + "rational" ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.9.3" + "source": "https://github.com/brick/math/tree/0.12.1" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/brick/math", - "type": "tidelift" - } - ], - "time": "2021-08-15T20:50:18+00:00" - }, - { - "name": "composer/package-versions-deprecated", - "version": "1.11.99.5", - "source": { - "type": "git", - "url": "https://github.com/composer/package-versions-deprecated.git", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", - "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.1.0 || ^2.0", - "php": "^7 || ^8" - }, - "replace": { - "ocramius/package-versions": "1.11.99" - }, - "require-dev": { - "composer/composer": "^1.9.3 || ^2.0@dev", - "ext-zip": "^1.13", - "phpunit/phpunit": "^6.5 || ^7" - }, - "type": "composer-plugin", - "extra": { - "class": "PackageVersions\\Installer", - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "PackageVersions\\": "src/PackageVersions" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - }, - { - "name": "Jordi Boggiano", - "email": "j.boggiano@seld.be" - } - ], - "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", - "support": { - "issues": "https://github.com/composer/package-versions-deprecated/issues", - "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5" - }, - "funding": [ - { - "url": "https://packagist.com", - "type": "custom" - }, - { - "url": "https://github.com/composer", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" } ], - "time": "2022-01-17T14:14:24+00:00" + "time": "2023-11-29T23:19:16+00:00" }, { "name": "doctrine/annotations", - "version": "1.14.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", - "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { @@ -211,38 +138,40 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.3" + "source": "https://github.com/doctrine/annotations/tree/2.0.1" }, - "time": "2023-02-01T09:20:38+00:00" + "time": "2023-02-02T22:02:53+00:00" }, { "name": "doctrine/collections", - "version": "1.8.0", + "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" + "reference": "d8af7f248c74f195f7347424600fd9e17b57af59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", - "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", + "url": "https://api.github.com/repos/doctrine/collections/zipball/d8af7f248c74f195f7347424600fd9e17b57af59", + "reference": "d8af7f248c74f195f7347424600fd9e17b57af59", "shasum": "" }, "require": { - "doctrine/deprecations": "^0.5.3 || ^1", - "php": "^7.1.3 || ^8.0" + "doctrine/deprecations": "^1", + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9.0 || ^10.0", - "phpstan/phpstan": "^1.4.8", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", - "vimeo/psalm": "^4.22" + "doctrine/coding-standard": "^12", + "ext-json": "*", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^10.5", + "vimeo/psalm": "^5.11" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" + "Doctrine\\Common\\Collections\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -281,9 +210,23 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.8.0" + "source": "https://github.com/doctrine/collections/tree/2.2.2" }, - "time": "2022-09-01T20:12:10+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections", + "type": "tidelift" + } + ], + "time": "2024-04-18T06:56:21+00:00" }, { "name": "doctrine/deprecations", @@ -334,30 +277,30 @@ }, { "name": "doctrine/instantiator", - "version": "1.5.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", - "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^11", + "doctrine/coding-standard": "^11", "ext-pdo": "*", "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.30 || ^5.4" + "phpbench/phpbench": "^1.2", + "phpstan/phpstan": "^1.9.4", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5.27", + "vimeo/psalm": "^5.4" }, "type": "library", "autoload": { @@ -384,7 +327,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.5.0" + "source": "https://github.com/doctrine/instantiator/tree/2.0.0" }, "funding": [ { @@ -400,35 +343,37 @@ "type": "tidelift" } ], - "time": "2022-12-30T00:15:36+00:00" + "time": "2022-12-30T00:23:10+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9.0", + "doctrine/coding-standard": "^9 || ^12", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^4.11 || ^5.21" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -460,7 +405,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/2.1.1" }, "funding": [ { @@ -476,7 +421,7 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2024-02-05T11:35:39+00:00" }, { "name": "egulias/email-validator", @@ -622,24 +567,28 @@ }, { "name": "jean85/pretty-package-versions", - "version": "1.6.0", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "1e0104b46f045868f11942aea058cd7186d6c303" + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/1e0104b46f045868f11942aea058cd7186d6c303", - "reference": "1e0104b46f045868f11942aea058cd7186d6c303", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", + "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", "shasum": "" }, "require": { - "composer/package-versions-deprecated": "^1.8.0", - "php": "^7.0|^8.0" + "composer-runtime-api": "^2.0.0", + "php": "^7.1|^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.0|^8.5|^9.2" + "friendsofphp/php-cs-fixer": "^3.2", + "jean85/composer-provided-replaced-stub-package": "^1.0", + "phpstan/phpstan": "^1.4", + "phpunit/phpunit": "^7.5|^8.5|^9.4", + "vimeo/psalm": "^4.3" }, "type": "library", "extra": { @@ -662,7 +611,7 @@ "email": "alessandro.lai85@gmail.com" } ], - "description": "A wrapper for ocramius/package-versions to get pretty versions strings", + "description": "A library to get pretty versions strings of installed dependencies", "keywords": [ "composer", "package", @@ -671,9 +620,9 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/1.6.0" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" }, - "time": "2021-02-04T16:20:16+00:00" + "time": "2024-03-08T09:58:59+00:00" }, { "name": "jms/metadata", @@ -741,47 +690,48 @@ }, { "name": "jms/serializer", - "version": "3.24.0", + "version": "3.30.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/serializer.git", - "reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43" + "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bd18f0a6ee4d75515b33091afa3333e100e0be43", - "reference": "bd18f0a6ee4d75515b33091afa3333e100e0be43", + "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/bf1105358123d7c02ee6cad08ea33ab535a09d5e", + "reference": "bf1105358123d7c02ee6cad08ea33ab535a09d5e", "shasum": "" }, "require": { - "doctrine/annotations": "^1.13 || ^2.0", - "doctrine/instantiator": "^1.0.3 || ^2.0", - "doctrine/lexer": "^1.1 || ^2", + "doctrine/instantiator": "^1.3.1 || ^2.0", + "doctrine/lexer": "^2.0 || ^3.0", "jms/metadata": "^2.6", - "php": "^7.2||^8.0", - "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0" + "php": "^7.4 || ^8.0", + "phpstan/phpdoc-parser": "^1.20" }, "require-dev": { - "doctrine/coding-standard": "^8.1", - "doctrine/orm": "~2.1", - "doctrine/persistence": "^1.3.3|^2.0|^3.0", - "doctrine/phpcr-odm": "^1.3|^2.0", + "doctrine/annotations": "^1.14 || ^2.0", + "doctrine/coding-standard": "^12.0", + "doctrine/orm": "^2.14 || ^3.0", + "doctrine/persistence": "^2.5.2 || ^3.0", + "doctrine/phpcr-odm": "^1.5.2 || ^2.0", "ext-pdo_sqlite": "*", - "jackalope/jackalope-doctrine-dbal": "^1.1.5", - "ocramius/proxy-manager": "^1.0|^2.0", + "jackalope/jackalope-doctrine-dbal": "^1.3", + "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^1.0", "phpstan/phpstan": "^1.0.2", - "phpunit/phpunit": "^8.5.21||^9.0||^10.0", - "psr/container": "^1.0|^2.0", - "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0", - "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0", - "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0", - "symfony/form": "^3.0|^4.0|^5.0|^6.0", - "symfony/translation": "^3.0|^4.0|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0", - "symfony/yaml": "^3.3|^4.0|^5.0|^6.0", - "twig/twig": "~1.34|~2.4|^3.0" + "phpunit/phpunit": "^9.0 || ^10.0", + "psr/container": "^1.0 || ^2.0", + "rector/rector": "^0.19.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", + "symfony/expression-language": "^5.4 || ^6.0 || ^7.0", + "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", + "symfony/form": "^5.4 || ^6.0 || ^7.0", + "symfony/translation": "^5.4 || ^6.0 || ^7.0", + "symfony/uid": "^5.4 || ^6.0 || ^7.0", + "symfony/validator": "^5.4 || ^6.0 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0", + "twig/twig": "^1.34 || ^2.4 || ^3.0" }, "suggest": { "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.", @@ -825,7 +775,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/serializer/issues", - "source": "https://github.com/schmittjoh/serializer/tree/3.24.0" + "source": "https://github.com/schmittjoh/serializer/tree/3.30.0" }, "funding": [ { @@ -833,49 +783,46 @@ "type": "github" } ], - "time": "2023-06-04T20:28:00+00:00" + "time": "2024-02-24T14:12:14+00:00" }, { "name": "laminas/laminas-filter", - "version": "2.12.0", + "version": "2.36.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-filter.git", - "reference": "0fc5dcd27dc22dba1a2544123684c67768fc5f88" + "reference": "307afc21ada0648e84cdcf9e14cd84bd43ee9d13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/0fc5dcd27dc22dba1a2544123684c67768fc5f88", - "reference": "0fc5dcd27dc22dba1a2544123684c67768fc5f88", + "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/307afc21ada0648e84cdcf9e14cd84bd43ee9d13", + "reference": "307afc21ada0648e84cdcf9e14cd84bd43ee9d13", "shasum": "" }, "require": { - "laminas/laminas-stdlib": "^3.3", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" + "ext-mbstring": "*", + "laminas/laminas-servicemanager": "^3.21.0", + "laminas/laminas-stdlib": "^3.13.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" }, "conflict": { - "laminas/laminas-validator": "<2.10.1" - }, - "replace": { - "zendframework/zend-filter": "^2.9.2" + "laminas/laminas-validator": "<2.10.1", + "zendframework/zend-filter": "*" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-crypt": "^3.2.1", - "laminas/laminas-servicemanager": "^3.3", - "laminas/laminas-uri": "^2.6", - "pear/archive_tar": "^1.4.3", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "psr/http-factory": "^1.0", - "vimeo/psalm": "^4.6" + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-crypt": "^3.11", + "laminas/laminas-i18n": "^2.26.0", + "laminas/laminas-uri": "^2.11", + "pear/archive_tar": "^1.5.0", + "phpunit/phpunit": "^10.5.20", + "psalm/plugin-phpunit": "^0.19.0", + "psr/http-factory": "^1.1.0", + "vimeo/psalm": "^5.24.0" }, "suggest": { "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality", "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter", "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters" }, @@ -915,58 +862,89 @@ "type": "community_bridge" } ], - "time": "2021-10-24T21:01:15+00:00" + "time": "2024-06-13T10:31:36+00:00" }, { - "name": "laminas/laminas-stdlib", - "version": "3.11.0", + "name": "laminas/laminas-servicemanager", + "version": "3.22.1", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f" + "url": "https://github.com/laminas/laminas-servicemanager.git", + "reference": "de98d297d4743956a0558a6d71616979ff779328" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", - "reference": "aad7d2b11ba0069ba0d9b40f6dde3c2fa664b57f", + "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328", + "reference": "de98d297d4743956a0558a6d71616979ff779328", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "laminas/laminas-stdlib": "^3.17", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "psr/container": "^1.0" }, "conflict": { - "zendframework/zend-stdlib": "*" + "ext-psr": "*", + "laminas/laminas-code": "<4.10.0", + "zendframework/zend-code": "<3.3.1", + "zendframework/zend-servicemanager": "*" + }, + "provide": { + "psr/container-implementation": "^1.0" + }, + "replace": { + "container-interop/container-interop": "^1.2.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^1.0", - "phpunit/phpunit": "^9.3.7", - "psalm/plugin-phpunit": "^0.17.0", - "vimeo/psalm": "^4.7" + "composer/package-versions-deprecated": "^1.11.99.5", + "friendsofphp/proxy-manager-lts": "^1.0.14", + "laminas/laminas-code": "^4.10.0", + "laminas/laminas-coding-standard": "~2.5.0", + "laminas/laminas-container-config-test": "^0.8", + "mikey179/vfsstream": "^1.6.11", + "phpbench/phpbench": "^1.2.9", + "phpunit/phpunit": "^10.4", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.8.0" + }, + "suggest": { + "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services" }, + "bin": [ + "bin/generate-deps-for-config-factory", + "bin/generate-factory-for-class" + ], "type": "library", "autoload": { + "files": [ + "src/autoload.php" + ], "psr-4": { - "Laminas\\Stdlib\\": "src/" + "Laminas\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "SPL extensions, array utilities, error handlers, and more", + "description": "Factory-Driven Dependency Injection Container", "homepage": "https://laminas.dev", "keywords": [ + "PSR-11", + "dependency-injection", + "di", + "dic", "laminas", - "stdlib" + "service-manager", + "servicemanager" ], "support": { "chat": "https://laminas.dev/chat", - "docs": "https://docs.laminas.dev/laminas-stdlib/", + "docs": "https://docs.laminas.dev/laminas-servicemanager/", "forum": "https://discourse.laminas.dev", - "issues": "https://github.com/laminas/laminas-stdlib/issues", - "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", - "source": "https://github.com/laminas/laminas-stdlib" + "issues": "https://github.com/laminas/laminas-servicemanager/issues", + "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", + "source": "https://github.com/laminas/laminas-servicemanager" }, "funding": [ { @@ -974,61 +952,58 @@ "type": "community_bridge" } ], - "time": "2022-07-27T12:28:58+00:00" + "time": "2023-10-24T11:19:47+00:00" }, { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.4.1", + "name": "laminas/laminas-stdlib", + "version": "3.19.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "88bf037259869891afce6504cacc4f8a07b24d0f" + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "6a192dd0882b514e45506f533b833b623b78fff3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/88bf037259869891afce6504cacc4f8a07b24d0f", - "reference": "88bf037259869891afce6504cacc4f8a07b24d0f", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3", + "reference": "6a192dd0882b514e45506f533b833b623b78fff3", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" + "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + }, + "conflict": { + "zendframework/zend-stdlib": "*" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.15.1", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.6" + "laminas/laminas-coding-standard": "^2.5", + "phpbench/phpbench": "^1.2.15", + "phpunit/phpunit": "^10.5.8", + "psalm/plugin-phpunit": "^0.18.4", + "vimeo/psalm": "^5.20.0" }, "type": "library", - "extra": { - "laminas": { - "module": "Laminas\\ZendFrameworkBridge" - } - }, "autoload": { - "files": [ - "src/autoload.php" - ], "psr-4": { - "Laminas\\ZendFrameworkBridge\\": "src//" + "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], - "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", "keywords": [ - "ZendFramework", - "autoloading", "laminas", - "zf" + "stdlib" ], "support": { - "forum": "https://discourse.laminas.dev/", - "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", - "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", - "source": "https://github.com/laminas/laminas-zendframework-bridge" + "chat": "https://laminas.dev/chat", + "docs": "https://docs.laminas.dev/laminas-stdlib/", + "forum": "https://discourse.laminas.dev", + "issues": "https://github.com/laminas/laminas-stdlib/issues", + "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", + "source": "https://github.com/laminas/laminas-stdlib" }, "funding": [ { @@ -1036,8 +1011,7 @@ "type": "community_bridge" } ], - "abandoned": true, - "time": "2021-12-21T14:34:37+00:00" + "time": "2024-01-19T12:39:49+00:00" }, { "name": "league/event", @@ -1095,42 +1069,41 @@ }, { "name": "monolog/monolog", - "version": "2.9.3", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215" + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215", - "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", + "reference": "4b18b21a5527a3d5ffdac2fd35d3ab25a9597654", "shasum": "" }, "require": { - "php": ">=7.2", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" + "psr/log-implementation": "3.0.0" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2 || ^2@dev", - "guzzlehttp/guzzle": "^7.4", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpspec/prophecy": "^1.15", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.5.38 || ^9.6.19", - "predis/predis": "^1.1 || ^2.0", - "rollbar/rollbar": "^1.3 || ^2 || ^3", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-strict-rules": "^1.4", + "phpunit/phpunit": "^10.5.17", + "predis/predis": "^1.1 || ^2", "ruflin/elastica": "^7", - "swiftmailer/swiftmailer": "^5.3|^6.0", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -1153,7 +1126,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -1181,7 +1154,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.9.3" + "source": "https://github.com/Seldaek/monolog/tree/3.6.0" }, "funding": [ { @@ -1193,20 +1166,20 @@ "type": "tidelift" } ], - "time": "2024-04-12T20:52:51+00:00" + "time": "2024-04-12T21:02:21+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.28.0", + "version": "1.29.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb" + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", - "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", "shasum": "" }, "require": { @@ -1238,26 +1211,26 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" }, - "time": "2024-04-03T18:51:33+00:00" + "time": "2024-05-31T08:52:43+00:00" }, { "name": "psr/cache", - "version": "1.0.1", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", + "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { @@ -1277,7 +1250,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for caching libraries", @@ -1287,26 +1260,26 @@ "psr-6" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "source": "https://github.com/php-fig/cache/tree/2.0.0" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2021-02-03T23:23:37+00:00" }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -1335,36 +1308,36 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/log", - "version": "1.1.4", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", + "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1385,48 +1358,58 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/2.0.0" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2021-07-14T16:41:46+00:00" }, { "name": "ramsey/collection", - "version": "1.2.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", "shasum": "" }, "require": { - "php": "^7.3 || ^8", - "symfony/polyfill-php81": "^1.23" + "php": "^8.1" }, "require-dev": { - "captainhook/captainhook": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.6", - "fakerphp/faker": "^1.5", - "hamcrest/hamcrest-php": "^2", - "jangregor/phpstan-prophecy": "^0.8", - "mockery/mockery": "^1.3", + "captainhook/plugin-composer": "^5.3", + "ergebnis/composer-normalize": "^2.28.3", + "fakerphp/faker": "^1.21", + "hamcrest/hamcrest-php": "^2.0", + "jangregor/phpstan-prophecy": "^1.0", + "mockery/mockery": "^1.5", + "php-parallel-lint/php-console-highlighter": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.3", + "phpcsstandards/phpcsutils": "^1.0.0-rc1", "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1", - "phpstan/phpstan": "^0.12.32", - "phpstan/phpstan-mockery": "^0.12.5", - "phpstan/phpstan-phpunit": "^0.12.11", - "phpunit/phpunit": "^8.5 || ^9", - "psy/psysh": "^0.10.4", - "slevomat/coding-standard": "^6.3", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.4" + "phpstan/extension-installer": "^1.2", + "phpstan/phpstan": "^1.9", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^9.5", + "psalm/plugin-mockery": "^1.1", + "psalm/plugin-phpunit": "^0.18.4", + "ramsey/coding-standard": "^2.0.3", + "ramsey/conventional-commits": "^1.3", + "vimeo/psalm": "^5.4" }, "type": "library", + "extra": { + "captainhook": { + "force-install": true + }, + "ramsey/conventional-commits": { + "configFile": "conventional-commits.json" + } + }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" @@ -1454,7 +1437,7 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/1.2.2" + "source": "https://github.com/ramsey/collection/tree/2.0.0" }, "funding": [ { @@ -1466,29 +1449,27 @@ "type": "tidelift" } ], - "time": "2021-10-10T03:01:02+00:00" + "time": "2022-12-31T21:50:55+00:00" }, { "name": "ramsey/uuid", - "version": "4.2.3", + "version": "4.7.6", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" + "reference": "91039bc1faa45ba123c4328958e620d382ec7088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", - "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", + "reference": "91039bc1faa45ba123c4328958e620d382ec7088", "shasum": "" }, "require": { - "brick/math": "^0.8 || ^0.9", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", "ext-json": "*", - "php": "^7.2 || ^8.0", - "ramsey/collection": "^1.0", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php80": "^1.14" + "php": "^8.0", + "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" @@ -1500,24 +1481,23 @@ "doctrine/annotations": "^1.8", "ergebnis/composer-normalize": "^2.15", "mockery/mockery": "^1.3", - "moontoast/math": "^1.1", "paragonie/random-lib": "^2", "php-mock/php-mock": "^2.2", "php-mock/php-mock-mockery": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.1", "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-mockery": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^8.5 || ^9", - "slevomat/coding-standard": "^7.0", + "ramsey/composer-repl": "^1.4", + "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.9" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-ctype": "Enables faster processing of character classification using ctype functions.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", @@ -1525,9 +1505,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - }, "captainhook": { "force-install": true } @@ -1552,7 +1529,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.2.3" + "source": "https://github.com/ramsey/uuid/tree/4.7.6" }, "funding": [ { @@ -1564,7 +1541,7 @@ "type": "tidelift" } ], - "time": "2021-09-25T23:10:38+00:00" + "time": "2024-04-27T21:32:50+00:00" }, { "name": "swiftmailer/swiftmailer", @@ -1644,52 +1621,54 @@ }, { "name": "symfony/cache", - "version": "v4.3.11", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "8794ccf68ac341fc19311919d2287f7557bfccba" + "reference": "89005bc368ca02ed0433c592e4d27670d0844a66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/8794ccf68ac341fc19311919d2287f7557bfccba", - "reference": "8794ccf68ac341fc19311919d2287f7557bfccba", + "url": "https://api.github.com/repos/symfony/cache/zipball/89005bc368ca02ed0433c592e4d27670d0844a66", + "reference": "89005bc368ca02ed0433c592e4d27670d0844a66", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/cache": "~1.0", - "psr/log": "~1.0", - "symfony/cache-contracts": "^1.1", - "symfony/service-contracts": "^1.1", - "symfony/var-exporter": "^4.2" + "php": ">=7.2.5", + "psr/cache": "^1.0|^2.0", + "psr/log": "^1.1|^2|^3", + "symfony/cache-contracts": "^1.1.7|^2", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "conflict": { - "doctrine/dbal": "<2.5", - "symfony/dependency-injection": "<3.4", - "symfony/var-dumper": "<3.4" + "doctrine/dbal": "<2.13.1", + "symfony/dependency-injection": "<4.4", + "symfony/http-kernel": "<4.4", + "symfony/var-dumper": "<4.4" }, "provide": { - "psr/cache-implementation": "1.0", - "psr/simple-cache-implementation": "1.0", - "symfony/cache-implementation": "1.0" + "psr/cache-implementation": "1.0|2.0", + "psr/simple-cache-implementation": "1.0|2.0", + "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", - "doctrine/cache": "~1.6", - "doctrine/dbal": "~2.5", - "predis/predis": "~1.1", - "psr/simple-cache": "^1.0", - "symfony/config": "~4.2", - "symfony/dependency-injection": "~3.4|~4.1", - "symfony/var-dumper": "^4.1.1" + "doctrine/cache": "^1.6|^2.0", + "doctrine/dbal": "^2.13.1|^3|^4", + "predis/predis": "^1.1|^2.0", + "psr/simple-cache": "^1.0|^2.0", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/filesystem": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" @@ -1712,33 +1691,47 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Cache component with PSR-6, PSR-16, and tags", + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v4.3.11" + "source": "https://github.com/symfony/cache/tree/v5.4.40" }, - "time": "2020-01-27T09:15:09+00:00" + "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": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/cache-contracts", - "version": "v1.10.0", + "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", - "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81" + "reference": "fee6db04d913094e2fb55ff8e7db5685a8134463" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/a872a66e0bf7bac179c89bc96c7098bef1949f81", - "reference": "a872a66e0bf7bac179c89bc96c7098bef1949f81", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/fee6db04d913094e2fb55ff8e7db5685a8134463", + "reference": "fee6db04d913094e2fb55ff8e7db5685a8134463", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", "psr/cache": "^1.0|^2.0|^3.0" }, "suggest": { @@ -1747,7 +1740,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -1784,7 +1777,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v1.10.0" + "source": "https://github.com/symfony/cache-contracts/tree/v2.5.3" }, "funding": [ { @@ -1800,7 +1793,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/config", @@ -2057,31 +2050,35 @@ "time": "2022-11-16T16:18:09+00:00" }, { - "name": "symfony/expression-language", - "version": "v4.4.47", + "name": "symfony/deprecation-contracts", + "version": "v3.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/expression-language.git", - "reference": "e4964c7636e19f6008660f450c09121c80c2a7b9" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/e4964c7636e19f6008660f450c09121c80c2a7b9", - "reference": "e4964c7636e19f6008660f450c09121c80c2a7b9", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2" + "php": ">=8.1" }, "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\ExpressionLanguage\\": "" + "extra": { + "branch-alias": { + "dev-main": "3.5-dev" }, - "exclude-from-classmap": [ - "/Tests/" + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2090,18 +2087,18 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides an engine that can compile and evaluate expressions", + "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v4.4.47" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" }, "funding": [ { @@ -2117,31 +2114,32 @@ "type": "tidelift" } ], - "time": "2022-10-03T15:15:11+00:00" + "time": "2024-04-18T09:32:20+00:00" }, { - "name": "symfony/filesystem", - "version": "v4.4.42", + "name": "symfony/expression-language", + "version": "v6.4.8", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + "url": "https://github.com/symfony/expression-language.git", + "reference": "0b63cb437741a42104d3ccc9bf60bbd8e1acbd2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/0b63cb437741a42104d3ccc9bf60bbd8e1acbd2a", + "reference": "0b63cb437741a42104d3ccc9bf60bbd8e1acbd2a", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Filesystem\\": "" + "Symfony\\Component\\ExpressionLanguage\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -2161,10 +2159,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides basic utilities for the filesystem", + "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + "source": "https://github.com/symfony/expression-language/tree/v6.4.8" }, "funding": [ { @@ -2180,40 +2178,107 @@ "type": "tidelift" } ], - "time": "2022-05-20T08:49:14+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "name": "symfony/filesystem", + "version": "v5.4.40", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "url": "https://github.com/symfony/filesystem.git", + "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/26dd9912df6940810ea00f8f53ad48d6a3424995", + "reference": "26dd9912df6940810ea00f8f53ad48d6a3424995", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-ctype": "*" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", + "symfony/polyfill-php80": "^1.16" }, - "suggest": { - "ext-ctype": "For best performance" + "require-dev": { + "symfony/process": "^5.4|^6.4" }, "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, "autoload": { - "files": [ + "psr-4": { + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides basic utilities for the filesystem", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/filesystem/tree/v5.4.40" + }, + "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": "2024-05-31T14:33:22+00:00" + }, + { + "name": "symfony/polyfill-ctype", + "version": "v1.30.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "0424dff1c58f028c451efff2045f5d92410bd540" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", + "reference": "0424dff1c58f028c451efff2045f5d92410bd540", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-ctype": "*" + }, + "suggest": { + "ext-ctype": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ "bootstrap.php" ], "psr-4": { @@ -2243,7 +2308,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" }, "funding": [ { @@ -2259,20 +2324,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f" + "reference": "c027e6a3c6aee334663ec21f5852e89738abc805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805", + "reference": "c027e6a3c6aee334663ec21f5852e89738abc805", "shasum": "" }, "require": { @@ -2323,7 +2388,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.30.0" }, "funding": [ { @@ -2339,20 +2404,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", + "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", "shasum": "" }, "require": { @@ -2407,7 +2472,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0" }, "funding": [ { @@ -2423,20 +2488,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", "shasum": "" }, "require": { @@ -2488,7 +2553,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" }, "funding": [ { @@ -2504,20 +2569,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", "shasum": "" }, "require": { @@ -2568,7 +2633,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" }, "funding": [ { @@ -2584,20 +2649,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" + "reference": "10112722600777e02d2745716b70c5db4ca70442" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", + "reference": "10112722600777e02d2745716b70c5db4ca70442", "shasum": "" }, "require": { @@ -2641,7 +2706,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" }, "funding": [ { @@ -2657,20 +2722,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", - "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1", + "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1", "shasum": "" }, "require": { @@ -2717,7 +2782,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0" }, "funding": [ { @@ -2733,20 +2798,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { @@ -2797,7 +2862,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "funding": [ { @@ -2813,20 +2878,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", - "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/3fb075789fb91f9ad9af537c4012d523085bd5af", + "reference": "3fb075789fb91f9ad9af537c4012d523085bd5af", "shasum": "" }, "require": { @@ -2873,7 +2938,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.30.0" }, "funding": [ { @@ -2889,25 +2954,29 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/service-contracts", - "version": "v1.10.0", + "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4" + "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", - "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3", + "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" @@ -2915,7 +2984,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -2952,7 +3021,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v1.10.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.3" }, "funding": [ { @@ -2968,28 +3037,30 @@ "type": "tidelift" } ], - "time": "2022-05-27T14:01:05+00:00" + "time": "2023-04-21T15:04:16+00:00" }, { "name": "symfony/var-exporter", - "version": "v4.4.43", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b" + "reference": "792ca836f99b340f2e9ca9497c7953948c49a504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4a7a3a3d55c471d396e6d28011368b7b83cb518b", - "reference": "4a7a3a3d55c471d396e6d28011368b7b83cb518b", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/792ca836f99b340f2e9ca9497c7953948c49a504", + "reference": "792ca836f99b340f2e9ca9497c7953948c49a504", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { - "symfony/var-dumper": "^4.4.9|^5.0.9" + "symfony/property-access": "^6.4|^7.0", + "symfony/serializer": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -3022,10 +3093,12 @@ "export", "hydrate", "instantiate", + "lazy-loading", + "proxy", "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v4.4.43" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.8" }, "funding": [ { @@ -3041,53 +3114,47 @@ "type": "tidelift" } ], - "time": "2022-05-27T11:44:32+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "techdivision/import", - "version": "17.8.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import.git", - "reference": "4181886b320aff9494b91ef05986457cc4d44dbe" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import/zipball/4181886b320aff9494b91ef05986457cc4d44dbe", - "reference": "4181886b320aff9494b91ef05986457cc4d44dbe", - "shasum": "" + "type": "path", + "url": "packages/import", + "reference": "3af056fd344bd4f56da2590baca791bd68e307bf" }, "require": { "ext-json": "*", "ext-zip": "*", - "handcraftedinthealps/goodby-csv": "^1.4.0", - "laminas/laminas-filter": "~2.0", - "league/event": "~2.0", - "monolog/monolog": "~1.0|~2.3", - "php": ">=7.3.0", - "psr/cache": "~1.0|~2.0|~3.0", - "psr/container": "1.1.1", - "psr/log": "~1.0|~2.0|~3.0", - "ramsey/uuid": "^3.7|^3.8|^4.1|^4.2", - "swiftmailer/swiftmailer": "^6.2.5", - "techdivision/import-cache": "^1.0.0", - "techdivision/import-cache-collection": "^1.0.0", - "techdivision/import-configuration": "^5.0.0", - "techdivision/import-dbal": "^1.0.0", - "techdivision/import-dbal-collection": "^1.0.0", - "techdivision/import-serializer": "^1.0.0", - "techdivision/import-serializer-csv": "^1.0.0" - }, - "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "handcraftedinthealps/goodby-csv": "*", + "laminas/laminas-filter": "*", + "league/event": "^2.2.0", + "monolog/monolog": "*", + "php": "^8.1", + "psr/cache": "*", + "psr/container": "*", + "psr/log": "*", + "ramsey/uuid": "*", + "swiftmailer/swiftmailer": "*", + "techdivision/import-cache": "*", + "techdivision/import-cache-collection": "*", + "techdivision/import-configuration": "*", + "techdivision/import-dbal": "*", + "techdivision/import-dbal-collection": "*", + "techdivision/import-serializer": "*", + "techdivision/import-serializer-csv": "*" + }, + "require-dev": { + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3099,7 +3166,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3110,40 +3176,32 @@ } ], "description": "A library supporting generic Magento 2 import functionality", - "support": { - "issues": "https://github.com/techdivision/import/issues", - "source": "https://github.com/techdivision/import/tree/17.8.0" - }, - "time": "2024-04-23T15:36:02+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-app-simple", - "version": "18.0.3", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-app-simple.git", - "reference": "bfe81e8dfe44cd03bca41f0975b34e5d12ea5e9c" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-app-simple/zipball/bfe81e8dfe44cd03bca41f0975b34e5d12ea5e9c", - "reference": "bfe81e8dfe44cd03bca41f0975b34e5d12ea5e9c", - "shasum": "" + "type": "path", + "url": "packages/import-app-simple", + "reference": "d0417ac0cf0f2088965afbeedee5e4755a3a1ddf" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3154,7 +3212,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\App\\": [ + "tests/unit/" + ] + } + }, "license": [ "MIT" ], @@ -3165,40 +3229,32 @@ } ], "description": "Pacemaker simple application implementation providing basic Magento 2 import functionality", - "support": { - "issues": "https://github.com/techdivision/import-app-simple/issues", - "source": "https://github.com/techdivision/import-app-simple/tree/18.0.3" - }, - "time": "2023-05-05T15:45:41+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-attribute", - "version": "22.0.8", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-attribute.git", - "reference": "ed341ec283094537a8dfcac02478b9d1128e9556" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-attribute/zipball/ed341ec283094537a8dfcac02478b9d1128e9556", - "reference": "ed341ec283094537a8dfcac02478b9d1128e9556", - "shasum": "" + "type": "path", + "url": "packages/import-attribute", + "reference": "04ba62a4c4e967b7ea4c533d7a33801203d6da39" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3210,7 +3266,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3221,40 +3276,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 attribute import functionality", - "support": { - "issues": "https://github.com/techdivision/import-attribute/issues", - "source": "https://github.com/techdivision/import-attribute/tree/22.0.8" - }, - "time": "2023-11-28T09:45:00+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-attribute-set", - "version": "17.0.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-attribute-set.git", - "reference": "d98f0877c19d46c30456a85e924fa319f9af88b1" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-attribute-set/zipball/d98f0877c19d46c30456a85e924fa319f9af88b1", - "reference": "d98f0877c19d46c30456a85e924fa319f9af88b1", - "shasum": "" + "type": "path", + "url": "packages/import-attribute-set", + "reference": "e8575549a59cd6161049fc1b8d89cf8b97a7560b" }, "require": { - "php": ">=7.3.0", - "techdivision/import-attribute": "^22.0.0" + "php": "^8.1", + "techdivision/import-attribute": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3265,7 +3312,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Attribute\\Set\\": [ + "tests/unit/" + ] + } + }, "license": [ "MIT" ], @@ -3276,39 +3329,31 @@ } ], "description": "Pacemaker library providing basic Magento 2 attribute set + group import functionality", - "support": { - "issues": "https://github.com/techdivision/import-attribute-set/issues", - "source": "https://github.com/techdivision/import-attribute-set/tree/17.0.1" - }, - "time": "2023-05-05T15:47:23+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-cache", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-cache.git", - "reference": "5bbb8a9ecaa6f4a4a74f1b92e78d5351762b4bc5" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cache/zipball/5bbb8a9ecaa6f4a4a74f1b92e78d5351762b4bc5", - "reference": "5bbb8a9ecaa6f4a4a74f1b92e78d5351762b4bc5", - "shasum": "" + "type": "path", + "url": "packages/import-cache", + "reference": "87d067a0323c300eff476df43ed1c5954f2d5670" }, "require": { - "php": ">=7.3.0" + "php": "^8.1" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3319,7 +3364,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3330,41 +3374,33 @@ } ], "description": "Pacemaker library providing interfaces for Magento 2 import cache functionality", - "support": { - "issues": "https://github.com/techdivision/import-cache/issues", - "source": "https://github.com/techdivision/import-cache/tree/1.0.0" - }, - "time": "2022-04-20T13:15:47+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-cache-collection", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-cache-collection.git", - "reference": "ed92af12d9606720ef079919386aba0db884e947" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cache-collection/zipball/ed92af12d9606720ef079919386aba0db884e947", - "reference": "ed92af12d9606720ef079919386aba0db884e947", - "shasum": "" + "type": "path", + "url": "packages/import-cache-collection", + "reference": "fb632fb0391f5885892c81aafc61a5578edee3ab" }, "require": { - "php": ">=7.3.0", - "ramsey/uuid": "^3.7|^3.8|^4.1|^4.2", - "techdivision/import-cache": "^1.0.0" + "php": "^8.1", + "ramsey/uuid": "*", + "techdivision/import-cache": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3375,7 +3411,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3386,40 +3421,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 import cache functionality based on a simple collection", - "support": { - "issues": "https://github.com/techdivision/import-cache-collection/issues", - "source": "https://github.com/techdivision/import-cache-collection/tree/1.0.0" - }, - "time": "2022-04-21T06:46:12+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-category", - "version": "21.0.3", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-category.git", - "reference": "57869cad8f856a95ea50e3e6527849f27e3c20bc" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-category/zipball/57869cad8f856a95ea50e3e6527849f27e3c20bc", - "reference": "57869cad8f856a95ea50e3e6527849f27e3c20bc", - "shasum": "" + "type": "path", + "url": "packages/import-category", + "reference": "c0fee4093d96aad69231e569804c0221a5bdbe31" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3430,7 +3457,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Category\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3441,41 +3474,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 category import functionality", - "support": { - "issues": "https://github.com/techdivision/import-category/issues", - "source": "https://github.com/techdivision/import-category/tree/21.0.3" - }, - "time": "2023-10-11T15:56:45+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-category-ee", - "version": "22.0.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-category-ee.git", - "reference": "7b920766a1c3f553ddf4fdefb25bd7179a4a9c16" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-category-ee/zipball/7b920766a1c3f553ddf4fdefb25bd7179a4a9c16", - "reference": "7b920766a1c3f553ddf4fdefb25bd7179a4a9c16", - "shasum": "" + "type": "path", + "url": "packages/import-category-ee", + "reference": "524acb4e3e8922c6440d8dceb501ac7cdb29386c" }, "require": { - "php": ">=7.3.0", - "techdivision/import-category": "^21.0.0", - "techdivision/import-ee": "^16.0.0" + "php": "^8.1", + "techdivision/import-category": "*", + "techdivision/import-ee": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3486,7 +3511,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Category\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3497,46 +3528,38 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE category import functionality", - "support": { - "issues": "https://github.com/techdivision/import-category-ee/issues", - "source": "https://github.com/techdivision/import-category-ee/tree/22.0.1" - }, - "time": "2023-09-18T13:53:08+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-cli", - "version": "12.5.2", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-cli.git", - "reference": "d5ae0b8341134e7e68542e783c63bc27fa6c1c6a" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-cli/zipball/d5ae0b8341134e7e68542e783c63bc27fa6c1c6a", - "reference": "d5ae0b8341134e7e68542e783c63bc27fa6c1c6a", - "shasum": "" + "type": "path", + "url": "packages/import-cli", + "reference": "d4b6a46dca62f332f12b9028a91ce040addf5600" }, "require": { - "php": ">=7.3.0", - "ramsey/uuid": "^3.7|^3.8|^4.1|^4.2", - "symfony/config": "~2.8|~3.0|~4.0|~5.0|~6.0", - "symfony/console": "~2.3,!=2.7.0|~4.0|~5.0|~6.0|~7.0", - "symfony/dependency-injection": "~2.3,!=2.7.0|~3.0|~4.0|~5.0|~6.0", - "symfony/expression-language": "~2.3,!=2.7.0|~4.0|~5.0", - "techdivision/import-app-simple": "^18.0.0", - "techdivision/import-configuration-jms": "^17.0.0" + "php": "^8.1", + "ramsey/uuid": "*", + "symfony/config": "*", + "symfony/console": "*", + "symfony/dependency-injection": "*", + "symfony/expression-language": "*", + "techdivision/import-app-simple": "*", + "techdivision/import-configuration-jms": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0|~5.0|~6.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3547,7 +3570,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Cli\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3558,39 +3587,31 @@ } ], "description": "Commands and Helpers to implement a CLI providing single-threaded Magento 2 importing functionality based on Pacemaker", - "support": { - "issues": "https://github.com/techdivision/import-cli/issues", - "source": "https://github.com/techdivision/import-cli/tree/12.5.2" - }, - "time": "2024-04-08T13:39:48+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-configuration", - "version": "5.2.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-configuration.git", - "reference": "33c1682c66e1f4ca5135a8e36f4804b5d6661a90" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-configuration/zipball/33c1682c66e1f4ca5135a8e36f4804b5d6661a90", - "reference": "33c1682c66e1f4ca5135a8e36f4804b5d6661a90", - "shasum": "" + "type": "path", + "url": "packages/import-configuration", + "reference": "e0d81c9fb179951013d0a5b6df4da4e52046e18d" }, "require": { - "php": ">=7.2.0" + "php": "^8.1" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0", - "symfony/http-kernel": "~3.4" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3600,7 +3621,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -3611,45 +3631,38 @@ } ], "description": "The configuration interfaces for generic import functionality implementations", - "support": { - "issues": "https://github.com/techdivision/import-configuration/issues", - "source": "https://github.com/techdivision/import-configuration/tree/5.2.1" - }, - "time": "2022-12-19T11:39:54+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-configuration-jms", - "version": "17.4.2", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-configuration-jms.git", - "reference": "290b3edbb8e74e3180075fb1bd963e4d8a466e77" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-configuration-jms/zipball/290b3edbb8e74e3180075fb1bd963e4d8a466e77", - "reference": "290b3edbb8e74e3180075fb1bd963e4d8a466e77", - "shasum": "" + "type": "path", + "url": "packages/import-configuration-jms", + "reference": "c30615696e0fc7961e7a0f9b3fde9aac1ec49494" }, "require": { - "doctrine/annotations": "^1.14 | ^2.0", - "doctrine/collections": "^1.6", - "jean85/pretty-package-versions": "~1.6", - "jms/serializer": "^1.0 | ^2.0 | ^3.0", - "php": ">=7.3.0", - "symfony/expression-language": "4.*|^5.0|^6.0", - "techdivision/import": "^17.0.0", - "techdivision/import-dbal": "^1.0.0" + "doctrine/annotations": "*", + "doctrine/collections": "*", + "jean85/pretty-package-versions": "*", + "jms/serializer": "*", + "php": "^8.1", + "symfony/expression-language": "*", + "techdivision/import": "*", + "techdivision/import-dbal": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3659,7 +3672,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Configuration\\Jms\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3670,40 +3689,32 @@ } ], "description": "Library providing a JMS based configuration implementation for Pacemaker", - "support": { - "issues": "https://github.com/techdivision/import-configuration-jms/issues", - "source": "https://github.com/techdivision/import-configuration-jms/tree/17.4.2" - }, - "time": "2024-04-03T13:02:08+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-converter", - "version": "11.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-converter.git", - "reference": "c8de75424da10c16b88950b73b83e37afc23fac1" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-converter/zipball/c8de75424da10c16b88950b73b83e37afc23fac1", - "reference": "c8de75424da10c16b88950b73b83e37afc23fac1", - "shasum": "" + "type": "path", + "url": "packages/import-converter", + "reference": "10eea348e4a3894e4c45f184ee5fb09d927a07ae" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3714,7 +3725,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Converter\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3725,42 +3742,34 @@ } ], "description": "Pacemaker library providing generic converter functionality", - "support": { - "issues": "https://github.com/techdivision/import-converter/issues", - "source": "https://github.com/techdivision/import-converter/tree/11.0.0" - }, - "time": "2022-04-21T07:53:34+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-converter-customer-attribute", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-converter-customer-attribute.git", - "reference": "b524abd5f13d8058e1b2846ab8ce61bff09956e7" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-converter-customer-attribute/zipball/b524abd5f13d8058e1b2846ab8ce61bff09956e7", - "reference": "b524abd5f13d8058e1b2846ab8ce61bff09956e7", - "shasum": "" + "type": "path", + "url": "packages/import-converter-customer-attribute", + "reference": "eeab40bb8d08e690e43dddfe141b3cb8e3446bb9" }, "require": { - "php": ">=7.3.0", - "techdivision/import-attribute": "^22.0.0", - "techdivision/import-converter": "^11.0.0", - "techdivision/import-customer": "^17.0.0" + "php": "^8.1", + "techdivision/import-attribute": "*", + "techdivision/import-converter": "*", + "techdivision/import-customer": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3771,7 +3780,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Converter\\Customer\\Attribute\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3782,41 +3797,33 @@ } ], "description": "Pacemaker library providing the functionality to convert a CSV file with attribute option values from a CSV file with customer", - "support": { - "issues": "https://github.com/techdivision/import-converter-customer-attribute/issues", - "source": "https://github.com/techdivision/import-converter-customer-attribute/tree/3.0.0" - }, - "time": "2022-04-21T08:22:16+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-converter-ee", - "version": "11.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-converter-ee.git", - "reference": "6181239872327c872a117c33cd8882b98c3027ec" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-converter-ee/zipball/6181239872327c872a117c33cd8882b98c3027ec", - "reference": "6181239872327c872a117c33cd8882b98c3027ec", - "shasum": "" + "type": "path", + "url": "packages/import-converter-ee", + "reference": "7ad7b113cca46516c26a410aa7117b93af26dca7" }, "require": { - "php": ">=7.3.0", - "techdivision/import-converter": "^11.0.0", - "techdivision/import-ee": "^16.0.0" + "php": "^8.1", + "techdivision/import-converter": "*", + "techdivision/import-ee": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3827,7 +3834,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Converter\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3838,42 +3851,34 @@ } ], "description": "Pacemaker library providing generic Magento 2 EE converter functionality", - "support": { - "issues": "https://github.com/techdivision/import-converter-ee/issues", - "source": "https://github.com/techdivision/import-converter-ee/tree/11.0.0" - }, - "time": "2022-04-21T08:07:05+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-converter-product-attribute", - "version": "10.0.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-converter-product-attribute.git", - "reference": "3cce2d83c458a146782dac81710ba590a466f9d4" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-converter-product-attribute/zipball/3cce2d83c458a146782dac81710ba590a466f9d4", - "reference": "3cce2d83c458a146782dac81710ba590a466f9d4", - "shasum": "" + "type": "path", + "url": "packages/import-converter-product-attribute", + "reference": "52602565a8f28931101dc446b1343ed23bc2f1ad" }, "require": { - "php": ">=7.3.0", - "techdivision/import-attribute": "^22.0.0", - "techdivision/import-converter": "^11.0.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-attribute": "*", + "techdivision/import-converter": "*", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3884,10 +3889,16 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Converter\\Product\\Attribute\\": [ + "tests/unit" + ] + } + }, + "license": [ + "MIT" + ], "authors": [ { "name": "Tim Wagner", @@ -3895,42 +3906,34 @@ } ], "description": "Pacemaker library providing the functionality to convert a CSV file with attribute option values from a CSV file with products", - "support": { - "issues": "https://github.com/techdivision/import-converter-product-attribute/issues", - "source": "https://github.com/techdivision/import-converter-product-attribute/tree/10.0.1" - }, - "time": "2022-04-21T08:32:12+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-converter-product-category", - "version": "10.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-converter-product-category.git", - "reference": "1feb60fb038792818e5bb182952f193bd4b39ac9" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-converter-product-category/zipball/1feb60fb038792818e5bb182952f193bd4b39ac9", - "reference": "1feb60fb038792818e5bb182952f193bd4b39ac9", - "shasum": "" + "type": "path", + "url": "packages/import-converter-product-category", + "reference": "1fb96417156d866c3ca672dfe2521d32aa45465c" }, "require": { - "php": ">=7.3.0", - "techdivision/import-category": "^21.0.0", - "techdivision/import-converter": "^11.0.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-category": "*", + "techdivision/import-converter": "*", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3941,7 +3944,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Converter\\Product\\Category\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -3952,40 +3961,32 @@ } ], "description": "Pacemaker library providing the functionality to convert a CSV file with category from a CSV file with products", - "support": { - "issues": "https://github.com/techdivision/import-converter-product-category/issues", - "source": "https://github.com/techdivision/import-converter-product-category/tree/10.0.0" - }, - "time": "2022-04-21T08:16:24+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-customer", - "version": "17.1.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-customer.git", - "reference": "d8c9636081b70e35a1bdd440492abcdb07f50272" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer/zipball/d8c9636081b70e35a1bdd440492abcdb07f50272", - "reference": "d8c9636081b70e35a1bdd440492abcdb07f50272", - "shasum": "" + "type": "path", + "url": "packages/import-customer", + "reference": "54f78d91454f01b0d9cec75927500fcea8b52153" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -3996,7 +3997,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Customer\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4007,40 +4014,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 customer import functionality", - "support": { - "issues": "https://github.com/techdivision/import-customer/issues", - "source": "https://github.com/techdivision/import-customer/tree/17.1.1" - }, - "time": "2023-05-10T14:04:48+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-customer-address", - "version": "17.0.6", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-customer-address.git", - "reference": "cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-customer-address/zipball/cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f", - "reference": "cba2a7ee86b86b94e9a20073aa8d5cdf25c9833f", - "shasum": "" + "type": "path", + "url": "packages/import-customer-address", + "reference": "9ca8fd812893830a5a9d6be3317ae89de8aa97f1" }, "require": { - "php": ">=7.3.0", - "techdivision/import-customer": "^17.0.0" + "php": "^8.1", + "techdivision/import-customer": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4051,7 +4050,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Customer\\Address\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4062,40 +4067,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 customer address import functionality", - "support": { - "issues": "https://github.com/techdivision/import-customer-address/issues", - "source": "https://github.com/techdivision/import-customer-address/tree/17.0.6" - }, - "time": "2023-05-10T14:04:43+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-dbal", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-dbal.git", - "reference": "5ca262d5a1a3420e35ef9d3403502bf2f6c38841" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-dbal/zipball/5ca262d5a1a3420e35ef9d3403502bf2f6c38841", - "reference": "5ca262d5a1a3420e35ef9d3403502bf2f6c38841", - "shasum": "" + "type": "path", + "url": "packages/import-dbal", + "reference": "6106038f3302b7e61625dab03692e799b301d40e" }, "require": { - "php": ">=7.3.0", - "techdivision/import-cache": "^1.0.0" + "php": "^8.1", + "techdivision/import-cache": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4107,7 +4104,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -4118,42 +4114,34 @@ } ], "description": "Pacemaker library providing interfaces for Magento 2 import DBAL functionality", - "support": { - "issues": "https://github.com/techdivision/import-dbal/issues", - "source": "https://github.com/techdivision/import-dbal/tree/1.1.0" - }, - "time": "2022-06-02T19:09:49+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-dbal-collection", - "version": "1.1.4", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-dbal-collection.git", - "reference": "77f210c45809f4f6b0ebdd5914a64ab4839330b1" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-dbal-collection/zipball/77f210c45809f4f6b0ebdd5914a64ab4839330b1", - "reference": "77f210c45809f4f6b0ebdd5914a64ab4839330b1", - "shasum": "" + "type": "path", + "url": "packages/import-dbal-collection", + "reference": "abc0e6af09e6beac68f939648d0e1c86c9244847" }, "require": { "league/event": "~2.0", - "php": ">=7.3.0", - "techdivision/import-cache": "^1.0.0", - "techdivision/import-dbal": "^1.0.0" + "php": "^8.1", + "techdivision/import-cache": "*", + "techdivision/import-dbal": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4165,7 +4153,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -4176,40 +4163,32 @@ } ], "description": "Pacemaker library providing a hyperfast Magento 2 import DBAL functionality", - "support": { - "issues": "https://github.com/techdivision/import-dbal-collection/issues", - "source": "https://github.com/techdivision/import-dbal-collection/tree/1.1.4" - }, - "time": "2023-05-02T12:30:42+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-ee", - "version": "16.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-ee.git", - "reference": "b4256914132f45147d22e37c523ee71c62b04232" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-ee/zipball/b4256914132f45147d22e37c523ee71c62b04232", - "reference": "b4256914132f45147d22e37c523ee71c62b04232", - "shasum": "" + "type": "path", + "url": "packages/import-ee", + "reference": "1f69dd38229c6da44dabaca6074977d4924b87bb" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4220,7 +4199,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4231,40 +4216,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE import functionality", - "support": { - "issues": "https://github.com/techdivision/import-ee/issues", - "source": "https://github.com/techdivision/import-ee/tree/16.0.0" - }, - "time": "2022-04-21T07:32:10+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product", - "version": "25.2.3", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product.git", - "reference": "144fdce15e91d4bb56cb2625ab17d57415309f28" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product/zipball/144fdce15e91d4bb56cb2625ab17d57415309f28", - "reference": "144fdce15e91d4bb56cb2625ab17d57415309f28", - "shasum": "" + "type": "path", + "url": "packages/import-product", + "reference": "a617a6be9ffb5d8773aed7d2ca13899333edd909" }, "require": { - "php": ">=7.3.0", - "techdivision/import": "^17.0.0" + "php": "^8.1", + "techdivision/import": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4275,7 +4252,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4286,40 +4269,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product/issues", - "source": "https://github.com/techdivision/import-product/tree/25.2.3" - }, - "time": "2024-04-05T16:17:40+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-bundle", - "version": "25.0.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-bundle.git", - "reference": "a15bbfdaade6b894039dee50bd8b9aef19824964" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-bundle/zipball/a15bbfdaade6b894039dee50bd8b9aef19824964", - "reference": "a15bbfdaade6b894039dee50bd8b9aef19824964", - "shasum": "" + "type": "path", + "url": "packages/import-product-bundle", + "reference": "634dfea46fe04545f6c708950b0f2d80a8f5db19" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4330,7 +4305,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Bundle\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4341,41 +4322,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 bundle product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-bundle/issues", - "source": "https://github.com/techdivision/import-product-bundle/tree/25.0.1" - }, - "time": "2023-05-05T15:51:17+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-bundle-ee", - "version": "27.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-bundle-ee.git", - "reference": "a0433e0c7b5c5735b4091bc0ff2e2a86efe3fb4d" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-bundle-ee/zipball/a0433e0c7b5c5735b4091bc0ff2e2a86efe3fb4d", - "reference": "a0433e0c7b5c5735b4091bc0ff2e2a86efe3fb4d", - "shasum": "" + "type": "path", + "url": "packages/import-product-bundle-ee", + "reference": "a9fb5bb13d5bbf397622f65fa0eccf26f68f5d44" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-bundle": "^25.0.0", - "techdivision/import-product-ee": "^26.0.0" + "php": "^8.1", + "techdivision/import-product-bundle": "*", + "techdivision/import-product-ee": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4386,7 +4359,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Bundle\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4397,41 +4376,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE bundle product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-bundle-ee/issues", - "source": "https://github.com/techdivision/import-product-bundle-ee/tree/27.0.0" - }, - "time": "2022-04-21T08:21:05+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-ee", - "version": "26.1.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-ee.git", - "reference": "d6df349b3274674a4bc1b616b4f3a68c2748b29d" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-ee/zipball/d6df349b3274674a4bc1b616b4f3a68c2748b29d", - "reference": "d6df349b3274674a4bc1b616b4f3a68c2748b29d", - "shasum": "" + "type": "path", + "url": "packages/import-product-ee", + "reference": "ac526a182c6514675e36900281fda22029dfc4dd" }, "require": { - "php": ">=7.3.0", - "techdivision/import-ee": "^16.0.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-ee": "*", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4442,7 +4413,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4453,40 +4430,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-ee/issues", - "source": "https://github.com/techdivision/import-product-ee/tree/26.1.0" - }, - "time": "2022-11-10T22:26:35+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-grouped", - "version": "19.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-grouped.git", - "reference": "e2d376afe47f4bbedd49a072b4d316dcf778e58b" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-grouped/zipball/e2d376afe47f4bbedd49a072b4d316dcf778e58b", - "reference": "e2d376afe47f4bbedd49a072b4d316dcf778e58b", - "shasum": "" + "type": "path", + "url": "packages/import-product-grouped", + "reference": "edd75d648b5b79bdbea9183633b0a21639e790be" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-link": "^25.0.0" + "php": "^8.1", + "techdivision/import-product-link": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4497,7 +4466,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Grouped\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4508,41 +4483,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 grouped product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-grouped/issues", - "source": "https://github.com/techdivision/import-product-grouped/tree/19.0.0" - }, - "time": "2022-04-21T08:26:51+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-grouped-ee", - "version": "21.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-grouped-ee.git", - "reference": "e273c3d5d366f191cbc2a9358578bcf0ff69d61e" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-grouped-ee/zipball/e273c3d5d366f191cbc2a9358578bcf0ff69d61e", - "reference": "e273c3d5d366f191cbc2a9358578bcf0ff69d61e", - "shasum": "" + "type": "path", + "url": "packages/import-product-grouped-ee", + "reference": "089e88d150a881ea40c0fd8eb98476aed8e5a8cc" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-ee": "^26.0.0", - "techdivision/import-product-grouped": "^19.0.0" + "php": "^8.1", + "techdivision/import-product-ee": "*", + "techdivision/import-product-grouped": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4553,7 +4520,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Grouped\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4564,40 +4537,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE grouped product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-grouped-ee/issues", - "source": "https://github.com/techdivision/import-product-grouped-ee/tree/21.0.0" - }, - "time": "2022-04-21T08:27:55+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-link", - "version": "25.0.3", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-link.git", - "reference": "6fc77d8854507ba2e98b642f243043011084700e" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-link/zipball/6fc77d8854507ba2e98b642f243043011084700e", - "reference": "6fc77d8854507ba2e98b642f243043011084700e", - "shasum": "" + "type": "path", + "url": "packages/import-product-link", + "reference": "812247839a5a287286916224cf7cd6a2b2322efc" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4608,7 +4573,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Link\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4619,41 +4590,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 product link import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-link/issues", - "source": "https://github.com/techdivision/import-product-link/tree/25.0.3" - }, - "time": "2023-05-05T15:51:51+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-link-ee", - "version": "27.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-link-ee.git", - "reference": "2e632bf94ab2139547cdf5dd4d872f4fc2742887" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-link-ee/zipball/2e632bf94ab2139547cdf5dd4d872f4fc2742887", - "reference": "2e632bf94ab2139547cdf5dd4d872f4fc2742887", - "shasum": "" + "type": "path", + "url": "packages/import-product-link-ee", + "reference": "2a5c0aacb4e1fefcc3b4b60290738f2575a6c89b" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-ee": "^26.0.0", - "techdivision/import-product-link": "^25.0.0" + "php": "^8.1", + "techdivision/import-product-ee": "*", + "techdivision/import-product-link": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4664,7 +4627,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Link\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4675,40 +4644,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE product link import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-link-ee/issues", - "source": "https://github.com/techdivision/import-product-link-ee/tree/27.0.0" - }, - "time": "2022-04-21T08:25:28+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-media", - "version": "27.0.3", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-media.git", - "reference": "47cc7692b9904f035366cb772932fd83692e34ba" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-media/zipball/47cc7692b9904f035366cb772932fd83692e34ba", - "reference": "47cc7692b9904f035366cb772932fd83692e34ba", - "shasum": "" + "type": "path", + "url": "packages/import-product-media", + "reference": "c5579b5e61a371b972c0ad4fe5646818e88cd77e" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4719,7 +4680,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Media\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4730,41 +4697,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 product media import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-media/issues", - "source": "https://github.com/techdivision/import-product-media/tree/27.0.3" - }, - "time": "2023-07-03T17:48:59+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-media-ee", - "version": "28.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-media-ee.git", - "reference": "2c70c36bc34ed090fdd35573139a9306f1f76210" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-media-ee/zipball/2c70c36bc34ed090fdd35573139a9306f1f76210", - "reference": "2c70c36bc34ed090fdd35573139a9306f1f76210", - "shasum": "" + "type": "path", + "url": "packages/import-product-media-ee", + "reference": "39d8874c4accc3d2fb9ff3ece4492d26a75a41fe" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-ee": "^26.0.0", - "techdivision/import-product-media": "^27.0.0" + "php": "^8.1", + "techdivision/import-product-ee": "*", + "techdivision/import-product-media": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4775,7 +4734,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Media\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4786,40 +4751,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE product media import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-media-ee/issues", - "source": "https://github.com/techdivision/import-product-media-ee/tree/28.0.0" - }, - "time": "2022-04-21T08:30:52+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-msi", - "version": "20.1.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-msi.git", - "reference": "c869cde8e19ffba3a734021d5caa469136ea36a3" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-msi/zipball/c869cde8e19ffba3a734021d5caa469136ea36a3", - "reference": "c869cde8e19ffba3a734021d5caa469136ea36a3", - "shasum": "" + "type": "path", + "url": "packages/import-product-msi", + "reference": "351779b4ffc4eed8bd0828f2859882812e205542" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4830,7 +4787,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Msi\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -4841,40 +4804,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 MSI product stock import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-msi/issues", - "source": "https://github.com/techdivision/import-product-msi/tree/20.1.0" - }, - "time": "2023-07-03T17:49:14+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-tier-price", - "version": "18.0.1", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-tier-price.git", - "reference": "f51f383aed5b268a5af8053bc5593917bbbc87c3" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-tier-price/zipball/f51f383aed5b268a5af8053bc5593917bbbc87c3", - "reference": "f51f383aed5b268a5af8053bc5593917bbbc87c3", - "shasum": "" + "type": "path", + "url": "packages/import-product-tier-price", + "reference": "e3a17c57f58a4b82ddeab557a112e05681a72d58" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4886,7 +4841,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -4901,40 +4855,32 @@ } ], "description": "Pacemaker library providing basic Magento 2 product tier price import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-tier-price/issues", - "source": "https://github.com/techdivision/import-product-tier-price/tree/18.0.1" - }, - "time": "2023-05-05T15:53:24+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-url-rewrite", - "version": "25.0.4", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-url-rewrite.git", - "reference": "ce18b071a4fe343e1a1e8b05b661994ace29095f" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-url-rewrite/zipball/ce18b071a4fe343e1a1e8b05b661994ace29095f", - "reference": "ce18b071a4fe343e1a1e8b05b661994ace29095f", - "shasum": "" + "type": "path", + "url": "packages/import-product-url-rewrite", + "reference": "a900afb7571bd1094159225cc1007b01fd4de5a2" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -4945,51 +4891,49 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\UrlRewrite\\": [ + "tests/unit" + ] + } + }, + "license": [ + "MIT" + ], + "authors": [ { "name": "Tim Wagner", "email": "t.wagner@techdivision.com" } ], "description": "Pacemaker library providing basic Magento 2 product URL rewrite import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-url-rewrite/issues", - "source": "https://github.com/techdivision/import-product-url-rewrite/tree/25.0.4" - }, - "time": "2023-10-16T14:53:24+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-variant", - "version": "25.0.5", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-variant.git", - "reference": "b5aeb1cbae300e45073f2f21cd6eeaa9a8dbf6a3" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-variant/zipball/b5aeb1cbae300e45073f2f21cd6eeaa9a8dbf6a3", - "reference": "b5aeb1cbae300e45073f2f21cd6eeaa9a8dbf6a3", - "shasum": "" + "type": "path", + "url": "packages/import-product-variant", + "reference": "07dcf2de90a68de73efbe0896a1bec3a9c7de649" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product": "^25.0.0" + "php": "^8.1", + "techdivision/import-product": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -5000,7 +4944,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Variant\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -5011,41 +4961,33 @@ } ], "description": "Pacemaker library providing basic Magento 2 configurable product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-variant/issues", - "source": "https://github.com/techdivision/import-product-variant/tree/25.0.5" - }, - "time": "2023-05-05T15:54:51+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-product-variant-ee", - "version": "27.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-product-variant-ee.git", - "reference": "5fd0181df80c578900e1fc9919c58219b7b32d0c" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-product-variant-ee/zipball/5fd0181df80c578900e1fc9919c58219b7b32d0c", - "reference": "5fd0181df80c578900e1fc9919c58219b7b32d0c", - "shasum": "" + "type": "path", + "url": "packages/import-product-variant-ee", + "reference": "e5776dc64ca337ab1710eef5d973186ead61ff96" }, "require": { - "php": ">=7.3.0", - "techdivision/import-product-ee": "^26.0.0", - "techdivision/import-product-variant": "^25.0.0" + "php": "^8.1", + "techdivision/import-product-ee": "*", + "techdivision/import-product-variant": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -5056,7 +4998,13 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", + "autoload-dev": { + "psr-4": { + "TechDivision\\Import\\Product\\Variant\\Ee\\": [ + "tests/unit" + ] + } + }, "license": [ "MIT" ], @@ -5067,39 +5015,31 @@ } ], "description": "Pacemaker library providing basic Magento 2 EE configurable product import functionality", - "support": { - "issues": "https://github.com/techdivision/import-product-variant-ee/issues", - "source": "https://github.com/techdivision/import-product-variant-ee/tree/27.0.0" - }, - "time": "2022-04-21T08:35:38+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-serializer", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-serializer.git", - "reference": "21705e38d4e43b1b89c04e4cb80dc7605b3ed8da" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-serializer/zipball/21705e38d4e43b1b89c04e4cb80dc7605b3ed8da", - "reference": "21705e38d4e43b1b89c04e4cb80dc7605b3ed8da", - "shasum": "" + "type": "path", + "url": "packages/import-serializer", + "reference": "336b0d5206699ce427fd535343bbb7f64df95a46" }, "require": { - "php": ">=7.3.0" + "php": "^8.1" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -5110,7 +5050,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -5121,40 +5060,32 @@ } ], "description": "Pacemaker library providing interfaces for Magento 2 import serializer functionality", - "support": { - "issues": "https://github.com/techdivision/import-serializer/issues", - "source": "https://github.com/techdivision/import-serializer/tree/1.0.0" - }, - "time": "2022-04-20T14:25:22+00:00" + "transport-options": { + "relative": true + } }, { "name": "techdivision/import-serializer-csv", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/techdivision/import-serializer-csv.git", - "reference": "92048ab9ff7f505b762fe62e8d53f6385f7e2028" - }, + "version": "dev-php8-compatibility", "dist": { - "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-serializer-csv/zipball/92048ab9ff7f505b762fe62e8d53f6385f7e2028", - "reference": "92048ab9ff7f505b762fe62e8d53f6385f7e2028", - "shasum": "" + "type": "path", + "url": "packages/import-serializer-csv", + "reference": "1193a093682004d24987cb4254e5f7398e59419b" }, "require": { - "php": ">=7.3.0", - "techdivision/import-serializer": "^1.0.0" + "php": "^8.1", + "techdivision/import-serializer": "*" }, "require-dev": { - "consolidation/robo": "~1.0", - "doctrine/dbal": "2.5.*", - "mikey179/vfsstream": "~1.0", - "pdepend/pdepend": "2.5.2", - "phpmd/phpmd": "@stable", - "phpunit/phpunit": "^6.5.0|^8.0.0|~9.5.0", - "sebastian/phpcpd": "~3.0|~4.0|~5.0|~6.0", - "squizlabs/php_codesniffer": "~3.4.0|~3.6.0", - "symfony/http-kernel": "~2.0|~3.0|~4.0" + "consolidation/robo": "^4.0.2", + "doctrine/dbal": "^4.0.4", + "mikey179/vfsstream": "v1.6.11", + "pdepend/pdepend": "^2.16.2", + "phpmd/phpmd": "^2.15.0", + "phpunit/phpunit": "^11.2.5", + "sebastian/phpcpd": "^2.0.1", + "squizlabs/php_codesniffer": "^3.10.1", + "symfony/http-kernel": "v4.4.51" }, "type": "library", "autoload": { @@ -5165,7 +5096,6 @@ ] } }, - "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -5176,46 +5106,45 @@ } ], "description": "Pacemaker library providing basic Magento 2 import CSV serializer functionality", - "support": { - "issues": "https://github.com/techdivision/import-serializer-csv/issues", - "source": "https://github.com/techdivision/import-serializer-csv/tree/1.0.2" - }, - "time": "2022-10-24T10:44:22+00:00" + "transport-options": { + "relative": true + } } ], "packages-dev": [ { "name": "behat/behat", - "version": "v3.7.0", + "version": "v3.14.0", "source": { "type": "git", "url": "https://github.com/Behat/Behat.git", - "reference": "08052f739619a9e9f62f457a67302f0715e6dd13" + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Behat/zipball/08052f739619a9e9f62f457a67302f0715e6dd13", - "reference": "08052f739619a9e9f62f457a67302f0715e6dd13", + "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340", + "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340", "shasum": "" }, "require": { - "behat/gherkin": "^4.6.0", + "behat/gherkin": "^4.9.0", "behat/transliterator": "^1.2", "ext-mbstring": "*", - "php": ">=5.3.3", - "psr/container": "^1.0", - "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0", - "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0", - "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0" + "php": "^7.2 || ^8.0", + "psr/container": "^1.0 || ^2.0", + "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "container-interop/container-interop": "^1.2", "herrera-io/box": "~1.6.1", - "phpunit/phpunit": "^4.8.36 || ^6.5.14 || ^7.5.20", - "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0" + "phpspec/prophecy": "^1.15", + "phpunit/phpunit": "^8.5 || ^9.0", + "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "^4.8" }, "suggest": { "ext-dom": "Needed to output test results in JUnit format." @@ -5226,11 +5155,13 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { + "Behat\\Hook\\": "src/Behat/Hook/", + "Behat\\Step\\": "src/Behat/Step/", "Behat\\Behat\\": "src/Behat/Behat/", "Behat\\Testwork\\": "src/Behat/Testwork/" } @@ -5246,7 +5177,7 @@ "homepage": "http://everzet.com" } ], - "description": "Scenario-oriented BDD framework for PHP 5.3", + "description": "Scenario-oriented BDD framework for PHP", "homepage": "http://behat.org/", "keywords": [ "Agile", @@ -5264,9 +5195,9 @@ ], "support": { "issues": "https://github.com/Behat/Behat/issues", - "source": "https://github.com/Behat/Behat/tree/v3.7.0" + "source": "https://github.com/Behat/Behat/tree/v3.14.0" }, - "time": "2020-06-03T13:08:44+00:00" + "time": "2023-12-09T13:55:02+00:00" }, { "name": "behat/gherkin", @@ -5333,31 +5264,31 @@ }, { "name": "behat/mink", - "version": "v1.9.0", + "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996" + "reference": "d8527fdf8785aad38455fb426af457ab9937aece" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996", - "reference": "e35f4695de8800fc776af34ebf665ad58ebdd996", + "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece", + "reference": "d8527fdf8785aad38455fb426af457ab9937aece", "shasum": "" }, "require": { - "php": ">=5.4", - "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0" + "php": ">=7.2", + "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5", - "symfony/debug": "^2.7|^3.0|^4.0|^5.0", - "symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5", - "yoast/phpunit-polyfills": "^1.0" + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0" }, "suggest": { - "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", - "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", + "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)", "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)" @@ -5393,41 +5324,46 @@ ], "support": { "issues": "https://github.com/minkphp/Mink/issues", - "source": "https://github.com/minkphp/Mink/tree/v1.9.0" + "source": "https://github.com/minkphp/Mink/tree/v1.11.0" }, - "time": "2021-10-11T11:58:47+00:00" + "time": "2023-12-09T11:23:23+00:00" }, { "name": "behat/mink-browserkit-driver", - "version": "v1.4.1", + "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/minkphp/MinkBrowserKitDriver.git", - "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9" + "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9", - "reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9", + "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/16d53476e42827ed3aafbfa4fde17a1743eafd50", + "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50", "shasum": "" }, "require": { - "behat/mink": "^1.7.1@dev", - "php": ">=5.4", - "symfony/browser-kit": "~2.3|~3.0|~4.0", - "symfony/dom-crawler": "~2.3|~3.0|~4.0" + "behat/mink": "^1.11.0@dev", + "ext-dom": "*", + "php": ">=7.2", + "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5", - "symfony/debug": "^2.7|^3.0|^4.0", - "symfony/http-kernel": "~2.3|~3.0|~4.0", + "phpstan/phpstan": "^1.10", + "phpstan/phpstan-phpunit": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0", + "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0", "yoast/phpunit-polyfills": "^1.0" }, "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -5456,9 +5392,9 @@ ], "support": { "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues", - "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1" + "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.2.0" }, - "time": "2021-12-10T14:17:06+00:00" + "time": "2023-12-09T11:30:50+00:00" }, { "name": "behat/mink-extension", @@ -5526,33 +5462,37 @@ }, { "name": "behat/mink-goutte-driver", - "version": "v1.1.0", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/minkphp/MinkGoutteDriver.git", - "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e" + "reference": "85d9b26b18c05fdbde44ff8c24767d3a2dd03512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/2bf327b4166694ecaa8ae7f956cb6ae252ecf03e", - "reference": "2bf327b4166694ecaa8ae7f956cb6ae252ecf03e", + "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/85d9b26b18c05fdbde44ff8c24767d3a2dd03512", + "reference": "85d9b26b18c05fdbde44ff8c24767d3a2dd03512", "shasum": "" }, "require": { - "behat/mink": "~1.6@dev", - "behat/mink-browserkit-driver": "~1.2@dev", - "fabpot/goutte": "~1.0.4|~2.0", - "php": ">=5.3.1" + "behat/mink-browserkit-driver": "^2.0@dev", + "fabpot/goutte": "^4.0", + "php": ">=7.2" + }, + "require-dev": { + "mink/driver-testsuite": "dev-master", + "symfony/error-handler": "^4.4 || ^5.0" }, + "default-branch": true, "type": "mink-driver", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "psr-0": { - "Behat\\Mink\\Driver": "src/" + "psr-4": { + "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -5567,7 +5507,7 @@ } ], "description": "Goutte driver for Mink framework", - "homepage": "http://mink.behat.org/", + "homepage": "https://mink.behat.org/", "keywords": [ "browser", "goutte", @@ -5576,23 +5516,23 @@ ], "support": { "issues": "https://github.com/minkphp/MinkGoutteDriver/issues", - "source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.1.0" + "source": "https://github.com/minkphp/MinkGoutteDriver/tree/master" }, "abandoned": "behat/mink-browserkit-driver", - "time": "2014-10-09T09:21:12+00:00" + "time": "2023-06-12T09:32:13+00:00" }, { "name": "behat/symfony2-extension", - "version": "dev-master", + "version": "2.1.5", "source": { "type": "git", "url": "https://github.com/Behat/Symfony2Extension.git", - "reference": "fe4735d4035edab5f1fa827aded9239f58a6f2c5" + "reference": "d7c834487426a784665f9c1e61132274dbf2ea26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/fe4735d4035edab5f1fa827aded9239f58a6f2c5", - "reference": "fe4735d4035edab5f1fa827aded9239f58a6f2c5", + "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/d7c834487426a784665f9c1e61132274dbf2ea26", + "reference": "d7c834487426a784665f9c1e61132274dbf2ea26", "shasum": "" }, "require": { @@ -5608,7 +5548,6 @@ "phpunit/phpunit": "~4.0|~5.0", "symfony/symfony": "~2.1|~3.0|~4.0" }, - "default-branch": true, "type": "behat-extension", "extra": { "branch-alias": { @@ -5625,13 +5564,13 @@ "MIT" ], "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com" - }, { "name": "Christophe Coevoet", "email": "stof@notk.org" + }, + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" } ], "description": "Symfony2 framework extension for Behat", @@ -5646,7 +5585,7 @@ "source": "https://github.com/Behat/Symfony2Extension/tree/master" }, "abandoned": "friends-of-behat/symfony-extension", - "time": "2022-06-23T12:01:16+00:00" + "time": "2018-04-20T15:48:23+00:00" }, { "name": "behat/transliterator", @@ -5699,20 +5638,20 @@ }, { "name": "composer/pcre", - "version": "2.1.3", + "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "540af382c97b83c628227d5f87cf56466d476191" + "reference": "04229f163664973f68f38f6f73d917799168ef24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/540af382c97b83c628227d5f87cf56466d476191", - "reference": "540af382c97b83c628227d5f87cf56466d476191", + "url": "https://api.github.com/repos/composer/pcre/zipball/04229f163664973f68f38f6f73d917799168ef24", + "reference": "04229f163664973f68f38f6f73d917799168ef24", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.3", @@ -5722,7 +5661,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -5750,7 +5689,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/2.1.3" + "source": "https://github.com/composer/pcre/tree/3.1.4" }, "funding": [ { @@ -5766,7 +5705,7 @@ "type": "tidelift" } ], - "time": "2024-03-19T09:03:05+00:00" + "time": "2024-05-27T13:40:54+00:00" }, { "name": "composer/semver", @@ -5851,16 +5790,16 @@ }, { "name": "composer/xdebug-handler", - "version": "3.0.4", + "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255" + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255", - "reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef", + "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef", "shasum": "" }, "require": { @@ -5897,7 +5836,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/3.0.4" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.5" }, "funding": [ { @@ -5913,7 +5852,7 @@ "type": "tidelift" } ], - "time": "2024-03-26T18:29:49+00:00" + "time": "2024-05-06T16:37:16+00:00" }, { "name": "consolidation/annotated-command", @@ -5973,65 +5912,40 @@ }, { "name": "consolidation/config", - "version": "1.2.1", + "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" + "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "url": "https://api.github.com/repos/consolidation/config/zipball/597f8d7fbeef801736250ec10c3e190569b1b0ae", + "reference": "597f8d7fbeef801736250ec10c3e190569b1b0ae", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "grasmash/expander": "^1", - "php": ">=5.4.0" + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", + "grasmash/expander": "^2.0.1 || ^3", + "php": ">=7.1.3", + "symfony/event-dispatcher": "^4 || ^5 || ^6" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", - "php-coveralls/php-coveralls": "^1", - "phpunit/phpunit": "^5", - "squizlabs/php_codesniffer": "2.*", - "symfony/console": "^2.5|^3|^4", - "symfony/yaml": "^2.8.11|^3|^4" + "ext-json": "*", + "phpunit/phpunit": ">=7.5.20", + "squizlabs/php_codesniffer": "^3", + "symfony/console": "^4 || ^5 || ^6", + "symfony/yaml": "^4 || ^5 || ^6", + "yoast/phpunit-polyfills": "^1" }, "suggest": { + "symfony/event-dispatcher": "Required to inject configuration into Command options", "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" }, "type": "library", "extra": { - "scenarios": { - "symfony4": { - "require-dev": { - "symfony/console": "^4.0" - }, - "config": { - "platform": { - "php": "7.1.3" - } - } - }, - "symfony2": { - "require-dev": { - "symfony/console": "^2.8", - "symfony/event-dispatcher": "^2.8", - "phpunit/phpunit": "^4.8.36" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.4.8" - } - } - } - }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -6052,9 +5966,9 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/master" + "source": "https://github.com/consolidation/config/tree/2.1.2" }, - "time": "2019-03-03T19:37:04+00:00" + "time": "2022-10-06T17:48:03+00:00" }, { "name": "consolidation/log", @@ -6164,50 +6078,49 @@ }, { "name": "consolidation/robo", - "version": "1.5.0", + "version": "4.0.2", "source": { "type": "git", - "url": "https://github.com/consolidation/Robo.git", - "reference": "12bf6b608057604a283e9e597edfed36ba071631" + "url": "https://github.com/consolidation/robo.git", + "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/12bf6b608057604a283e9e597edfed36ba071631", - "reference": "12bf6b608057604a283e9e597edfed36ba071631", + "url": "https://api.github.com/repos/consolidation/robo/zipball/ccf80963abf11bdb8e90659aa99a7449b21e9452", + "reference": "ccf80963abf11bdb8e90659aa99a7449b21e9452", "shasum": "" }, "require": { - "consolidation/annotated-command": "^2.12.1 || ^4.1", - "consolidation/config": "^1.2.1", - "consolidation/log": "^1.1.1 || ^2", - "consolidation/output-formatters": "^3.5.1 || ^4.1", - "consolidation/self-update": "^1.1.5 || ^2", - "grasmash/yaml-expander": "^1.4", - "league/container": "^2.4.1", - "php": ">=5.5.0", - "symfony/console": "^2.8 || ^3 || ^4", - "symfony/event-dispatcher": "^2.5 || ^3 || ^4", - "symfony/filesystem": "^2.5 || ^3 || ^4", - "symfony/finder": "^2.5 || ^3 || ^4 || ^5", - "symfony/process": "^2.5 || ^3 || ^4" + "consolidation/annotated-command": "^4.3", + "consolidation/config": "^1.2.1 || ^2.0.1", + "consolidation/log": "^1.1.1 || ^2.0.2", + "consolidation/output-formatters": "^4.1.2", + "consolidation/self-update": "^2.0", + "league/container": "^3.3.1 || ^4.0", + "php": ">=7.1.3", + "symfony/console": "^4.4.19 || ^5 || ^6", + "symfony/event-dispatcher": "^4.4.19 || ^5 || ^6", + "symfony/filesystem": "^4.4.9 || ^5 || ^6", + "symfony/finder": "^4.4.9 || ^5 || ^6", + "symfony/process": "^4.4.9 || ^5 || ^6", + "symfony/yaml": "^4.4 || ^5 || ^6" }, - "replace": { - "codegyre/robo": "< 1.0" + "conflict": { + "codegyre/robo": "*" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", - "php-coveralls/php-coveralls": "^1", - "phpunit/phpunit": "^5.7.27", - "squizlabs/php_codesniffer": "^3" + "phpunit/phpunit": "^7.5.20 || ^8", + "squizlabs/php_codesniffer": "^3.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { - "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", - "natxet/CssMin": "For minifying CSS files in taskMinify", + "natxet/cssmin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", - "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.", + "totten/lurkerlite": "For monitoring filesystem changes in taskWatch" }, "bin": [ "robo" @@ -6215,48 +6128,29 @@ "type": "library", "extra": { "scenarios": { - "finder5": { - "require": { - "symfony/finder": "^5" - }, - "config": { - "platform": { - "php": "7.2.5" - } - } - }, "symfony4": { "require": { - "symfony/console": "^4" - }, - "config": { - "platform": { - "php": "7.1.3" - } - } - }, - "symfony2": { - "require": { - "symfony/console": "^2.8" - }, - "require-dev": { - "phpunit/phpunit": "^4.8.36" + "symfony/console": "^4.4.11", + "symfony/event-dispatcher": "^4.4.11", + "symfony/filesystem": "^4.4.11", + "symfony/finder": "^4.4.11", + "symfony/process": "^4.4.11", + "phpunit/phpunit": "^6", + "nikic/php-parser": "^2" }, "remove": [ - "php-coveralls/php-coveralls" + "codeception/phpunit-wrapper" ], "config": { "platform": { - "php": "5.5.9" + "php": "7.1.3" } - }, - "scenario-options": { - "create-lockfile": "false" } } }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev", + "dev-main": "2.x-dev" } }, "autoload": { @@ -6276,10 +6170,10 @@ ], "description": "Modern task runner", "support": { - "issues": "https://github.com/consolidation/Robo/issues", - "source": "https://github.com/consolidation/Robo/tree/1.5.0" + "issues": "https://github.com/consolidation/robo/issues", + "source": "https://github.com/consolidation/robo/tree/4.0.2" }, - "time": "2021-10-08T03:51:31+00:00" + "time": "2022-04-21T09:29:58+00:00" }, { "name": "consolidation/self-update", @@ -6336,68 +6230,39 @@ }, "time": "2023-03-18T01:37:41+00:00" }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "support": { - "issues": "https://github.com/container-interop/container-interop/issues", - "source": "https://github.com/container-interop/container-interop/tree/master" - }, - "abandoned": "psr/container", - "time": "2017-02-14T19:40:03+00:00" - }, { "name": "dflydev/dot-access-data", - "version": "v1.1.0", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + "reference": "f41715465d65213d644d3141a6a93081be5d3549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", + "reference": "f41715465d65213d644d3141a6a93081be5d3549", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", + "scrutinizer/ocular": "1.6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.x-dev" } }, "autoload": { - "psr-0": { - "Dflydev\\DotAccessData": "src" + "psr-4": { + "Dflydev\\DotAccessData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6419,6 +6284,11 @@ "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" + }, + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com" } ], "description": "Given a deep data structure, access data by dot notation.", @@ -6431,32 +6301,32 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" }, - "time": "2017-01-20T21:14:22+00:00" + "time": "2022-10-27T11:44:00+00:00" }, { "name": "dmore/behat-chrome-extension", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://gitlab.com/behat-chrome/behat-chrome-extension.git", - "reference": "6279986ef85ac179f055460502e9b11c3784146c" + "reference": "888e91f52b3ffd19afe61cea3d5edebb0a4d43a7" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fbehat-chrome-extension/repository/archive.zip?sha=6279986ef85ac179f055460502e9b11c3784146c", - "reference": "6279986ef85ac179f055460502e9b11c3784146c", + "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fbehat-chrome-extension/repository/archive.zip?sha=888e91f52b3ffd19afe61cea3d5edebb0a4d43a7", + "reference": "888e91f52b3ffd19afe61cea3d5edebb0a4d43a7", "shasum": "" }, "require": { "behat/behat": "^3.0.4", - "behat/mink-extension": "^2.0", "dmore/chrome-mink-driver": "^2.4.1", - "php": ">=5.6" + "friends-of-behat/mink-extension": "^2.0", + "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^5.7" + "phpunit/phpunit": "^8.5 || ^9.5" }, "type": "library", "autoload": { @@ -6474,7 +6344,8 @@ "email": "doriancmore@gmail.com" } ], - "description": "Behat extension for controlling chrome without selenium", + "description": "Behat extension for controlling Chrome without Selenium", + "homepage": "https://gitlab.com/behat-chrome/chrome-mink-driver", "keywords": [ "Behat", "chrome", @@ -6483,40 +6354,37 @@ ], "support": { "issues": "https://gitlab.com/behat-chrome/behat-chrome-extension/-/issues", - "source": "https://gitlab.com/behat-chrome/behat-chrome-extension/-/tree/1.3.0" + "source": "https://gitlab.com/behat-chrome/behat-chrome-extension/-/tree/1.4.0" }, - "time": "2019-03-30T09:57:34+00:00" + "time": "2022-04-10T04:25:11+00:00" }, { "name": "dmore/chrome-mink-driver", - "version": "2.7.0", + "version": "2.9.3", "source": { "type": "git", "url": "https://gitlab.com/behat-chrome/chrome-mink-driver.git", - "reference": "d66765fb7f448e8b2bca2b899308a4a6d8a69264" + "reference": "4dc18d3b4668e749ab7bef5a6796c13711c93e61" }, "dist": { "type": "zip", - "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fchrome-mink-driver/repository/archive.zip?sha=d66765fb7f448e8b2bca2b899308a4a6d8a69264", - "reference": "d66765fb7f448e8b2bca2b899308a4a6d8a69264", + "url": "https://gitlab.com/api/v4/projects/behat-chrome%2Fchrome-mink-driver/repository/archive.zip?sha=4dc18d3b4668e749ab7bef5a6796c13711c93e61", + "reference": "4dc18d3b4668e749ab7bef5a6796c13711c93e61", "shasum": "" }, "require": { - "behat/mink": "^1.7", + "behat/mink": "^1.9", "ext-curl": "*", "ext-json": "*", - "textalk/websocket": "^1.2.0" + "ext-mbstring": "*", + "phrity/websocket": "^1.7.0" }, "require-dev": { "mink/driver-testsuite": "dev-master", - "phpunit/phpunit": "^5.0.0" + "phpunit/phpunit": "^8.5.22 || ^9.5.11", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, "autoload": { "psr-4": { "DMore\\ChromeDriver\\": "src/" @@ -6533,50 +6401,55 @@ } ], "description": "Mink driver for controlling chrome without selenium", + "homepage": "https://gitlab.com/behat-chrome/chrome-mink-driver", "support": { "issues": "https://gitlab.com/behat-chrome/chrome-mink-driver/-/issues", - "source": "https://gitlab.com/behat-chrome/chrome-mink-driver/-/tree/2.7.0" + "source": "https://gitlab.com/behat-chrome/chrome-mink-driver/-/tree/2.9.3" }, - "time": "2019-03-30T10:22:58+00:00" + "time": "2024-05-17T12:26:55+00:00" }, { - "name": "doctrine/cache", - "version": "1.13.0", + "name": "doctrine/dbal", + "version": "4.0.4", "source": { "type": "git", - "url": "https://github.com/doctrine/cache.git", - "reference": "56cd022adb5514472cb144c087393c1821911d09" + "url": "https://github.com/doctrine/dbal.git", + "reference": "50fda19f80724b55ff770bb4ff352407008e63c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/56cd022adb5514472cb144c087393c1821911d09", - "reference": "56cd022adb5514472cb144c087393c1821911d09", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/50fda19f80724b55ff770bb4ff352407008e63c5", + "reference": "50fda19f80724b55ff770bb4ff352407008e63c5", "shasum": "" }, "require": { - "php": "~7.1 || ^8.0" - }, - "conflict": { - "doctrine/common": ">2.2,<2.4" + "doctrine/deprecations": "^0.5.3|^1", + "php": "^8.1", + "psr/cache": "^1|^2|^3", + "psr/log": "^1|^2|^3" }, "require-dev": { - "alcaeus/mongo-php-adapter": "^1.1", - "cache/integration-tests": "dev-master", - "doctrine/coding-standard": "^9", - "mongodb/mongodb": "^1.1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^4.4 || ^5.4 || ^6", - "symfony/var-exporter": "^4.4 || ^5.4 || ^6" + "doctrine/coding-standard": "12.0.0", + "fig/log-test": "^1", + "jetbrains/phpstorm-stubs": "2023.2", + "phpstan/phpstan": "1.11.5", + "phpstan/phpstan-phpunit": "1.4.0", + "phpstan/phpstan-strict-rules": "^1.6", + "phpunit/phpunit": "10.5.22", + "psalm/plugin-phpunit": "0.19.0", + "slevomat/coding-standard": "8.13.1", + "squizlabs/php_codesniffer": "3.10.1", + "symfony/cache": "^6.3.8|^7.0", + "symfony/console": "^5.4|^6.3|^7.0", + "vimeo/psalm": "5.24.0" }, "suggest": { - "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" + "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" + "Doctrine\\DBAL\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -6599,28 +6472,33 @@ { "name": "Jonathan Wage", "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" } ], - "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", - "homepage": "https://www.doctrine-project.org/projects/cache.html", + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", - "apcu", - "cache", - "caching", - "couchdb", - "memcached", - "php", - "redis", - "xcache" + "database", + "db2", + "dbal", + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlite", + "sqlserver", + "sqlsrv" ], "support": { - "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.13.0" + "issues": "https://github.com/doctrine/dbal/issues", + "source": "https://github.com/doctrine/dbal/tree/4.0.4" }, "funding": [ { @@ -6632,47 +6510,46 @@ "type": "patreon" }, { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", "type": "tidelift" } ], - "time": "2022-05-20T20:06:54+00:00" + "time": "2024-06-19T11:57:23+00:00" }, { - "name": "doctrine/common", - "version": "v2.7.3", + "name": "fabpot/goutte", + "version": "v4.0.3", "source": { "type": "git", - "url": "https://github.com/doctrine/common.git", - "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9" + "url": "https://github.com/FriendsOfPHP/Goutte.git", + "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/common/zipball/4acb8f89626baafede6ee5475bc5844096eba8a9", - "reference": "4acb8f89626baafede6ee5475bc5844096eba8a9", + "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/e3f28671c87a48a0f13ada1baea0d95acc2138c3", + "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3", "shasum": "" }, "require": { - "doctrine/annotations": "1.*", - "doctrine/cache": "1.*", - "doctrine/collections": "1.*", - "doctrine/inflector": "1.*", - "doctrine/lexer": "1.*", - "php": "~5.6|~7.0" + "php": ">=7.1.3", + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/css-selector": "^4.4|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/http-client": "^4.4|^5.0|^6.0", + "symfony/mime": "^4.4|^5.0|^6.0" }, "require-dev": { - "phpunit/phpunit": "^5.4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.7.x-dev" - } + "symfony/phpunit-bridge": "^6.0" }, + "type": "application", "autoload": { "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } + "Goutte\\": "Goutte" + }, + "exclude-from-classmap": [ + "Goutte/Tests" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6680,150 +6557,55 @@ ], "authors": [ { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Common Library for Doctrine projects", - "homepage": "http://www.doctrine-project.org", + "description": "A simple PHP Web Scraper", + "homepage": "https://github.com/FriendsOfPHP/Goutte", "keywords": [ - "annotations", - "collections", - "eventmanager", - "persistence", - "spl" + "scraper" ], "support": { - "issues": "https://github.com/doctrine/common/issues", - "source": "https://github.com/doctrine/common/tree/v2.7.3" + "issues": "https://github.com/FriendsOfPHP/Goutte/issues", + "source": "https://github.com/FriendsOfPHP/Goutte/tree/v4.0.3" }, - "time": "2017-07-22T08:35:12+00:00" + "abandoned": "symfony/browser-kit", + "time": "2023-04-01T09:05:33+00:00" }, { - "name": "doctrine/dbal", - "version": "v2.5.13", + "name": "friends-of-behat/mink-extension", + "version": "2.3.1", "source": { "type": "git", - "url": "https://github.com/doctrine/dbal.git", - "reference": "729340d8d1eec8f01bff708e12e449a3415af873" + "url": "https://github.com/FriendsOfBehat/MinkExtension.git", + "reference": "80f7849ba53867181b7e412df9210e12fba50177" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", - "reference": "729340d8d1eec8f01bff708e12e449a3415af873", + "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177", + "reference": "80f7849ba53867181b7e412df9210e12fba50177", "shasum": "" }, "require": { - "doctrine/common": ">=2.4,<2.8-dev", - "php": ">=5.3.2" + "behat/behat": "^3.0.5", + "behat/mink": "^1.5", + "php": ">=5.3.2", + "symfony/config": "^2.7|^3.0|^4.0" }, "require-dev": { - "phpunit/phpunit": "4.*", - "symfony/console": "2.*||^3.0" - }, - "suggest": { - "symfony/console": "For helpful console commands such as SQL execution and import of files." + "behat/mink-goutte-driver": "^1.1", + "phpspec/phpspec": "^2.0" }, - "bin": [ - "bin/doctrine-dbal" - ], - "type": "library", + "type": "behat-extension", "extra": { "branch-alias": { - "dev-master": "2.5.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { "psr-0": { - "Doctrine\\DBAL\\": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - } - ], - "description": "Database Abstraction Layer", - "homepage": "http://www.doctrine-project.org", - "keywords": [ - "database", - "dbal", - "persistence", - "queryobject" - ], - "support": { - "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/v2.5.13" - }, - "time": "2017-07-22T20:44:48+00:00" - }, - { - "name": "doctrine/inflector", - "version": "1.4.4", - "source": { - "type": "git", - "url": "https://github.com/doctrine/inflector.git", - "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", - "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^8.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Inflector\\": "lib/Doctrine/Inflector", - "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" + "Behat\\MinkExtension": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6832,137 +6614,51 @@ ], "authors": [ { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", - "homepage": "https://www.doctrine-project.org/projects/inflector.html", - "keywords": [ - "inflection", - "inflector", - "lowercase", - "manipulation", - "php", - "plural", - "singular", - "strings", - "uppercase", - "words" - ], - "support": { - "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/1.4.4" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com" }, { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", - "type": "tidelift" - } - ], - "time": "2021-04-16T17:34:40+00:00" - }, - { - "name": "fabpot/goutte", - "version": "v2.0.4", - "source": { - "type": "git", - "url": "https://github.com/FriendsOfPHP/Goutte.git", - "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", - "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802", - "shasum": "" - }, - "require": { - "guzzlehttp/guzzle": ">=4,<6", - "php": ">=5.4.0", - "symfony/browser-kit": "~2.1", - "symfony/css-selector": "~2.1", - "symfony/dom-crawler": "~2.1" - }, - "type": "application", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, - "autoload": { - "psr-4": { - "Goutte\\": "Goutte" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Christophe Coevoet", + "email": "stof@notk.org" } ], - "description": "A simple PHP Web Scraper", - "homepage": "https://github.com/FriendsOfPHP/Goutte", + "description": "Mink extension for Behat", + "homepage": "http://extensions.behat.org/mink", "keywords": [ - "scraper" + "browser", + "gui", + "test", + "web" ], "support": { - "issues": "https://github.com/FriendsOfPHP/Goutte/issues", - "source": "https://github.com/FriendsOfPHP/Goutte/tree/master" + "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/2.3.1" }, - "abandoned": "symfony/browser-kit", - "time": "2015-05-05T21:14:57+00:00" + "time": "2018-02-06T15:36:30+00:00" }, { "name": "grasmash/expander", - "version": "1.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "url": "https://api.github.com/repos/grasmash/expander/zipball/bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", + "reference": "bb1c1a2430957945cf08c5a62f5d72a6aa6a2c82", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4" + "dflydev/dot-access-data": "^3.0.0", + "php": ">=8.0", + "psr/log": "^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -6987,154 +6683,56 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/master" - }, - "time": "2017-12-21T22:14:55+00:00" - }, - { - "name": "grasmash/yaml-expander", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/grasmash/yaml-expander.git", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4", - "symfony/yaml": "^2.8.11|^3|^4" - }, - "require-dev": { - "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4.8|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Grasmash\\YamlExpander\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthew Grasmick" - } - ], - "description": "Expands internal property references in a yaml file.", - "support": { - "issues": "https://github.com/grasmash/yaml-expander/issues", - "source": "https://github.com/grasmash/yaml-expander/tree/master" + "source": "https://github.com/grasmash/expander/tree/3.0.0" }, - "time": "2017-12-16T16:06:03+00:00" + "time": "2022-05-10T13:14:49+00:00" }, { - "name": "guzzlehttp/guzzle", - "version": "5.3.4", + "name": "league/container", + "version": "4.2.2", "source": { "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2" + "url": "https://github.com/thephpleague/container.git", + "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b87eda7a7162f95574032da17e9323c9899cb6b2", - "reference": "b87eda7a7162f95574032da17e9323c9899cb6b2", + "url": "https://api.github.com/repos/thephpleague/container/zipball/ff346319ca1ff0e78277dc2311a42107cc1aab88", + "reference": "ff346319ca1ff0e78277dc2311a42107cc1aab88", "shasum": "" }, "require": { - "guzzlehttp/ringphp": "^1.1", - "php": ">=5.4.0", - "react/promise": "^2.2" - }, - "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "^4.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - } - ], - "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "support": { - "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/5.3" - }, - "time": "2019-10-30T09:32:00+00:00" - }, - { - "name": "guzzlehttp/ringphp", - "version": "1.1.1", - "source": { - "type": "git", - "url": "https://github.com/guzzle/RingPHP.git", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b" + "php": "^7.2 || ^8.0", + "psr/container": "^1.1 || ^2.0" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/5e2a174052995663dd68e6b5ad838afd47dd615b", - "reference": "5e2a174052995663dd68e6b5ad838afd47dd615b", - "shasum": "" + "provide": { + "psr/container-implementation": "^1.0" }, - "require": { - "guzzlehttp/streams": "~3.0", - "php": ">=5.4.0", - "react/promise": "~2.0" + "replace": { + "orno/di": "~2.0" }, "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "~4.0" - }, - "suggest": { - "ext-curl": "Guzzle will use specific adapters if cURL is present" + "nette/php-generator": "^3.4", + "nikic/php-parser": "^4.10", + "phpstan/phpstan": "^0.12.47", + "phpunit/phpunit": "^8.5.17", + "roave/security-advisories": "dev-latest", + "scrutinizer/ocular": "^1.8", + "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1-dev" + "dev-master": "4.x-dev", + "dev-4.x": "4.x-dev", + "dev-3.x": "3.x-dev", + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { - "GuzzleHttp\\Ring\\": "src/" + "League\\Container\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -7143,114 +6741,64 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Phil Bennett", + "email": "mail@philbennett.co.uk", + "role": "Developer" } ], - "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", + "description": "A fast and intuitive dependency injection container.", + "homepage": "https://github.com/thephpleague/container", + "keywords": [ + "container", + "dependency", + "di", + "injection", + "league", + "provider", + "service" + ], "support": { - "issues": "https://github.com/guzzle/RingPHP/issues", - "source": "https://github.com/guzzle/RingPHP/tree/1.1.1" - }, - "abandoned": true, - "time": "2018-07-31T13:22:33+00:00" - }, - { - "name": "guzzlehttp/streams", - "version": "3.0.0", - "source": { - "type": "git", - "url": "https://github.com/guzzle/streams.git", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Stream\\": "src/" - } + "issues": "https://github.com/thephpleague/container/issues", + "source": "https://github.com/thephpleague/container/tree/4.2.2" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "funding": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "url": "https://github.com/philipobenito", + "type": "github" } ], - "description": "Provides a simple abstraction over streams of data", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "Guzzle", - "stream" - ], - "support": { - "issues": "https://github.com/guzzle/streams/issues", - "source": "https://github.com/guzzle/streams/tree/master" - }, - "abandoned": true, - "time": "2014-10-12T19:18:40+00:00" + "time": "2024-03-13T13:12:53+00:00" }, { - "name": "league/container", - "version": "2.5.0", + "name": "masterminds/html5", + "version": "2.9.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/container.git", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3" + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", + "reference": "f5ac2c0b0a2eefca70b2ce32a5809992227e75a6", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "php": "^5.4 || ^7.0 || ^8.0" - }, - "provide": { - "container-interop/container-interop-implementation": "^1.2", - "psr/container-implementation": "^1.0" - }, - "replace": { - "orno/di": "~2.0" + "ext-dom": "*", + "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36", - "scrutinizer/ocular": "^1.3", - "squizlabs/php_codesniffer": "^3.5" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" }, "type": "library", "extra": { "branch-alias": { - "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" + "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { - "League\\Container\\": "src" + "Masterminds\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -7259,34 +6807,34 @@ ], "authors": [ { - "name": "Phil Bennett", - "email": "philipobenito@gmail.com", - "homepage": "http://www.philipobenito.com", - "role": "Developer" + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], - "description": "A fast and intuitive dependency injection container.", - "homepage": "https://github.com/thephpleague/container", + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", "keywords": [ - "container", - "dependency", - "di", - "injection", - "league", - "provider", - "service" + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" ], "support": { - "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/2.5.0" + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.9.0" }, - "funding": [ - { - "url": "https://github.com/philipobenito", - "type": "github" - } - ], - "time": "2021-02-22T09:20:06+00:00" + "time": "2024-03-31T07:05:07+00:00" }, { "name": "mikey179/vfsstream", @@ -7341,25 +6889,30 @@ }, { "name": "myclabs/deep-copy", - "version": "1.10.2", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220" + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220", - "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3 <3.2.2" + }, "require-dev": { - "doctrine/collections": "^1.0", - "doctrine/common": "^2.6", - "phpunit/phpunit": "^7.1" + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpspec/prophecy": "^1.10", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", "autoload": { @@ -7384,7 +6937,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" }, "funding": [ { @@ -7392,29 +6945,31 @@ "type": "tidelift" } ], - "time": "2020-11-13T09:40:50+00:00" + "time": "2024-06-12T14:39:25+00:00" }, { "name": "nikic/php-parser", - "version": "v4.19.1", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", + "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.1" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" @@ -7422,7 +6977,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.0-dev" } }, "autoload": { @@ -7446,9 +7001,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" }, - "time": "2024-03-17T08:10:35+00:00" + "time": "2024-03-05T20:51:40+00:00" }, { "name": "pdepend/pdepend", @@ -7778,35 +7333,35 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.31", + "version": "11.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965" + "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965", - "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e35a2cbcabac0e6865fd373742ea432a3c34f92", + "reference": "7e35a2cbcabac0e6865fd373742ea432a3c34f92", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", + "nikic/php-parser": "^5.0", + "php": ">=8.2", + "phpunit/php-file-iterator": "^5.0", + "phpunit/php-text-template": "^4.0", + "sebastian/code-unit-reverse-lookup": "^4.0", + "sebastian/complexity": "^4.0", + "sebastian/environment": "^7.0", + "sebastian/lines-of-code": "^3.0", + "sebastian/version": "^5.0", "theseer/tokenizer": "^1.2.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -7815,7 +7370,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "11.0-dev" } }, "autoload": { @@ -7844,7 +7399,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.3" }, "funding": [ { @@ -7852,32 +7407,32 @@ "type": "github" } ], - "time": "2024-03-02T06:37:42+00:00" + "time": "2024-03-12T15:35:40+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "reference": "99e95c94ad9500daca992354fa09d7b99abe2210" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/99e95c94ad9500daca992354fa09d7b99abe2210", + "reference": "99e95c94ad9500daca992354fa09d7b99abe2210", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -7904,7 +7459,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.0.0" }, "funding": [ { @@ -7912,28 +7468,28 @@ "type": "github" } ], - "time": "2021-12-02T12:48:52+00:00" + "time": "2024-02-02T06:05:04+00:00" }, { "name": "phpunit/php-invoker", - "version": "3.1.1", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5d8d9355a16d8cc5a1305b0a85342cfa420612be", + "reference": "5d8d9355a16d8cc5a1305b0a85342cfa420612be", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "suggest": { "ext-pcntl": "*" @@ -7941,7 +7497,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -7967,7 +7523,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + "security": "https://github.com/sebastianbergmann/php-invoker/security/policy", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.0" }, "funding": [ { @@ -7975,32 +7532,32 @@ "type": "github" } ], - "time": "2020-09-28T05:58:55+00:00" + "time": "2024-02-02T06:05:50+00:00" }, { "name": "phpunit/php-text-template", - "version": "2.0.4", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/d38f6cbff1cdb6f40b03c9811421561668cc133e", + "reference": "d38f6cbff1cdb6f40b03c9811421561668cc133e", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8026,7 +7583,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.0" }, "funding": [ { @@ -8034,32 +7592,32 @@ "type": "github" } ], - "time": "2020-10-26T05:33:50+00:00" + "time": "2024-02-02T06:06:56+00:00" }, { "name": "phpunit/php-timer", - "version": "5.0.3", + "version": "7.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5", + "reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "7.0-dev" } }, "autoload": { @@ -8085,7 +7643,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + "security": "https://github.com/sebastianbergmann/php-timer/security/policy", + "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0" }, "funding": [ { @@ -8093,137 +7652,416 @@ "type": "github" } ], - "time": "2020-10-26T13:16:10+00:00" + "time": "2024-02-02T06:08:01+00:00" }, { "name": "phpunit/phpunit", - "version": "9.5.28", + "version": "11.2.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/be9e3ed32a1287a9bfda15936cc86fef4e4cf591", + "reference": "be9e3ed32a1287a9bfda15936cc86fef4e4cf591", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=8.2", + "phpunit/php-code-coverage": "^11.0", + "phpunit/php-file-iterator": "^5.0", + "phpunit/php-invoker": "^5.0", + "phpunit/php-text-template": "^4.0", + "phpunit/php-timer": "^7.0", + "sebastian/cli-parser": "^3.0", + "sebastian/code-unit": "^3.0", + "sebastian/comparator": "^6.0", + "sebastian/diff": "^6.0", + "sebastian/environment": "^7.0", + "sebastian/exporter": "^6.1.2", + "sebastian/global-state": "^7.0", + "sebastian/object-enumerator": "^6.0", + "sebastian/type": "^5.0", + "sebastian/version": "^5.0" + }, + "suggest": { + "ext-soap": "To be able to generate mocks based on WSDL files" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "11.2-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.2.5" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" + } + ], + "time": "2024-06-20T13:11:31+00:00" + }, + { + "name": "phrity/net-stream", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/sirn-se/phrity-net-stream.git", + "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sirn-se/phrity-net-stream/zipball/9105931b65ad90c75f4885a40b268b0f65802e3e", + "reference": "9105931b65ad90c75f4885a40b268b0f65802e3e", + "shasum": "" + }, + "require": { + "php": "^7.4 | ^8.0", + "phrity/util-errorhandler": "^1.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0 | ^2.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^9.0 | ^10.0", + "phrity/net-uri": "^1.1", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Phrity\\Net\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sören Jensen", + "email": "sirn@sirn.se", + "homepage": "https://phrity.sirn.se" + } + ], + "description": "Socket stream classes implementing PSR-7 Stream and PSR-17 StreamFactory", + "homepage": "https://phrity.sirn.se/net-stream", + "keywords": [ + "Socket", + "client", + "psr-17", + "psr-7", + "server", + "stream", + "stream factory" + ], + "support": { + "issues": "https://github.com/sirn-se/phrity-net-stream/issues", + "source": "https://github.com/sirn-se/phrity-net-stream/tree/1.3.0" + }, + "time": "2023-10-22T10:47:03+00:00" + }, + { + "name": "phrity/net-uri", + "version": "1.3.0", + "source": { + "type": "git", + "url": "https://github.com/sirn-se/phrity-net-uri.git", + "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43", + "reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43", + "shasum": "" + }, + "require": { + "php": "^7.4 | ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0 | ^2.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^9.0 | ^10.0", + "squizlabs/php_codesniffer": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Phrity\\Net\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sören Jensen", + "email": "sirn@sirn.se", + "homepage": "https://phrity.sirn.se" + } + ], + "description": "PSR-7 Uri and PSR-17 UriFactory implementation", + "homepage": "https://phrity.sirn.se/net-uri", + "keywords": [ + "psr-17", + "psr-7", + "uri", + "uri factory" + ], + "support": { + "issues": "https://github.com/sirn-se/phrity-net-uri/issues", + "source": "https://github.com/sirn-se/phrity-net-uri/tree/1.3.0" + }, + "time": "2023-08-21T10:33:06+00:00" + }, + { + "name": "phrity/util-errorhandler", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sirn-se/phrity-util-errorhandler.git", + "reference": "4016d9f9615a4c602f525b0542e4835e316a42e4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/4016d9f9615a4c602f525b0542e4835e316a42e4", + "reference": "4016d9f9615a4c602f525b0542e4835e316a42e4", + "shasum": "" + }, + "require": { + "php": "^7.4 | ^8.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^9.0 | ^10.0 | ^11.0", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "Phrity\\Util\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sören Jensen", + "email": "sirn@sirn.se", + "homepage": "https://phrity.sirn.se" + } + ], + "description": "Inline error handler; catch and resolve errors for code block.", + "homepage": "https://phrity.sirn.se/util-errorhandler", + "keywords": [ + "error", + "warning" + ], + "support": { + "issues": "https://github.com/sirn-se/phrity-util-errorhandler/issues", + "source": "https://github.com/sirn-se/phrity-util-errorhandler/tree/1.1.0" + }, + "time": "2024-03-05T19:32:14+00:00" + }, + { + "name": "phrity/websocket", + "version": "1.7.3", + "source": { + "type": "git", + "url": "https://github.com/sirn-se/websocket-php.git", + "reference": "8a525da4457b599ab1960f24183f25626c96ce3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/8a525da4457b599ab1960f24183f25626c96ce3c", + "reference": "8a525da4457b599ab1960f24183f25626c96ce3c", + "shasum": "" + }, + "require": { + "php": "^7.4 | ^8.0", + "phrity/net-stream": "^1.2", + "phrity/net-uri": "^1.2", + "phrity/util-errorhandler": "^1.0", + "psr/http-message": "^1.1 | ^2.0", + "psr/log": "^1.0 | ^2.0 | ^3.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.0", + "phpunit/phpunit": "^9.0 | ^10.0", + "phrity/net-mock": "^1.3", + "squizlabs/php_codesniffer": "^3.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "WebSocket\\": "lib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "ISC" + ], + "authors": [ + { + "name": "Fredrik Liljegren" + }, + { + "name": "Sören Jensen", + "email": "sirn@sirn.se", + "homepage": "https://phrity.sirn.se" + } + ], + "description": "WebSocket client and server", + "homepage": "https://phrity.sirn.se/websocket", + "keywords": [ + "client", + "server", + "websocket" + ], + "support": { + "issues": "https://github.com/sirn-se/websocket-php/issues", + "source": "https://github.com/sirn-se/websocket-php/tree/1.7.3" + }, + "time": "2024-05-31T13:43:32+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e" + "url": "https://github.com/php-fig/http-factory.git", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/954ca3113a03bf780d22f07bf055d883ee04b65e", - "reference": "954ca3113a03bf780d22f07bf055d883ee04b65e", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", - "ext-dom": "*", - "ext-json": "*", - "ext-libxml": "*", - "ext-mbstring": "*", - "ext-xml": "*", - "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", - "sebastian/version": "^3.0.2" - }, - "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" }, - "bin": [ - "phpunit" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "files": [ - "src/Framework/Assert/Functions.php" - ], - "classmap": [ - "src/" - ] + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de", - "role": "lead" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "The PHP Unit Testing framework.", - "homepage": "https://phpunit.de/", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ - "phpunit", - "testing", - "xunit" + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" ], "support": { - "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.28" + "source": "https://github.com/php-fig/http-factory" }, - "funding": [ - { - "url": "https://phpunit.de/sponsors.html", - "type": "custom" - }, - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", - "type": "tidelift" - } - ], - "time": "2023-01-14T12:32:24+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { - "name": "react/promise", - "version": "v2.11.0", + "name": "psr/http-message", + "version": "2.0", "source": { "type": "git", - "url": "https://github.com/reactphp/promise.git", - "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831" + "url": "https://github.com/php-fig/http-message.git", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831", - "reference": "1a8460931ea36dc5c76838fec5734d55c88c6831", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" + "php": "^7.2 || ^8.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { - "React\\Promise\\": "src/" + "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -8232,67 +8070,49 @@ ], "authors": [ { - "name": "Jan Sorgalla", - "email": "jsorgalla@gmail.com", - "homepage": "https://sorgalla.com/" - }, - { - "name": "Christian Lück", - "email": "christian@clue.engineering", - "homepage": "https://clue.engineering/" - }, - { - "name": "Cees-Jan Kiewiet", - "email": "reactphp@ceesjankiewiet.nl", - "homepage": "https://wyrihaximus.net/" - }, - { - "name": "Chris Boden", - "email": "cboden@gmail.com", - "homepage": "https://cboden.dev/" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "A lightweight implementation of CommonJS Promises/A for PHP", + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "promise", - "promises" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ], "support": { - "issues": "https://github.com/reactphp/promise/issues", - "source": "https://github.com/reactphp/promise/tree/v2.11.0" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "funding": [ - { - "url": "https://opencollective.com/reactphp", - "type": "open_collective" - } - ], - "time": "2023-11-16T16:16:50+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "sebastian/cli-parser", - "version": "1.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b" + "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b", - "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/00a74d5568694711f0222e54fb281e1d15fdf04a", + "reference": "00a74d5568694711f0222e54fb281e1d15fdf04a", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8315,7 +8135,8 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2" + "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.1" }, "funding": [ { @@ -8323,32 +8144,32 @@ "type": "github" } ], - "time": "2024-03-02T06:27:43+00:00" + "time": "2024-03-02T07:26:58+00:00" }, { "name": "sebastian/code-unit", - "version": "1.0.8", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "reference": "6634549cb8d702282a04a774e36a7477d2bd9015" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/6634549cb8d702282a04a774e36a7477d2bd9015", + "reference": "6634549cb8d702282a04a774e36a7477d2bd9015", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8371,7 +8192,8 @@ "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "security": "https://github.com/sebastianbergmann/code-unit/security/policy", + "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.0" }, "funding": [ { @@ -8379,32 +8201,32 @@ "type": "github" } ], - "time": "2020-10-26T13:08:54+00:00" + "time": "2024-02-02T05:50:41+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/df80c875d3e459b45c6039e4d9b71d4fbccae25d", + "reference": "df80c875d3e459b45c6039e4d9b71d4fbccae25d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8426,7 +8248,8 @@ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.0" }, "funding": [ { @@ -8434,34 +8257,36 @@ "type": "github" } ], - "time": "2020-09-28T05:30:19+00:00" + "time": "2024-02-02T05:52:17+00:00" }, { "name": "sebastian/comparator", - "version": "4.0.8", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bd0f2fa5b9257c69903537b266ccb80fcf940db8", + "reference": "bd0f2fa5b9257c69903537b266ccb80fcf940db8", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "ext-dom": "*", + "ext-mbstring": "*", + "php": ">=8.2", + "sebastian/diff": "^6.0", + "sebastian/exporter": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -8500,7 +8325,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "security": "https://github.com/sebastianbergmann/comparator/security/policy", + "source": "https://github.com/sebastianbergmann/comparator/tree/6.0.0" }, "funding": [ { @@ -8508,33 +8334,33 @@ "type": "github" } ], - "time": "2022-09-14T12:41:17+00:00" + "time": "2024-02-02T05:53:45+00:00" }, { "name": "sebastian/complexity", - "version": "2.0.3", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a" + "reference": "88a434ad86150e11a606ac4866b09130712671f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a", - "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/88a434ad86150e11a606ac4866b09130712671f0", + "reference": "88a434ad86150e11a606ac4866b09130712671f0", "shasum": "" }, "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=7.3" + "nikic/php-parser": "^5.0", + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8557,7 +8383,8 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3" + "security": "https://github.com/sebastianbergmann/complexity/security/policy", + "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.0" }, "funding": [ { @@ -8565,33 +8392,33 @@ "type": "github" } ], - "time": "2023-12-22T06:19:30+00:00" + "time": "2024-02-02T05:55:19+00:00" }, { "name": "sebastian/diff", - "version": "4.0.6", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" + "reference": "ab83243ecc233de5655b76f577711de9f842e712" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", - "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ab83243ecc233de5655b76f577711de9f842e712", + "reference": "ab83243ecc233de5655b76f577711de9f842e712", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^11.0", "symfony/process": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -8623,7 +8450,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/6.0.1" }, "funding": [ { @@ -8631,27 +8459,27 @@ "type": "github" } ], - "time": "2024-03-02T06:30:58+00:00" + "time": "2024-03-02T07:30:33+00:00" }, { "name": "sebastian/environment", - "version": "5.1.5", + "version": "7.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" + "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", - "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4eb3a442574d0e9d141aab209cd4aaf25701b09a", + "reference": "4eb3a442574d0e9d141aab209cd4aaf25701b09a", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "suggest": { "ext-posix": "*" @@ -8659,7 +8487,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "7.1-dev" } }, "autoload": { @@ -8678,7 +8506,7 @@ } ], "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "homepage": "https://github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", @@ -8686,7 +8514,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5" + "security": "https://github.com/sebastianbergmann/environment/security/policy", + "source": "https://github.com/sebastianbergmann/environment/tree/7.1.0" }, "funding": [ { @@ -8694,34 +8523,34 @@ "type": "github" } ], - "time": "2023-02-03T06:03:51+00:00" + "time": "2024-03-23T08:56:34+00:00" }, { "name": "sebastian/exporter", - "version": "4.0.6", + "version": "6.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" + "reference": "507d2333cbc4e6ea248fbda2d45ee1511e03da13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", - "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/507d2333cbc4e6ea248fbda2d45ee1511e03da13", + "reference": "507d2333cbc4e6ea248fbda2d45ee1511e03da13", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "ext-mbstring": "*", + "php": ">=8.2", + "sebastian/recursion-context": "^6.0" }, "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -8763,7 +8592,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" + "security": "https://github.com/sebastianbergmann/exporter/security/policy", + "source": "https://github.com/sebastianbergmann/exporter/tree/6.1.2" }, "funding": [ { @@ -8771,38 +8601,79 @@ "type": "github" } ], - "time": "2024-03-02T06:33:00+00:00" + "time": "2024-06-18T11:19:56+00:00" + }, + { + "name": "sebastian/finder-facade", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/finder-facade.git", + "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/1e396fda3449fce9df032749fa4fa2619e0347e0", + "reference": "1e396fda3449fce9df032749fa4fa2619e0347e0", + "shasum": "" + }, + "require": { + "symfony/finder": ">=2.2.0", + "theseer/fdomdocument": ">=1.3.1" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", + "homepage": "https://github.com/sebastianbergmann/finder-facade", + "support": { + "issues": "https://github.com/sebastianbergmann/finder-facade/issues", + "source": "https://github.com/sebastianbergmann/finder-facade/tree/master" + }, + "abandoned": true, + "time": "2013-05-28T06:10:03+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.7", + "version": "7.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9" + "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", - "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c3a307e832f2e69c7ef869e31fc644fde0e7cb3e", + "reference": "c3a307e832f2e69c7ef869e31fc644fde0e7cb3e", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.2", + "sebastian/object-reflector": "^4.0", + "sebastian/recursion-context": "^6.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "7.0-dev" } }, "autoload": { @@ -8821,13 +8692,14 @@ } ], "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "homepage": "https://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7" + "security": "https://github.com/sebastianbergmann/global-state/security/policy", + "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.1" }, "funding": [ { @@ -8835,33 +8707,33 @@ "type": "github" } ], - "time": "2024-03-02T06:35:11+00:00" + "time": "2024-03-02T07:32:10+00:00" }, { "name": "sebastian/lines-of-code", - "version": "1.0.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5" + "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5", - "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/376c5b3f6b43c78fdc049740bca76a7c846706c0", + "reference": "376c5b3f6b43c78fdc049740bca76a7c846706c0", "shasum": "" }, "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=7.3" + "nikic/php-parser": "^5.0", + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8884,7 +8756,8 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4" + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.0" }, "funding": [ { @@ -8892,34 +8765,34 @@ "type": "github" } ], - "time": "2023-12-22T06:20:34+00:00" + "time": "2024-02-02T06:00:36+00:00" }, { "name": "sebastian/object-enumerator", - "version": "4.0.4", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f75f6c460da0bbd9668f43a3dde0ec0ba7faa678", + "reference": "f75f6c460da0bbd9668f43a3dde0ec0ba7faa678", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.2", + "sebastian/object-reflector": "^4.0", + "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -8941,7 +8814,8 @@ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.0" }, "funding": [ { @@ -8949,32 +8823,32 @@ "type": "github" } ], - "time": "2020-10-26T13:12:34+00:00" + "time": "2024-02-02T06:01:29+00:00" }, { "name": "sebastian/object-reflector", - "version": "2.0.4", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/bb2a6255d30853425fd38f032eb64ced9f7f132d", + "reference": "bb2a6255d30853425fd38f032eb64ced9f7f132d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8996,7 +8870,8 @@ "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "security": "https://github.com/sebastianbergmann/object-reflector/security/policy", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.0" }, "funding": [ { @@ -9004,29 +8879,29 @@ "type": "github" } ], - "time": "2020-10-26T13:14:26+00:00" + "time": "2024-02-02T06:02:18+00:00" }, { "name": "sebastian/phpcpd", - "version": "6.0.3", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpcpd.git", - "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176" + "reference": "a9462153f2dd90466a010179901d31fbff598365" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176", - "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176", + "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/a9462153f2dd90466a010179901d31fbff598365", + "reference": "a9462153f2dd90466a010179901d31fbff598365", "shasum": "" }, "require": { - "ext-dom": "*", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0", - "phpunit/php-timer": "^5.0", - "sebastian/cli-parser": "^1.0", - "sebastian/version": "^3.0" + "php": ">=5.3.3", + "phpunit/php-timer": ">=1.0.4", + "sebastian/finder-facade": ">=1.1.0", + "sebastian/version": ">=1.0.3", + "symfony/console": ">=2.2.0", + "theseer/fdomdocument": "~1.4" }, "bin": [ "phpcpd" @@ -9034,7 +8909,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "6.0-dev" + "dev-master": "2.0-dev" } }, "autoload": { @@ -9057,41 +8932,35 @@ "homepage": "https://github.com/sebastianbergmann/phpcpd", "support": { "issues": "https://github.com/sebastianbergmann/phpcpd/issues", - "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3" + "source": "https://github.com/sebastianbergmann/phpcpd/tree/2.0.1" }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], "abandoned": true, - "time": "2020-12-07T05:39:23+00:00" + "time": "2014-03-31T09:25:30+00:00" }, { "name": "sebastian/recursion-context", - "version": "4.0.5", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" + "reference": "2f15508e17af4ea35129bbc32ce28a814d9c7426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", - "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2f15508e17af4ea35129bbc32ce28a814d9c7426", + "reference": "2f15508e17af4ea35129bbc32ce28a814d9c7426", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -9121,61 +8990,8 @@ "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" - }, - "funding": [ - { - "url": "https://github.com/sebastianbergmann", - "type": "github" - } - ], - "time": "2023-02-03T06:07:39+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.4", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e", - "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4" + "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.1" }, "funding": [ { @@ -9183,32 +8999,32 @@ "type": "github" } ], - "time": "2024-03-14T16:00:52+00:00" + "time": "2024-06-17T05:22:57+00:00" }, { "name": "sebastian/type", - "version": "3.2.1", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" + "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", - "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8502785eb3523ca0dd4afe9ca62235590020f3f", + "reference": "b8502785eb3523ca0dd4afe9ca62235590020f3f", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -9231,7 +9047,8 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.1" + "security": "https://github.com/sebastianbergmann/type/security/policy", + "source": "https://github.com/sebastianbergmann/type/tree/5.0.0" }, "funding": [ { @@ -9239,29 +9056,29 @@ "type": "github" } ], - "time": "2023-02-03T06:13:03+00:00" + "time": "2024-02-02T06:09:34+00:00" }, { "name": "sebastian/version", - "version": "3.0.2", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/13999475d2cb1ab33cb73403ba356a814fdbb001", + "reference": "13999475d2cb1ab33cb73403ba356a814fdbb001", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -9284,7 +9101,8 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "security": "https://github.com/sebastianbergmann/version/security/policy", + "source": "https://github.com/sebastianbergmann/version/tree/5.0.0" }, "funding": [ { @@ -9292,20 +9110,20 @@ "type": "github" } ], - "time": "2020-09-28T06:39:44+00:00" + "time": "2024-02-02T06:10:47+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.2", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877", + "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877", "shasum": "" }, "require": { @@ -9315,11 +9133,11 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ - "bin/phpcs", - "bin/phpcbf" + "bin/phpcbf", + "bin/phpcs" ], "type": "library", "extra": { @@ -9334,19 +9152,29 @@ "authors": [ { "name": "Greg Sherwood", - "role": "lead" + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, "funding": [ { @@ -9362,39 +9190,33 @@ "type": "open_collective" } ], - "time": "2021-12-12T21:44:58+00:00" + "time": "2024-05-22T21:24:41+00:00" }, { "name": "symfony/browser-kit", - "version": "v2.8.52", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "b507697225f32a76a9d333d0766fb46353e9d00d" + "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b507697225f32a76a9d333d0766fb46353e9d00d", - "reference": "b507697225f32a76a9d333d0766fb46353e9d00d", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/62ab90b92066ef6cce5e79365625b4b1432464c8", + "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/dom-crawler": "~2.1|~3.0.0" + "php": ">=8.1", + "symfony/dom-crawler": "^5.4|^6.0|^7.0" }, "require-dev": { - "symfony/css-selector": "^2.0.5|~3.0.0", - "symfony/process": "~2.3.34|^2.7.6|~3.0.0" - }, - "suggest": { - "symfony/process": "" + "symfony/css-selector": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\BrowserKit\\": "" @@ -9408,119 +9230,54 @@ "MIT" ], "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony BrowserKit Component", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/browser-kit/tree/v2.8.52" - }, - "time": "2018-11-26T06:55:10+00:00" - }, - { - "name": "symfony/contracts", - "version": "v1.1.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/contracts.git", - "reference": "d3636025e8253c6144358ec0a62773cae588395b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/contracts/zipball/d3636025e8253c6144358ec0a62773cae588395b", - "reference": "d3636025e8253c6144358ec0a62773cae588395b", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "require-dev": { - "psr/cache": "^1.0", - "psr/container": "^1.0", - "symfony/polyfill-intl-idn": "^1.10" - }, - "suggest": { - "psr/cache": "When using the Cache contracts", - "psr/container": "When using the Service contracts", - "symfony/cache-contracts-implementation": "", - "symfony/event-dispatcher-implementation": "", - "symfony/http-client-contracts-implementation": "", - "symfony/service-contracts-implementation": "", - "symfony/translation-contracts-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\": "" - }, - "exclude-from-classmap": [ - "**/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "A set of abstractions extracted out of the Symfony components", + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], "support": { - "source": "https://github.com/symfony/contracts/tree/master" + "source": "https://github.com/symfony/browser-kit/tree/v6.4.8" }, - "time": "2019-04-27T14:29:50+00:00" + "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": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/css-selector", - "version": "v2.8.52", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "7b1692e418d7ccac24c373528453bc90e42797de" + "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/7b1692e418d7ccac24c373528453bc90e42797de", - "reference": "7b1692e418d7ccac24c373528453bc90e42797de", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/4b61b02fe15db48e3687ce1c45ea385d1780fe08", + "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08", "shasum": "" }, "require": { - "php": ">=5.3.9" + "php": ">=8.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" @@ -9547,12 +9304,26 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony CssSelector Component", + "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v2.8.52" + "source": "https://github.com/symfony/css-selector/tree/v6.4.8" }, - "time": "2018-11-11T11:18:13+00:00" + "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": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/debug", @@ -9624,35 +9395,35 @@ "time": "2022-07-28T16:29:46+00:00" }, { - "name": "symfony/deprecation-contracts", - "version": "v2.5.3", + "name": "symfony/dom-crawler", + "version": "v6.4.8", "source": { "type": "git", - "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d" + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "105b56a0305d219349edeb60a800082eca864e4b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", - "reference": "80d075412b557d41002320b96a096ca65aa2c98d", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/105b56a0305d219349edeb60a800082eca864e4b", + "reference": "105b56a0305d219349edeb60a800082eca864e4b", "shasum": "" }, "require": { - "php": ">=7.1" + "masterminds/html5": "^2.6", + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } + "require-dev": { + "symfony/css-selector": "^5.4|^6.0|^7.0" }, + "type": "library", "autoload": { - "files": [ - "function.php" + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -9661,18 +9432,18 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "A generic function and convention to trigger deprecation notices", + "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3" + "source": "https://github.com/symfony/dom-crawler/tree/v6.4.8" }, "funding": [ { @@ -9688,42 +9459,33 @@ "type": "tidelift" } ], - "time": "2023-01-24T14:02:46+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { - "name": "symfony/dom-crawler", - "version": "v2.8.52", + "name": "symfony/dotenv", + "version": "v6.0.19", "source": { "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "2cdc7d3909eea6f982a6298d2e9ab7db01b6403c" + "url": "https://github.com/symfony/dotenv.git", + "reference": "9cee123707e689f7e06c09624c145d206468bcf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2cdc7d3909eea6f982a6298d2e9ab7db01b6403c", - "reference": "2cdc7d3909eea6f982a6298d2e9ab7db01b6403c", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/9cee123707e689f7e06c09624c145d206468bcf2", + "reference": "9cee123707e689f7e06c09624c145d206468bcf2", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0" + "php": ">=8.0.2" }, "require-dev": { - "symfony/css-selector": "~2.8|~3.0.0" - }, - "suggest": { - "symfony/css-selector": "" + "symfony/console": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } - }, "autoload": { "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" + "Symfony\\Component\\Dotenv\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -9743,37 +9505,60 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DomCrawler Component", + "description": "Registers environment variables from a .env file", "homepage": "https://symfony.com", + "keywords": [ + "dotenv", + "env", + "environment" + ], "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v2.8.50" + "source": "https://github.com/symfony/dotenv/tree/v6.0.19" }, - "time": "2018-11-24T22:30:19+00:00" + "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": "2023-01-01T08:36:10+00:00" }, { - "name": "symfony/dotenv", - "version": "v4.4.37", + "name": "symfony/error-handler", + "version": "v4.4.44", "source": { "type": "git", - "url": "https://github.com/symfony/dotenv.git", - "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" + "url": "https://github.com/symfony/error-handler.git", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", - "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.1.3", + "psr/log": "^1|^2|^3", + "symfony/debug": "^4.4.5", + "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { - "symfony/process": "^3.4.2|^4.0|^5.0" + "symfony/http-kernel": "^4.4|^5.0", + "symfony/serializer": "^4.4|^5.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Dotenv\\": "" + "Symfony\\Component\\ErrorHandler\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -9793,15 +9578,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Registers environment variables from a .env file", + "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", - "keywords": [ - "dotenv", - "env", - "environment" - ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v4.4.37" + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" }, "funding": [ { @@ -9817,7 +9597,7 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", @@ -9984,20 +9764,21 @@ }, { "name": "symfony/finder", - "version": "v4.4.44", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" + "reference": "f51cff4687547641c7d8180d74932ab40b2205ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", - "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", + "url": "https://api.github.com/repos/symfony/finder/zipball/f51cff4687547641c7d8180d74932ab40b2205ce", + "reference": "f51cff4687547641c7d8180d74932ab40b2205ce", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "type": "library", @@ -10026,7 +9807,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.44" + "source": "https://github.com/symfony/finder/tree/v5.4.40" }, "funding": [ { @@ -10042,85 +9823,99 @@ "type": "tidelift" } ], - "time": "2022-07-29T07:35:46+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/framework-bundle", - "version": "v4.2.12", + "version": "v4.4.51", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "ac12bd9f104bb2dc319b09426e767ecfa95688da" + "reference": "8f1698ff2a97be8442fb202ac93111f7b6b40781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/ac12bd9f104bb2dc319b09426e767ecfa95688da", - "reference": "ac12bd9f104bb2dc319b09426e767ecfa95688da", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8f1698ff2a97be8442fb202ac93111f7b6b40781", + "reference": "8f1698ff2a97be8442fb202ac93111f7b6b40781", "shasum": "" }, "require": { "ext-xml": "*", - "php": "^7.1.3", - "symfony/cache": "~4.2", - "symfony/config": "~4.2", - "symfony/contracts": "^1.0.2", - "symfony/debug": "~4.0", - "symfony/dependency-injection": "^4.2.5", - "symfony/event-dispatcher": "^4.1", - "symfony/filesystem": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/http-foundation": "^4.2.5", - "symfony/http-kernel": "^4.2", + "php": ">=7.1.3", + "symfony/cache": "^4.4|^5.0", + "symfony/config": "^4.4.11|~5.0.11|^5.1.3", + "symfony/dependency-injection": "^4.4.38|^5.0.1", + "symfony/error-handler": "^4.4.1|^5.0.1", + "symfony/filesystem": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/http-foundation": "^4.4|^5.0", + "symfony/http-kernel": "^4.4", "symfony/polyfill-mbstring": "~1.0", - "symfony/routing": "^4.2.8" + "symfony/polyfill-php80": "^1.16", + "symfony/routing": "^4.4.12|^5.1.4" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0", - "phpdocumentor/type-resolver": "<0.2.1", + "doctrine/persistence": "<1.3", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/asset": "<3.4", - "symfony/console": "<3.4", - "symfony/dotenv": "<4.2", - "symfony/form": "<4.2", - "symfony/messenger": "<4.2", + "symfony/browser-kit": "<4.3", + "symfony/console": "<4.4.21", + "symfony/dom-crawler": "<4.3", + "symfony/dotenv": "<4.3.6", + "symfony/form": "<4.3.5", + "symfony/http-client": "<4.4", + "symfony/lock": "<4.4", + "symfony/mailer": "<4.4", + "symfony/messenger": "<4.4", + "symfony/mime": "<4.4", "symfony/property-info": "<3.4", - "symfony/serializer": "<4.2", + "symfony/security-bundle": "<4.4", + "symfony/serializer": "<4.4", "symfony/stopwatch": "<3.4", - "symfony/translation": "<4.2", + "symfony/translation": "<4.4", "symfony/twig-bridge": "<4.1.1", - "symfony/validator": "<4.1", - "symfony/workflow": "<4.1" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "fig/link-util": "^1.0", - "phpdocumentor/reflection-docblock": "^3.0|^4.0", - "symfony/asset": "~3.4|~4.0", - "symfony/browser-kit": "~3.4|~4.0", - "symfony/console": "~3.4|~4.0", - "symfony/css-selector": "~3.4|~4.0", - "symfony/dom-crawler": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/form": "^4.2.3", - "symfony/lock": "~3.4|~4.0", - "symfony/messenger": "^4.2", + "symfony/twig-bundle": "<4.4", + "symfony/validator": "<4.4", + "symfony/web-profiler-bundle": "<4.4", + "symfony/workflow": "<4.3.6" + }, + "require-dev": { + "doctrine/annotations": "^1.10.4", + "doctrine/cache": "^1.0|^2.0", + "doctrine/persistence": "^1.3|^2|^3", + "paragonie/sodium_compat": "^1.8", + "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", + "symfony/asset": "^3.4|^4.0|^5.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/console": "^4.4.42|^5.4.9", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dom-crawler": "^4.4.30|^5.3.7", + "symfony/dotenv": "^4.3.6|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/form": "^4.3.5|^5.0", + "symfony/http-client": "^4.4|^5.0", + "symfony/lock": "^4.4|^5.0", + "symfony/mailer": "^4.4|^5.0", + "symfony/messenger": "^4.4|^5.0", + "symfony/mime": "^4.4|^5.0", "symfony/polyfill-intl-icu": "~1.0", - "symfony/process": "~3.4|~4.0", - "symfony/property-info": "~3.4|~4.0", - "symfony/security": "~3.4|~4.0", - "symfony/security-core": "~3.4|~4.0", - "symfony/security-csrf": "~3.4|~4.0", - "symfony/serializer": "^4.2", - "symfony/stopwatch": "~3.4|~4.0", - "symfony/templating": "~3.4|~4.0", - "symfony/translation": "~4.2", - "symfony/validator": "^4.1", - "symfony/var-dumper": "~3.4|~4.0", - "symfony/web-link": "~3.4|~4.0", - "symfony/workflow": "^4.1", - "symfony/yaml": "~3.4|~4.0", - "twig/twig": "~1.34|~2.4" + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/property-info": "^3.4|^4.0|^5.0", + "symfony/security-core": "^3.4|^4.4|^5.2", + "symfony/security-csrf": "^3.4|^4.0|^5.0", + "symfony/security-http": "^3.4|^4.0|^5.0", + "symfony/serializer": "^4.4|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.4|^5.0", + "symfony/twig-bundle": "^4.4|^5.0", + "symfony/validator": "^4.4|^5.0", + "symfony/web-link": "^4.4|^5.0", + "symfony/workflow": "^4.3.6|^5.0", + "symfony/yaml": "^3.4|^4.0|^5.0", + "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "ext-apcu": "For best performance of the system caches", @@ -10133,14 +9928,97 @@ "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" + "autoload": { + "psr-4": { + "Symfony\\Bundle\\FrameworkBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/framework-bundle/tree/v4.4.51" + }, + "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": "2022-11-05T15:42:31+00:00" + }, + { + "name": "symfony/http-client", + "version": "v5.4.40", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "970a4d5a3393be3ba987b91a018e98ee332db63b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client/zipball/970a4d5a3393be3ba987b91a018e98ee332db63b", + "reference": "970a4d5a3393be3ba987b91a018e98ee332db63b", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/http-client-contracts": "^2.5.3", + "symfony/polyfill-php73": "^1.11", + "symfony/polyfill-php80": "^1.16", + "symfony/service-contracts": "^1.0|^2|^3" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "2.4" + }, + "require-dev": { + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4|^2.0", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "php-http/message-factory": "^1.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/stopwatch": "^4.4|^5.0|^6.0" }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Bundle\\FrameworkBundle\\": "" + "Symfony\\Component\\HttpClient\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -10152,44 +10030,147 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "homepage": "https://symfony.com", + "keywords": [ + "http" + ], + "support": { + "source": "https://github.com/symfony/http-client/tree/v5.4.40" + }, + "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": "2024-05-31T14:33:22+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v2.5.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1", + "reference": "e5cc97c2b4a4db0ba26bebc154f1426e3fd1d2f1", + "shasum": "" + }, + "require": { + "php": ">=7.2.5" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + } + }, + "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 FrameworkBundle", + "description": "Generic abstractions related to HTTP clients", "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v4.2.12" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.3" }, - "time": "2019-07-24T17:13:20+00:00" + "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": "2024-03-26T19:42:53+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.49", + "version": "v5.4.40", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173" + "reference": "cf4893ca4eca3fac4ae06da1590afdbbb4217847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", - "reference": "191413c7b832c015bb38eae963f2e57498c3c173", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cf4893ca4eca3fac4ae06da1590afdbbb4217847", + "reference": "cf4893ca4eca3fac4ae06da1590afdbbb4217847", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mime": "^4.3|^5.0", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { - "predis/predis": "~1.0", - "symfony/expression-language": "^3.4|^4.0|^5.0" + "predis/predis": "^1.0|^2.0", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^4.4|^5.0|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" + }, + "suggest": { + "symfony/mime": "To use the file extension guesser" }, "type": "library", "autoload": { @@ -10217,7 +10198,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v4.4.49" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.40" }, "funding": [ { @@ -10233,72 +10214,69 @@ "type": "tidelift" } ], - "time": "2022-11-04T16:17:57+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.2.12", + "version": "v4.4.51", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "8a7c5ef599466af6e972c705507f815df9c490ae" + "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8a7c5ef599466af6e972c705507f815df9c490ae", - "reference": "8a7c5ef599466af6e972c705507f815df9c490ae", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad8ab192cb619ff7285c95d28c69b36d718416c7", + "reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7", "shasum": "" }, "require": { - "php": "^7.1.3", - "psr/log": "~1.0", - "symfony/contracts": "^1.0.2", - "symfony/debug": "~3.4|~4.0", - "symfony/event-dispatcher": "~4.1", - "symfony/http-foundation": "^4.1.1", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php56": "~1.8" + "php": ">=7.1.3", + "psr/log": "^1|^2", + "symfony/error-handler": "^4.4", + "symfony/event-dispatcher": "^4.4", + "symfony/http-client-contracts": "^1.1|^2", + "symfony/http-foundation": "^4.4.30|^5.3.7", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-php73": "^1.9", + "symfony/polyfill-php80": "^1.16" }, "conflict": { + "symfony/browser-kit": "<4.3", "symfony/config": "<3.4", - "symfony/dependency-injection": "<4.2", + "symfony/console": ">=5", + "symfony/dependency-injection": "<4.3", "symfony/translation": "<4.2", - "symfony/var-dumper": "<4.1.1", - "twig/twig": "<1.34|<2.4,>=2" + "twig/twig": "<1.43|<2.13,>=2" }, "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/cache": "~1.0", - "symfony/browser-kit": "~3.4|~4.0", - "symfony/config": "~3.4|~4.0", - "symfony/console": "~3.4|~4.0", - "symfony/css-selector": "~3.4|~4.0", - "symfony/dependency-injection": "^4.2", - "symfony/dom-crawler": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "symfony/routing": "~3.4|~4.0", - "symfony/stopwatch": "~3.4|~4.0", - "symfony/templating": "~3.4|~4.0", - "symfony/translation": "~4.2", - "symfony/var-dumper": "^4.1.1" + "psr/log-implementation": "1.0|2.0" + }, + "require-dev": { + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^4.3|^5.0", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0", + "symfony/css-selector": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^4.3|^5.0", + "symfony/dom-crawler": "^3.4|^4.0|^5.0", + "symfony/expression-language": "^3.4|^4.0|^5.0", + "symfony/finder": "^3.4|^4.0|^5.0", + "symfony/process": "^3.4|^4.0|^5.0", + "symfony/routing": "^3.4|^4.0|^5.0", + "symfony/stopwatch": "^3.4|^4.0|^5.0", + "symfony/templating": "^3.4|^4.0|^5.0", + "symfony/translation": "^4.2|^5.0", + "symfony/translation-contracts": "^1.1|^2", + "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/var-dumper": "" + "symfony/dependency-injection": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.2-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" @@ -10321,49 +10299,63 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony HttpKernel Component", + "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v4.2.12" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.51" }, - "time": "2019-11-13T08:51:34+00:00" + "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": "2023-11-10T13:31:29+00:00" }, { "name": "symfony/mime", - "version": "v5.4.38", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "82fa6be8a0295a3932df871e88fc8c8d77aa71d4" + "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/82fa6be8a0295a3932df871e88fc8c8d77aa71d4", - "reference": "82fa6be8a0295a3932df871e88fc8c8d77aa71d4", + "url": "https://api.github.com/repos/symfony/mime/zipball/618597ab8b78ac86d1c75a9d0b35540cda074f33", + "reference": "618597ab8b78ac86d1c75a9d0b35540cda074f33", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4", - "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.3.2" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/process": "^5.4|^6.4", - "symfony/property-access": "^4.4|^5.1|^6.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3" + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.3.2|^7.0" }, "type": "library", "autoload": { @@ -10395,75 +10387,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.38" - }, - "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": "2024-03-21T07:25:32+00:00" - }, - { - "name": "symfony/polyfill-php56", - "version": "v1.20.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", - "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "metapackage", - "extra": { - "branch-alias": { - "dev-main": "1.20-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "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 backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0" + "source": "https://github.com/symfony/mime/tree/v6.4.8" }, "funding": [ { @@ -10479,25 +10403,24 @@ "type": "tidelift" } ], - "time": "2020-10-23T14:02:19+00:00" + "time": "2024-06-01T07:50:16+00:00" }, { "name": "symfony/process", - "version": "v4.4.44", + "version": "v6.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", - "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "url": "https://api.github.com/repos/symfony/process/zipball/8d92dd79149f29e89ee0f480254db595f6a6a2c5", + "reference": "8d92dd79149f29e89ee0f480254db595f6a6a2c5", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.1" }, "type": "library", "autoload": { @@ -10525,7 +10448,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.44" + "source": "https://github.com/symfony/process/tree/v6.4.8" }, "funding": [ { @@ -10541,7 +10464,7 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2024-05-31T14:49:08+00:00" }, { "name": "symfony/routing", @@ -10634,42 +10557,43 @@ }, { "name": "symfony/translation", - "version": "v4.3.11", + "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "46e462be71935ae15eab531e4d491d801857f24c" + "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/46e462be71935ae15eab531e4d491d801857f24c", - "reference": "46e462be71935ae15eab531e4d491d801857f24c", + "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", + "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", "shasum": "" }, "require": { - "php": "^7.1.3", + "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^1.1.6" + "symfony/polyfill-php80": "^1.16", + "symfony/translation-contracts": "^1.1.6|^2" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<3.4", + "symfony/http-kernel": "<4.4", "symfony/yaml": "<3.4" }, "provide": { - "symfony/translation-implementation": "1.0" + "symfony/translation-implementation": "1.0|2.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/console": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/http-kernel": "~3.4|~4.0", - "symfony/intl": "~3.4|~4.0", - "symfony/service-contracts": "^1.1.2", - "symfony/var-dumper": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^3.4|^4.0|^5.0", + "symfony/console": "^3.4|^4.0|^5.0", + "symfony/dependency-injection": "^3.4|^4.0|^5.0", + "symfony/finder": "~2.8|~3.0|~4.0|^5.0", + "symfony/http-kernel": "^4.4", + "symfony/intl": "^3.4|^4.0|^5.0", + "symfony/service-contracts": "^1.1.2|^2", + "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", @@ -10677,11 +10601,6 @@ "symfony/yaml": "" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.3-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" @@ -10704,29 +10623,43 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Translation Component", + "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/4.3" + "source": "https://github.com/symfony/translation/tree/v4.4.47" }, - "time": "2020-01-04T12:24:57+00:00" + "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": "2022-10-03T15:15:11+00:00" }, { "name": "symfony/translation-contracts", - "version": "v1.10.0", + "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6" + "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/7462e5c4cb8b9cd152f992e8f10963b5641921f6", - "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b0073a77ac0b7ea55131020e87b1e3af540f4664", + "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664", "shasum": "" }, "require": { - "php": ">=7.1.3" + "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" @@ -10734,7 +10667,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -10771,7 +10704,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v1.10.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.3" }, "funding": [ { @@ -10787,39 +10720,53 @@ "type": "tidelift" } ], - "time": "2022-06-27T13:16:42+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { - "name": "symfony/yaml", - "version": "v4.4.45", + "name": "symfony/var-dumper", + "version": "v5.4.40", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "af8868a6e9d6082dfca11f1a1f205ae93a8b6d93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", - "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af8868a6e9d6082dfca11f1a1f205ae93a8b6d93", + "reference": "af8868a6e9d6082dfca11f1a1f205ae93a8b6d93", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "symfony/console": "<3.4" + "symfony/console": "<4.4" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0" + "ext-iconv": "*", + "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", + "symfony/process": "^4.4|^5.0|^6.0", + "symfony/uid": "^5.1|^6.0", + "twig/twig": "^2.13|^3.0.4" }, "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, + "bin": [ + "Resources/bin/var-dump-server" + ], "type": "library", "autoload": { + "files": [ + "Resources/functions/dump.php" + ], "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -10831,18 +10778,22 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Loads and dumps YAML files", + "description": "Provides mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", + "keywords": [ + "debug", + "dump" + ], "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.45" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.40" }, "funding": [ { @@ -10858,91 +10809,131 @@ "type": "tidelift" } ], - "time": "2022-08-02T15:47:23+00:00" + "time": "2024-05-31T14:33:22+00:00" }, { - "name": "techdivision/import-sample-data", - "version": "4.3.6", + "name": "symfony/yaml", + "version": "v5.0.11", "source": { "type": "git", - "url": "https://github.com/techdivision/import-sample-data.git", - "reference": "2030d49e590ea0cd164899c2d83e7f3afbeda01c" + "url": "https://github.com/symfony/yaml.git", + "reference": "29b60e88ff11a45b708115004fdeacab1ee3dd5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/techdivision/import-sample-data/zipball/2030d49e590ea0cd164899c2d83e7f3afbeda01c", - "reference": "2030d49e590ea0cd164899c2d83e7f3afbeda01c", + "url": "https://api.github.com/repos/symfony/yaml/zipball/29b60e88ff11a45b708115004fdeacab1ee3dd5d", + "reference": "29b60e88ff11a45b708115004fdeacab1ee3dd5d", "shasum": "" }, "require": { - "php": ">=7.1.0" + "php": ">=7.2.5", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<4.4" + }, + "require-dev": { + "symfony/console": "^4.4|^5.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "OSL-3.0" + "MIT" ], "authors": [ { - "name": "Tim Wagner", - "email": "t.wagner@techdivision.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Pacemaker sample data for Magento 2 Community + Commerce Edition", + "description": "Symfony Yaml Component", + "homepage": "https://symfony.com", "support": { - "issues": "https://github.com/techdivision/import-sample-data/issues", - "source": "https://github.com/techdivision/import-sample-data/tree/4.3.6" + "source": "https://github.com/symfony/yaml/tree/5.0" }, - "time": "2022-03-28T13:19:40+00:00" + "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-05-20T17:38:26+00:00" }, { - "name": "textalk/websocket", - "version": "1.5.8", + "name": "theseer/fdomdocument", + "version": "1.6.7", "source": { "type": "git", - "url": "https://github.com/Textalk/websocket-php.git", - "reference": "d05dbaa97500176447ffb1f1800573f23085ab13" + "url": "https://github.com/theseer/fDOMDocument.git", + "reference": "5cddd4f9076a9a2b85c5135935bba2dcb3ed7574" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Textalk/websocket-php/zipball/d05dbaa97500176447ffb1f1800573f23085ab13", - "reference": "d05dbaa97500176447ffb1f1800573f23085ab13", + "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/5cddd4f9076a9a2b85c5135935bba2dcb3ed7574", + "reference": "5cddd4f9076a9a2b85c5135935bba2dcb3ed7574", "shasum": "" }, "require": { - "php": "^7.2 | ^8.0", - "psr/log": "^1 | ^2 | ^3" + "ext-dom": "*", + "lib-libxml": "*", + "php": ">=5.3.3" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.0", - "phpunit/phpunit": "^8.0|^9.0", - "squizlabs/php_codesniffer": "^3.5" + "php": ">=7.3" }, "type": "library", "autoload": { - "psr-4": { - "WebSocket\\": "lib" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "ISC" + "BSD-3-Clause" ], "authors": [ { - "name": "Fredrik Liljegren" - }, - { - "name": "Sören Jensen", - "email": "soren@abicart.se" + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "lead" } ], - "description": "WebSocket client and server", + "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", + "homepage": "https://github.com/theseer/fDOMDocument", "support": { - "issues": "https://github.com/Textalk/websocket-php/issues", - "source": "https://github.com/Textalk/websocket-php/tree/1.5.8" + "issues": "https://github.com/theseer/fDOMDocument/issues", + "source": "https://github.com/theseer/fDOMDocument/tree/1.6.7" }, - "time": "2022-04-26T06:28:24+00:00" + "abandoned": true, + "time": "2022-01-25T23:10:35+00:00" }, { "name": "theseer/tokenizer", @@ -10995,22 +10986,15 @@ "time": "2024-03-03T12:36:25+00:00" } ], - "aliases": [ - { - "package": "behat/symfony2-extension", - "version": "9999999-dev", - "alias": "3.0.0", - "alias_normalized": "3.0.0.0" - } - ], - "minimum-stability": "stable", + "aliases": [], + "minimum-stability": "dev", "stability-flags": { - "behat/symfony2-extension": 20 + "behat/mink-goutte-driver": 20 }, - "prefer-stable": false, + "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.3.0" + "php": "~8.1|~8.2 " }, "platform-dev": [], "plugin-api-version": "2.6.0"