Parcourir la source

composer update

develop
Charly il y a 3 ans
Parent
révision
09807f5e33
3 fichiers modifiés avec 92 ajouts et 225 suppressions
  1. +1
    -1
      composer.json
  2. +91
    -218
      composer.lock
  3. +0
    -6
      symfony.lock

+ 1
- 1
composer.json Voir le fichier

@@ -4,7 +4,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2.5",
"php": ">=7.4",
"ext-ctype": "*",
"ext-iconv": "*",
"artgris/filemanager-bundle": "^2.2",

+ 91
- 218
composer.lock Voir le fichier

@@ -4,26 +4,26 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "035d6b63b2751d64155b7cc67f0e4908",
"content-hash": "1e01a9e34309d6c393cefe735e0d1baa",
"packages": [
{
"name": "artgris/filemanager-bundle",
"version": "2.2.4",
"version": "2.2.5",
"source": {
"type": "git",
"url": "https://github.com/artgris/FileManagerBundle.git",
"reference": "93765f05943a008150cfd9764f6c0a8038e20699"
"reference": "3bd8655309532f6a3c07ca0ef0e0f7aecd01259b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/artgris/FileManagerBundle/zipball/93765f05943a008150cfd9764f6c0a8038e20699",
"reference": "93765f05943a008150cfd9764f6c0a8038e20699",
"url": "https://api.github.com/repos/artgris/FileManagerBundle/zipball/3bd8655309532f6a3c07ca0ef0e0f7aecd01259b",
"reference": "3bd8655309532f6a3c07ca0ef0e0f7aecd01259b",
"shasum": ""
},
"require": {
"oomphinc/composer-installers-extender": "^1.1|^2.0",
"php": "^7.1.3|^8.0.0",
"sensio/framework-extra-bundle": "^4.4|^5.0",
"sensio/framework-extra-bundle": "^4.4|^5.0|^6.0",
"symfony/asset": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
@@ -70,9 +70,9 @@
],
"support": {
"issues": "https://github.com/artgris/FileManagerBundle/issues",
"source": "https://github.com/artgris/FileManagerBundle/tree/2.2.4"
"source": "https://github.com/artgris/FileManagerBundle/tree/2.2.5"
},
"time": "2021-05-25T12:52:51+00:00"
"time": "2021-06-07T09:29:38+00:00"
},
{
"name": "behat/transliterator",
@@ -420,16 +420,16 @@
},
{
"name": "doctrine/cache",
"version": "1.11.3",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d"
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d",
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d",
"url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
"reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
"shasum": ""
},
"require": {
@@ -499,7 +499,7 @@
],
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.11.3"
"source": "https://github.com/doctrine/cache/tree/2.0.3"
},
"funding": [
{
@@ -515,7 +515,7 @@
"type": "tidelift"
}
],
"time": "2021-05-25T09:01:55+00:00"
"time": "2021-05-25T09:43:04+00:00"
},
{
"name": "doctrine/collections",
@@ -678,31 +678,32 @@
},
{
"name": "doctrine/dbal",
"version": "2.13.1",
"version": "2.13.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9"
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9",
"reference": "c800380457948e65bbd30ba92cc17cda108bf8c9",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/cache": "^1.0|^2.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1 || ^8"
},
"require-dev": {
"doctrine/coding-standard": "8.2.0",
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.0",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.6.4"
},
@@ -765,7 +766,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.1"
"source": "https://github.com/doctrine/dbal/tree/2.13.2"
},
"funding": [
{
@@ -781,7 +782,7 @@
"type": "tidelift"
}
],
"time": "2021-04-17T17:30:19+00:00"
"time": "2021-06-18T21:48:39+00:00"
},
{
"name": "doctrine/deprecations",
@@ -828,50 +829,52 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.3.2",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242"
"reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/d6b3c37804539a24ba8a7d647a6144cab2f13242",
"reference": "d6b3c37804539a24ba8a7d647a6144cab2f13242",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4202ce675d29e70a8b9ee763bec021b6f44caccb",
"reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/dbal": "^2.9.0|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
"symfony/cache": "^4.3.3|^5.0",
"symfony/config": "^4.3.3|^5.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0",
"symfony/dependency-injection": "^4.3.3|^5.0",
"symfony/doctrine-bridge": "^4.4.7|^5.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/cache": "^4.3.3|^5.0|^6.0",
"symfony/config": "^4.4.3|^5.0|^6.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/dependency-injection": "^4.3.3|^5.0|^6.0",
"symfony/deprecation-contracts": "^2.1",
"symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/service-contracts": "^1.1.1|^2.0"
},
"conflict": {
"doctrine/orm": "<2.6",
"doctrine/orm": "<2.9",
"twig/twig": "<1.34|>=2.0,<2.4"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"doctrine/orm": "^2.6",
"doctrine/coding-standard": "^9.0",
"doctrine/orm": "^2.9",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
"psalm/plugin-phpunit": "^0.15.1",
"psalm/plugin-symfony": "^2.2.4",
"symfony/phpunit-bridge": "^5.2",
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
"symfony/security-bundle": "^4.4|^5.0",
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0",
"psalm/plugin-symfony": "^2.3.0",
"symfony/phpunit-bridge": "^5.2|^6.0",
"symfony/property-info": "^4.3.3|^5.0|^6.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
"symfony/security-bundle": "^4.4|^5.0|^6.0",
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
"twig/twig": "^1.34|^2.12|^3.0",
"vimeo/psalm": "^4.7"
},
@@ -918,7 +921,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.3.2"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.4.2"
},
"funding": [
{
@@ -934,7 +937,7 @@
"type": "tidelift"
}
],
"time": "2021-05-06T19:21:22+00:00"
"time": "2021-06-05T13:40:39+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
@@ -1360,16 +1363,16 @@
},
{
"name": "doctrine/migrations",
"version": "3.1.2",
"version": "3.1.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "1c2780df6b58998f411e64973cfa464ba0a06e00"
"reference": "207210c57f6c15835e8d6228075cd235bd061efc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1c2780df6b58998f411e64973cfa464ba0a06e00",
"reference": "1c2780df6b58998f411e64973cfa464ba0a06e00",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/207210c57f6c15835e8d6228075cd235bd061efc",
"reference": "207210c57f6c15835e8d6228075cd235bd061efc",
"shasum": ""
},
"require": {
@@ -1444,7 +1447,7 @@
],
"support": {
"issues": "https://github.com/doctrine/migrations/issues",
"source": "https://github.com/doctrine/migrations/tree/3.1.2"
"source": "https://github.com/doctrine/migrations/tree/3.1.4"
},
"funding": [
{
@@ -1460,20 +1463,20 @@
"type": "tidelift"
}
],
"time": "2021-04-24T12:54:34+00:00"
"time": "2021-06-15T18:57:30+00:00"
},
{
"name": "doctrine/orm",
"version": "2.9.2",
"version": "2.9.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1"
"reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/75b4b88c5b7cebc24ed7251a20c2a5aa027300e1",
"reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1",
"url": "https://api.github.com/repos/doctrine/orm/zipball/82e77cf5089a1303733f75f0f0ed01be3ab9ec22",
"reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22",
"shasum": ""
},
"require": {
@@ -1550,9 +1553,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.9.2"
"source": "https://github.com/doctrine/orm/tree/2.9.3"
},
"time": "2021-05-31T09:53:14+00:00"
"time": "2021-06-13T10:29:22+00:00"
},
{
"name": "doctrine/persistence",
@@ -2026,22 +2029,21 @@
},
{
"name": "gedmo/doctrine-extensions",
"version": "v3.0.5",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine-extensions/DoctrineExtensions.git",
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a"
"reference": "0803fa56b13cf858951599027f451738078c49f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/f956c3c4d0c0ffdc5dd879288073772e439b6c1a",
"reference": "f956c3c4d0c0ffdc5dd879288073772e439b6c1a",
"url": "https://api.github.com/repos/doctrine-extensions/DoctrineExtensions/zipball/0803fa56b13cf858951599027f451738078c49f8",
"reference": "0803fa56b13cf858951599027f451738078c49f8",
"shasum": ""
},
"require": {
"behat/transliterator": "~1.2",
"doctrine/annotations": "^1.2",
"doctrine/cache": "^1.0",
"doctrine/annotations": "^1.13",
"doctrine/collections": "^1.0",
"doctrine/common": "^2.13 || ^3.0",
"doctrine/event-manager": "^1.0",
@@ -2057,16 +2059,19 @@
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/doctrine-bundle": "^2.3",
"doctrine/mongodb-odm": "^2.0",
"doctrine/orm": "^2.6.3",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5",
"symfony/cache": "^4.4 || ^5.0",
"symfony/yaml": "^4.1"
},
"suggest": {
"doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
"doctrine/orm": "to use the extensions with the ORM"
"doctrine/orm": "to use the extensions with the ORM",
"symfony/cache": "to cache parsed annotations"
},
"type": "library",
"extra": {
@@ -2117,10 +2122,10 @@
"support": {
"email": "gediminas.morkevicius@gmail.com",
"issues": "https://github.com/doctrine-extensions/DoctrineExtensions/issues",
"source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.0.5",
"source": "https://github.com/doctrine-extensions/DoctrineExtensions/tree/v3.1.0",
"wiki": "https://github.com/Atlantic18/DoctrineExtensions/tree/main/doc"
},
"time": "2021-04-23T09:16:01+00:00"
"time": "2021-06-22T11:23:22+00:00"
},
{
"name": "imagine/imagine",
@@ -2341,28 +2346,24 @@
},
{
"name": "laminas/laminas-code",
"version": "4.3.0",
"version": "4.4.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "1beb4447f9efd26041eba7eff50614e798c353fd"
"reference": "2b0bb59ade31a045fd3ff0097dc558bb896f6596"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1beb4447f9efd26041eba7eff50614e798c353fd",
"reference": "1beb4447f9efd26041eba7eff50614e798c353fd",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/2b0bb59ade31a045fd3ff0097dc558bb896f6596",
"reference": "2b0bb59ade31a045fd3ff0097dc558bb896f6596",
"shasum": ""
},
"require": {
"laminas/laminas-eventmanager": "^3.3",
"php": "^7.4 || ~8.0.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"replace": {
"zendframework/zend-code": "self.version"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"ext-phar": "*",
@@ -2408,135 +2409,7 @@
"type": "community_bridge"
}
],
"time": "2021-05-12T12:41:03+00:00"
},
{
"name": "laminas/laminas-eventmanager",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-eventmanager.git",
"reference": "966c859b67867b179fde1eff0cd38df51472ce4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a",
"reference": "966c859b67867b179fde1eff0cd38df51472ce4a",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ^8.0"
},
"replace": {
"zendframework/zend-eventmanager": "^3.2.1"
},
"require-dev": {
"container-interop/container-interop": "^1.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-stdlib": "^2.7.3 || ^3.0",
"phpbench/phpbench": "^0.17.1",
"phpunit/phpunit": "^8.5.8"
},
"suggest": {
"container-interop/container-interop": "^1.1, to use the lazy listeners feature",
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://laminas.dev",
"keywords": [
"event",
"eventmanager",
"events",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-eventmanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-eventmanager/issues",
"rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
"source": "https://github.com/laminas/laminas-eventmanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-03-08T15:24:29+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
"psalm/plugin-phpunit": "^0.15.1",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.6"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"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"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-02-25T21:54:58+00:00"
"time": "2021-06-17T13:39:43+00:00"
},
{
"name": "liip/imagine-bundle",
@@ -8485,16 +8358,16 @@
},
{
"name": "symfony/webpack-encore-bundle",
"version": "v1.11.2",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/webpack-encore-bundle.git",
"reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969"
"reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/f282fb17ffa4839ba491eb7e3f5ffdd40c86f969",
"reference": "f282fb17ffa4839ba491eb7e3f5ffdd40c86f969",
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/9943a59f8551b7a8181e19a2b4efa60e5907c667",
"reference": "9943a59f8551b7a8181e19a2b4efa60e5907c667",
"shasum": ""
},
"require": {
@@ -8536,7 +8409,7 @@
"description": "Integration with your Symfony app & Webpack Encore!",
"support": {
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.11.2"
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v1.12.0"
},
"funding": [
{
@@ -8552,7 +8425,7 @@
"type": "tidelift"
}
],
"time": "2021-04-26T12:48:17+00:00"
"time": "2021-06-18T19:13:11+00:00"
},
{
"name": "symfony/yaml",
@@ -9133,16 +9006,16 @@
},
{
"name": "symfony/maker-bundle",
"version": "v1.31.1",
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/maker-bundle.git",
"reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a"
"reference": "702558c5fc5a27796eedad12a82bb27be76247dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/4f57a44cef0b4555043160b8bf223fcde8a7a59a",
"reference": "4f57a44cef0b4555043160b8bf223fcde8a7a59a",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/702558c5fc5a27796eedad12a82bb27be76247dc",
"reference": "702558c5fc5a27796eedad12a82bb27be76247dc",
"shasum": ""
},
"require": {
@@ -9201,7 +9074,7 @@
],
"support": {
"issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.31.1"
"source": "https://github.com/symfony/maker-bundle/tree/v1.32.0"
},
"funding": [
{
@@ -9217,7 +9090,7 @@
"type": "tidelift"
}
],
"time": "2021-05-12T14:01:20+00:00"
"time": "2021-06-18T18:00:44+00:00"
},
{
"name": "symfony/phpunit-bridge",
@@ -9387,7 +9260,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.2.5",
"php": ">=7.4",
"ext-ctype": "*",
"ext-iconv": "*"
},

+ 0
- 6
symfony.lock Voir le fichier

@@ -133,12 +133,6 @@
"laminas/laminas-code": {
"version": "4.3.0"
},
"laminas/laminas-eventmanager": {
"version": "3.3.1"
},
"laminas/laminas-zendframework-bridge": {
"version": "1.2.0"
},
"liip/imagine-bundle": {
"version": "1.8",
"recipe": {

Chargement…
Annuler
Enregistrer