From 644932542ffee7365ad58e47238e71a61b6c43ce Mon Sep 17 00:00:00 2001
From: Patrick Mehringer
Date: Tue, 2 Jul 2024 11:14:48 +0200
Subject: [PATCH] Composer update
---
composer.json | 6 +-
composer.lock | 973 +++++++++++++++++---------------------------------
2 files changed, 326 insertions(+), 653 deletions(-)
diff --git a/composer.json b/composer.json
index a4b016e5..591ddd7b 100755
--- a/composer.json
+++ b/composer.json
@@ -42,7 +42,7 @@
"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": "^4.0.0"
+ "egulias/email-validator": "^3.2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
@@ -60,8 +60,8 @@
"behat/mink-extension": "^2.3.1",
"dmore/chrome-mink-driver": "^2.9.3",
"dmore/behat-chrome-extension": "^1.4.0",
- "behat/mink-browserkit-driver": "^2.2.0",
- "friends-of-behat/symfony-extension": "^2.5.0",
+ "friends-of-behat/mink-browserkit-driver": "^1.5.0",
+ "friends-of-behat/symfony-extension": "^2.3.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"techdivision/import-sample-data": "^4.3.5"
},
diff --git a/composer.lock b/composer.lock
index 7fc4db4e..4e236185 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "07ff2fe174ddb8332c58a4b4a2835934",
+ "content-hash": "7c369ca19f4e9489122dab5425784796",
"packages": [
{
"name": "brick/math",
@@ -3415,17 +3415,17 @@
"source": {
"type": "git",
"url": "https://github.com/techdivision/import-cache-collection.git",
- "reference": "d1fc376d4993280a401f7054e89e7f8e145d973b"
+ "reference": "1353c1cb93e3033ccbbaadba0ce3a6764702b8ff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/techdivision/import-cache-collection/zipball/d1fc376d4993280a401f7054e89e7f8e145d973b",
- "reference": "d1fc376d4993280a401f7054e89e7f8e145d973b",
+ "url": "https://api.github.com/repos/techdivision/import-cache-collection/zipball/1353c1cb93e3033ccbbaadba0ce3a6764702b8ff",
+ "reference": "1353c1cb93e3033ccbbaadba0ce3a6764702b8ff",
"shasum": ""
},
"require": {
"php": "^8.1",
- "ramsey/uuid": "^4.7.6",
+ "ramsey/uuid": "^4.3.0",
"techdivision/import-cache": "dev-compatibility-php-81"
},
"require-dev": {
@@ -3448,6 +3448,7 @@
]
}
},
+ "notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
@@ -3459,10 +3460,10 @@
],
"description": "Pacemaker library providing basic Magento 2 import cache functionality based on a simple collection",
"support": {
- "source": "https://github.com/techdivision/import-cache-collection/tree/compatibility-php-81",
- "issues": "https://github.com/techdivision/import-cache-collection/issues"
+ "issues": "https://github.com/techdivision/import-cache-collection/issues",
+ "source": "https://github.com/techdivision/import-cache-collection/tree/compatibility-php-81"
},
- "time": "2024-06-28T13:05:17+00:00"
+ "time": "2024-07-02T08:47:49+00:00"
},
{
"name": "techdivision/import-category",
@@ -5473,74 +5474,6 @@
},
"time": "2023-12-09T11:23:23+00:00"
},
- {
- "name": "behat/mink-browserkit-driver",
- "version": "v2.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
- "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/16d53476e42827ed3aafbfa4fde17a1743eafd50",
- "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50",
- "shasum": ""
- },
- "require": {
- "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",
- "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": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Behat\\Mink\\Driver\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- }
- ],
- "description": "Symfony2 BrowserKit driver for Mink framework",
- "homepage": "https://mink.behat.org/",
- "keywords": [
- "Mink",
- "Symfony2",
- "browser",
- "testing"
- ],
- "support": {
- "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
- "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.2.0"
- },
- "time": "2023-12-09T11:30:50+00:00"
- },
{
"name": "behat/mink-extension",
"version": "2.3.1",
@@ -5605,133 +5538,6 @@
"abandoned": "friends-of-behat/mink-extension",
"time": "2018-02-06T15:36:30+00:00"
},
- {
- "name": "behat/mink-goutte-driver",
- "version": "dev-master",
- "source": {
- "type": "git",
- "url": "https://github.com/minkphp/MinkGoutteDriver.git",
- "reference": "85d9b26b18c05fdbde44ff8c24767d3a2dd03512"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/85d9b26b18c05fdbde44ff8c24767d3a2dd03512",
- "reference": "85d9b26b18c05fdbde44ff8c24767d3a2dd03512",
- "shasum": ""
- },
- "require": {
- "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": "2.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Behat\\Mink\\Driver\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com",
- "homepage": "http://everzet.com"
- }
- ],
- "description": "Goutte driver for Mink framework",
- "homepage": "https://mink.behat.org/",
- "keywords": [
- "browser",
- "goutte",
- "headless",
- "testing"
- ],
- "support": {
- "issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
- "source": "https://github.com/minkphp/MinkGoutteDriver/tree/master"
- },
- "abandoned": "behat/mink-browserkit-driver",
- "time": "2023-06-12T09:32:13+00:00"
- },
- {
- "name": "behat/symfony2-extension",
- "version": "2.1.5",
- "source": {
- "type": "git",
- "url": "https://github.com/Behat/Symfony2Extension.git",
- "reference": "d7c834487426a784665f9c1e61132274dbf2ea26"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/Behat/Symfony2Extension/zipball/d7c834487426a784665f9c1e61132274dbf2ea26",
- "reference": "d7c834487426a784665f9c1e61132274dbf2ea26",
- "shasum": ""
- },
- "require": {
- "behat/behat": "^3.4.3",
- "php": ">=5.3.3",
- "symfony/framework-bundle": "~2.0|~3.0|~4.0"
- },
- "require-dev": {
- "behat/mink": "~1.7@dev",
- "behat/mink-browserkit-driver": "~1.3@dev",
- "behat/mink-extension": "~2.0",
- "phpspec/phpspec": "~2.0|~3.0|~4.0",
- "phpunit/phpunit": "~4.0|~5.0",
- "symfony/symfony": "~2.1|~3.0|~4.0"
- },
- "type": "behat-extension",
- "extra": {
- "branch-alias": {
- "dev-master": "2.1.x-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Behat\\Symfony2Extension": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Christophe Coevoet",
- "email": "stof@notk.org"
- },
- {
- "name": "Konstantin Kudryashov",
- "email": "ever.zet@gmail.com"
- }
- ],
- "description": "Symfony2 framework extension for Behat",
- "homepage": "http://behat.org",
- "keywords": [
- "BDD",
- "framework",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/Behat/Symfony2Extension/issues",
- "source": "https://github.com/Behat/Symfony2Extension/tree/master"
- },
- "abandoned": "friends-of-behat/symfony-extension",
- "time": "2018-04-20T15:48:23+00:00"
- },
{
"name": "behat/transliterator",
"version": "v1.5.0",
@@ -6662,39 +6468,42 @@
"time": "2024-06-19T11:57:23+00:00"
},
{
- "name": "fabpot/goutte",
- "version": "v4.0.3",
+ "name": "friends-of-behat/mink-browserkit-driver",
+ "version": "v1.6.2",
"source": {
"type": "git",
- "url": "https://github.com/FriendsOfPHP/Goutte.git",
- "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3"
+ "url": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver.git",
+ "reference": "4f7d58037f8aa5f3aa17308cb6341b029859ea65"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/e3f28671c87a48a0f13ada1baea0d95acc2138c3",
- "reference": "e3f28671c87a48a0f13ada1baea0d95acc2138c3",
+ "url": "https://api.github.com/repos/FriendsOfBehat/MinkBrowserKitDriver/zipball/4f7d58037f8aa5f3aa17308cb6341b029859ea65",
+ "reference": "4f7d58037f8aa5f3aa17308cb6341b029859ea65",
"shasum": ""
},
"require": {
- "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"
+ "behat/mink": "^1.7",
+ "php": "^7.4|^8.0",
+ "symfony/browser-kit": "^4.4|^5.0|^6.0|^7.0",
+ "symfony/dom-crawler": "^4.4|^5.0|^6.0|^7.0"
+ },
+ "replace": {
+ "behat/mink-browserkit-driver": "self.version"
},
"require-dev": {
- "symfony/phpunit-bridge": "^6.0"
+ "friends-of-behat/mink-driver-testsuite": "dev-master",
+ "symfony/http-kernel": "^4.4|^5.0|^6.0|^7.0"
+ },
+ "type": "mink-driver",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.3.x-dev"
+ }
},
- "type": "application",
"autoload": {
"psr-4": {
- "Goutte\\": "Goutte"
- },
- "exclude-from-classmap": [
- "Goutte/Tests"
- ]
+ "Behat\\Mink\\Driver\\": "src/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -6702,21 +6511,23 @@
],
"authors": [
{
- "name": "Fabien Potencier",
- "email": "fabien@symfony.com"
+ "name": "Konstantin Kudryashov",
+ "email": "ever.zet@gmail.com",
+ "homepage": "http://everzet.com"
}
],
- "description": "A simple PHP Web Scraper",
- "homepage": "https://github.com/FriendsOfPHP/Goutte",
+ "description": "Symfony2 BrowserKit driver for Mink framework",
+ "homepage": "http://mink.behat.org/",
"keywords": [
- "scraper"
+ "Mink",
+ "Symfony2",
+ "browser",
+ "testing"
],
"support": {
- "issues": "https://github.com/FriendsOfPHP/Goutte/issues",
- "source": "https://github.com/FriendsOfPHP/Goutte/tree/v4.0.3"
+ "source": "https://github.com/FriendsOfBehat/MinkBrowserKitDriver/tree/v1.6.2"
},
- "abandoned": "symfony/browser-kit",
- "time": "2023-04-01T09:05:33+00:00"
+ "time": "2024-02-06T13:25:07+00:00"
},
{
"name": "friends-of-behat/mink-extension",
@@ -6780,6 +6591,157 @@
},
"time": "2018-02-06T15:36:30+00:00"
},
+ {
+ "name": "friends-of-behat/symfony-extension",
+ "version": "v2.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FriendsOfBehat/SymfonyExtension.git",
+ "reference": "957df89b214f1575b40203e374bcafcd6d200a1d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FriendsOfBehat/SymfonyExtension/zipball/957df89b214f1575b40203e374bcafcd6d200a1d",
+ "reference": "957df89b214f1575b40203e374bcafcd6d200a1d",
+ "shasum": ""
+ },
+ "require": {
+ "behat/behat": "^3.6.1",
+ "php": "^7.4 || ^8.0",
+ "symfony/dependency-injection": "^4.4 || ^5.3 || ^6.0",
+ "symfony/http-kernel": "^4.4 || ^5.3 || ^6.0",
+ "symfony/proxy-manager-bridge": "^4.4 || ^5.3 || ^6.0"
+ },
+ "require-dev": {
+ "behat/mink": "^1.9",
+ "behat/mink-browserkit-driver": "^2.0",
+ "behat/mink-selenium2-driver": "^1.3",
+ "friends-of-behat/mink-extension": "^2.5",
+ "friends-of-behat/page-object-extension": "^0.3.2",
+ "friends-of-behat/service-container-extension": "^1.1",
+ "sylius-labs/coding-standard": ">=4.1.1, <=4.2.1",
+ "symfony/browser-kit": "^4.4 || ^5.3 || ^6.0",
+ "symfony/framework-bundle": "^4.4 || ^5.3 || ^6.0",
+ "symfony/process": "^4.4 || ^5.3 || ^6.0",
+ "symfony/yaml": "^4.4 || ^5.3 || ^6.0",
+ "vimeo/psalm": "4.30.0"
+ },
+ "suggest": {
+ "behat/mink": "^1.9",
+ "behat/mink-browserkit-driver": "^2.0",
+ "friends-of-behat/mink-extension": "^2.5"
+ },
+ "type": "symfony-bundle",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "2.2-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "FriendsOfBehat\\SymfonyExtension\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Kamil Kokot",
+ "email": "kamil@kokot.me",
+ "homepage": "https://kamilkokot.com"
+ }
+ ],
+ "description": "Integrates Behat with Symfony.",
+ "support": {
+ "issues": "https://github.com/FriendsOfBehat/SymfonyExtension/issues",
+ "source": "https://github.com/FriendsOfBehat/SymfonyExtension/tree/v2.4.2"
+ },
+ "time": "2023-12-09T12:17:26+00:00"
+ },
+ {
+ "name": "friendsofphp/proxy-manager-lts",
+ "version": "v1.0.18",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
+ "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
+ "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
+ "shasum": ""
+ },
+ "require": {
+ "laminas/laminas-code": "~3.4.1|^4.0",
+ "php": ">=7.1",
+ "symfony/filesystem": "^4.4.17|^5.0|^6.0|^7.0"
+ },
+ "conflict": {
+ "laminas/laminas-stdlib": "<3.2.1",
+ "zendframework/zend-stdlib": "<3.2.1"
+ },
+ "replace": {
+ "ocramius/proxy-manager": "^2.1"
+ },
+ "require-dev": {
+ "ext-phar": "*",
+ "symfony/phpunit-bridge": "^5.4|^6.0|^7.0"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "ocramius/proxy-manager",
+ "url": "https://github.com/Ocramius/ProxyManager"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "ProxyManager\\": "src/ProxyManager"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Marco Pivetta",
+ "email": "ocramius@gmail.com",
+ "homepage": "https://ocramius.github.io/"
+ },
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ }
+ ],
+ "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
+ "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
+ "keywords": [
+ "aop",
+ "lazy loading",
+ "proxy",
+ "proxy pattern",
+ "service proxies"
+ ],
+ "support": {
+ "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
+ "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.18"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/Ocramius",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2024-03-20T12:50:41+00:00"
+ },
{
"name": "grasmash/expander",
"version": "3.0.0",
@@ -6805,32 +6767,95 @@
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.3"
},
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.x-dev"
- }
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Grasmash\\Expander\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matthew Grasmick"
+ }
+ ],
+ "description": "Expands internal property references in PHP arrays file.",
+ "support": {
+ "issues": "https://github.com/grasmash/expander/issues",
+ "source": "https://github.com/grasmash/expander/tree/3.0.0"
+ },
+ "time": "2022-05-10T13:14:49+00:00"
+ },
+ {
+ "name": "laminas/laminas-code",
+ "version": "4.14.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laminas/laminas-code.git",
+ "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laminas/laminas-code/zipball/562e02b7d85cb9142b5116cc76c4c7c162a11a1c",
+ "reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c",
+ "shasum": ""
+ },
+ "require": {
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^2.0.1",
+ "ext-phar": "*",
+ "laminas/laminas-coding-standard": "^2.5.0",
+ "laminas/laminas-stdlib": "^3.17.0",
+ "phpunit/phpunit": "^10.3.3",
+ "psalm/plugin-phpunit": "^0.19.0",
+ "vimeo/psalm": "^5.15.0"
+ },
+ "suggest": {
+ "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
+ "laminas/laminas-stdlib": "Laminas\\Stdlib component"
},
+ "type": "library",
"autoload": {
"psr-4": {
- "Grasmash\\Expander\\": "src/"
+ "Laminas\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
- "MIT"
+ "BSD-3-Clause"
],
- "authors": [
- {
- "name": "Matthew Grasmick"
- }
+ "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
+ "homepage": "https://laminas.dev",
+ "keywords": [
+ "code",
+ "laminas",
+ "laminasframework"
],
- "description": "Expands internal property references in PHP arrays file.",
"support": {
- "issues": "https://github.com/grasmash/expander/issues",
- "source": "https://github.com/grasmash/expander/tree/3.0.0"
+ "chat": "https://laminas.dev/chat",
+ "docs": "https://docs.laminas.dev/laminas-code/",
+ "forum": "https://discourse.laminas.dev",
+ "issues": "https://github.com/laminas/laminas-code/issues",
+ "rss": "https://github.com/laminas/laminas-code/releases.atom",
+ "source": "https://github.com/laminas/laminas-code"
},
- "time": "2022-05-10T13:14:49+00:00"
+ "funding": [
+ {
+ "url": "https://funding.communitybridge.org/projects/laminas-project",
+ "type": "community_bridge"
+ }
+ ],
+ "time": "2024-06-17T08:50:25+00:00"
},
{
"name": "league/container",
@@ -7094,16 +7119,16 @@
},
{
"name": "nikic/php-parser",
- "version": "v5.0.2",
+ "version": "v5.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
+ "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
- "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/683130c2ff8c2739f4822ff7ac5c873ec529abd1",
+ "reference": "683130c2ff8c2739f4822ff7ac5c873ec529abd1",
"shasum": ""
},
"require": {
@@ -7114,7 +7139,7 @@
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
@@ -7146,9 +7171,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.1.0"
},
- "time": "2024-03-05T20:51:40+00:00"
+ "time": "2024-07-01T20:03:41+00:00"
},
{
"name": "pdepend/pdepend",
@@ -9339,27 +9364,27 @@
},
{
"name": "symfony/browser-kit",
- "version": "v6.4.8",
+ "version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
- "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8"
+ "reference": "9c13742e3175b5815e272b981876ae329bec2040"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/browser-kit/zipball/62ab90b92066ef6cce5e79365625b4b1432464c8",
- "reference": "62ab90b92066ef6cce5e79365625b4b1432464c8",
+ "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9c13742e3175b5815e272b981876ae329bec2040",
+ "reference": "9c13742e3175b5815e272b981876ae329bec2040",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "symfony/dom-crawler": "^5.4|^6.0|^7.0"
+ "php": ">=8.2",
+ "symfony/dom-crawler": "^6.4|^7.0"
},
"require-dev": {
- "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"
+ "symfony/css-selector": "^6.4|^7.0",
+ "symfony/http-client": "^6.4|^7.0",
+ "symfony/mime": "^6.4|^7.0",
+ "symfony/process": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -9387,7 +9412,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/browser-kit/tree/v6.4.8"
+ "source": "https://github.com/symfony/browser-kit/tree/v7.1.1"
},
"funding": [
{
@@ -9403,24 +9428,24 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v6.4.8",
+ "version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08"
+ "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/4b61b02fe15db48e3687ce1c45ea385d1780fe08",
- "reference": "4b61b02fe15db48e3687ce1c45ea385d1780fe08",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
+ "reference": "1c7cee86c6f812896af54434f8ce29c8d94f9ff4",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.2"
},
"type": "library",
"autoload": {
@@ -9452,7 +9477,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/css-selector/tree/v6.4.8"
+ "source": "https://github.com/symfony/css-selector/tree/v7.1.1"
},
"funding": [
{
@@ -9468,7 +9493,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/debug",
@@ -9541,26 +9566,26 @@
},
{
"name": "symfony/dom-crawler",
- "version": "v6.4.8",
+ "version": "v7.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
- "reference": "105b56a0305d219349edeb60a800082eca864e4b"
+ "reference": "01ce8174447f1f1dd33a5854b01beef79061d9fa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/105b56a0305d219349edeb60a800082eca864e4b",
- "reference": "105b56a0305d219349edeb60a800082eca864e4b",
+ "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/01ce8174447f1f1dd33a5854b01beef79061d9fa",
+ "reference": "01ce8174447f1f1dd33a5854b01beef79061d9fa",
"shasum": ""
},
"require": {
"masterminds/html5": "^2.6",
- "php": ">=8.1",
+ "php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
- "symfony/css-selector": "^5.4|^6.0|^7.0"
+ "symfony/css-selector": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -9588,7 +9613,7 @@
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dom-crawler/tree/v6.4.8"
+ "source": "https://github.com/symfony/dom-crawler/tree/v7.1.1"
},
"funding": [
{
@@ -9604,7 +9629,7 @@
"type": "tidelift"
}
],
- "time": "2024-05-31T14:49:08+00:00"
+ "time": "2024-05-31T14:57:53+00:00"
},
{
"name": "symfony/dotenv",
@@ -9969,243 +9994,6 @@
],
"time": "2022-07-29T07:35:46+00:00"
},
- {
- "name": "symfony/framework-bundle",
- "version": "v4.4.51",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/framework-bundle.git",
- "reference": "8f1698ff2a97be8442fb202ac93111f7b6b40781"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/8f1698ff2a97be8442fb202ac93111f7b6b40781",
- "reference": "8f1698ff2a97be8442fb202ac93111f7b6b40781",
- "shasum": ""
- },
- "require": {
- "ext-xml": "*",
- "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/polyfill-php80": "^1.16",
- "symfony/routing": "^4.4.12|^5.1.4"
- },
- "conflict": {
- "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/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/security-bundle": "<4.4",
- "symfony/serializer": "<4.4",
- "symfony/stopwatch": "<3.4",
- "symfony/translation": "<4.4",
- "symfony/twig-bridge": "<4.1.1",
- "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|^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",
- "symfony/console": "For using the console commands",
- "symfony/form": "For using forms",
- "symfony/property-info": "For using the property_info service",
- "symfony/serializer": "For using the serializer service",
- "symfony/validator": "For using validation",
- "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
- "symfony/yaml": "For using the debug:config and lint:yaml commands"
- },
- "type": "symfony-bundle",
- "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.41",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-client.git",
- "reference": "87ca825717928d178de8a3458f163100925fb675"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/87ca825717928d178de8a3458f163100925fb675",
- "reference": "87ca825717928d178de8a3458f163100925fb675",
- "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\\Component\\HttpClient\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "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": "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.41"
- },
- "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-06-28T07:25:22+00:00"
- },
{
"name": "symfony/http-client-contracts",
"version": "v2.5.3",
@@ -10464,91 +10252,6 @@
],
"time": "2023-11-10T13:31:29+00:00"
},
- {
- "name": "symfony/mime",
- "version": "v6.4.9",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mime.git",
- "reference": "7d048964877324debdcb4e0549becfa064a20d43"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/7d048964877324debdcb4e0549becfa064a20d43",
- "reference": "7d048964877324debdcb4e0549becfa064a20d43",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-intl-idn": "^1.10",
- "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": "<5.4",
- "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
- },
- "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": "^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.4.3|^7.0.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mime\\": ""
- },
- "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": "Allows manipulating MIME messages",
- "homepage": "https://symfony.com",
- "keywords": [
- "mime",
- "mime-type"
- ],
- "support": {
- "source": "https://github.com/symfony/mime/tree/v6.4.9"
- },
- "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-06-28T09:49:33+00:00"
- },
{
"name": "symfony/process",
"version": "v6.4.8",
@@ -10611,48 +10314,32 @@
"time": "2024-05-31T14:49:08+00:00"
},
{
- "name": "symfony/routing",
- "version": "v4.4.44",
+ "name": "symfony/proxy-manager-bridge",
+ "version": "v4.4.39",
"source": {
"type": "git",
- "url": "https://github.com/symfony/routing.git",
- "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae"
+ "url": "https://github.com/symfony/proxy-manager-bridge.git",
+ "reference": "66c4de1f6fc16371c06762d6b7fafab2308a15a1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
- "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
+ "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/66c4de1f6fc16371c06762d6b7fafab2308a15a1",
+ "reference": "66c4de1f6fc16371c06762d6b7fafab2308a15a1",
"shasum": ""
},
"require": {
+ "friendsofphp/proxy-manager-lts": "^1.0.2",
"php": ">=7.1.3",
+ "symfony/dependency-injection": "^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
},
- "conflict": {
- "symfony/config": "<4.2",
- "symfony/dependency-injection": "<3.4",
- "symfony/yaml": "<3.4"
- },
"require-dev": {
- "doctrine/annotations": "^1.10.4",
- "psr/log": "^1|^2|^3",
- "symfony/config": "^4.2|^5.0",
- "symfony/dependency-injection": "^3.4|^4.0|^5.0",
- "symfony/expression-language": "^3.4|^4.0|^5.0",
- "symfony/http-foundation": "^3.4|^4.0|^5.0",
- "symfony/yaml": "^3.4|^4.0|^5.0"
- },
- "suggest": {
- "doctrine/annotations": "For using the annotation loader",
- "symfony/config": "For using the all-in-one router or any loader",
- "symfony/expression-language": "For using expression matching",
- "symfony/http-foundation": "For using a Symfony Request object",
- "symfony/yaml": "For using the YAML loader"
+ "symfony/config": "^3.4|^4.0|^5.0"
},
- "type": "library",
+ "type": "symfony-bridge",
"autoload": {
"psr-4": {
- "Symfony\\Component\\Routing\\": ""
+ "Symfony\\Bridge\\ProxyManager\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -10672,16 +10359,10 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Maps an HTTP request to a set of configuration variables",
+ "description": "Provides integration for ProxyManager with various Symfony components",
"homepage": "https://symfony.com",
- "keywords": [
- "router",
- "routing",
- "uri",
- "url"
- ],
"support": {
- "source": "https://github.com/symfony/routing/tree/v4.4.44"
+ "source": "https://github.com/symfony/proxy-manager-bridge/tree/v4.4.39"
},
"funding": [
{
@@ -10697,7 +10378,7 @@
"type": "tidelift"
}
],
- "time": "2022-07-20T09:59:04+00:00"
+ "time": "2022-02-25T10:38:15+00:00"
},
{
"name": "symfony/translation",
@@ -11165,14 +10846,7 @@
"time": "2024-03-03T12:36:25+00:00"
}
],
- "aliases": [
- {
- "package": "behat/mink-goutte-driver",
- "version": "9999999-dev",
- "alias": "3.0.0",
- "alias_normalized": "3.0.0.0"
- }
- ],
+ "aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"techdivision/import": 20,
@@ -11212,13 +10886,12 @@
"techdivision/import-serializer-csv": 20,
"techdivision/import-dbal-collection": 20,
"techdivision/import-cache-collection": 20,
- "techdivision/import-configuration": 20,
- "behat/mink-goutte-driver": 20
+ "techdivision/import-configuration": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
- "php": "~8.1|~8.2 "
+ "php": "^8.1"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"