Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
f3b60d71
Commit
f3b60d71
authored
Oct 03, 2021
by
Julien Jorry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX : installation process bug on hautelook/alice-bundle fixed via composer
parent
27e2f942
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
361 additions
and
210 deletions
+361
-210
composer.lock
composer.lock
+335
-205
nelmio_alice.yaml
config/packages/dev/nelmio_alice.yaml
+6
-0
.gitignore
fixtures/.gitignore
+0
-0
symfony.lock
symfony.lock
+20
-5
No files found.
composer.lock
View file @
f3b60d71
...
@@ -830,16 +830,16 @@
...
@@ -830,16 +830,16 @@
},
},
{
{
"name": "doctrine/cache",
"name": "doctrine/cache",
"version": "1.1
0.2
",
"version": "1.1
2.1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"url": "https://github.com/doctrine/cache.git",
"reference": "
13e3381b25847283a91948d04640543941309727
"
"reference": "
4cf401d14df219fa6f38b671f5493449151c9ad8
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
13e3381b25847283a91948d04640543941309727
",
"url": "https://api.github.com/repos/doctrine/cache/zipball/
4cf401d14df219fa6f38b671f5493449151c9ad8
",
"reference": "
13e3381b25847283a91948d04640543941309727
",
"reference": "
4cf401d14df219fa6f38b671f5493449151c9ad8
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -850,20 +850,19 @@
...
@@ -850,20 +850,19 @@
},
},
"require-dev": {
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^8.0",
"mongodb/mongodb": "^1.1",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0"
"predis/predis": "~1.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
},
},
"suggest": {
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
},
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
...
@@ -922,30 +921,30 @@
...
@@ -922,30 +921,30 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "202
0-07-07T18:54:0
1+00:00"
"time": "202
1-07-17T14:39:2
1+00:00"
},
},
{
{
"name": "doctrine/collections",
"name": "doctrine/collections",
"version": "1.6.
7
",
"version": "1.6.
8
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"url": "https://github.com/doctrine/collections.git",
"reference": "
55f8b799269a1a472457bd1a41b4f379d4cfba4a
"
"reference": "
1958a744696c6bb3bb0d28db2611dc11610e78af
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
55f8b799269a1a472457bd1a41b4f379d4cfba4a
",
"url": "https://api.github.com/repos/doctrine/collections/zipball/
1958a744696c6bb3bb0d28db2611dc11610e78af
",
"reference": "
55f8b799269a1a472457bd1a41b4f379d4cfba4a
",
"reference": "
1958a744696c6bb3bb0d28db2611dc11610e78af
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.1.3 || ^8.0"
"php": "^7.1.3 || ^8.0"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^
6
.0",
"doctrine/coding-standard": "^
9
.0",
"phpstan/phpstan
-shim": "^0.9.
2",
"phpstan/phpstan
": "^0.1
2",
"phpunit/phpunit": "^7.
0
",
"phpunit/phpunit": "^7.
5 || ^8.5 || ^9.1.5
",
"vimeo/psalm": "^
3.8
.1"
"vimeo/psalm": "^
4.2
.1"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -987,7 +986,7 @@
...
@@ -987,7 +986,7 @@
"iterators",
"iterators",
"php"
"php"
],
],
"time": "202
0-07-27T17:53:49
+00:00"
"time": "202
1-08-10T18:51:53
+00:00"
},
},
{
{
"name": "doctrine/common",
"name": "doctrine/common",
...
@@ -1161,32 +1160,35 @@
...
@@ -1161,32 +1160,35 @@
},
},
{
{
"name": "doctrine/dbal",
"name": "doctrine/dbal",
"version": "2.1
2.1
",
"version": "2.1
3.4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "
adce7a954a1c2f14f85e94aed90c8489af204086
"
"reference": "
2411a55a2a628e6d8dd598388ab13474802c7b6e
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
adce7a954a1c2f14f85e94aed90c8489af204086
",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/
2411a55a2a628e6d8dd598388ab13474802c7b6e
",
"reference": "
adce7a954a1c2f14f85e94aed90c8489af204086
",
"reference": "
2411a55a2a628e6d8dd598388ab13474802c7b6e
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"doctrine/cache": "^1.0",
"doctrine/cache": "^1.0|^2.0",
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"ext-pdo": "*",
"php": "^7.
3
|| ^8"
"php": "^7.
1
|| ^8"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^8.1",
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "^0.12.40",
"phpstan/phpstan": "0.12.99",
"phpunit/phpunit": "^9.4",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "^0.10.0",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "
^3.17.2
"
"vimeo/psalm": "
4.10.0
"
},
},
"suggest": {
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
"symfony/console": "For helpful console commands such as SQL execution and import of files."
...
@@ -1195,11 +1197,6 @@
...
@@ -1195,11 +1197,6 @@
"bin/doctrine-dbal"
"bin/doctrine-dbal"
],
],
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
...
@@ -1264,7 +1261,46 @@
...
@@ -1264,7 +1261,46 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2020-11-14T20:26:58+00:00"
"time": "2021-10-02T15:59:26+00:00"
},
{
"name": "doctrine/deprecations",
"version": "v0.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"time": "2021-03-21T12:59:47+00:00"
},
},
{
{
"name": "doctrine/doctrine-bundle",
"name": "doctrine/doctrine-bundle",
...
@@ -1719,26 +1755,26 @@
...
@@ -1719,26 +1755,26 @@
},
},
{
{
"name": "doctrine/inflector",
"name": "doctrine/inflector",
"version": "1.4.
3
",
"version": "1.4.
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "4
650c8b30c753a76bf44fb2ed00117d6f367490c
"
"reference": "4
bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4
650c8b30c753a76bf44fb2ed00117d6f367490c
",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4
bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9
",
"reference": "4
650c8b30c753a76bf44fb2ed00117d6f367490c
",
"reference": "4
bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.
2
|| ^8.0"
"php": "^7.
1
|| ^8.0"
},
},
"require-dev": {
"require-dev": {
"doctrine/coding-standard": "^
7
.0",
"doctrine/coding-standard": "^
8
.0",
"phpstan/phpstan": "^0.1
1
",
"phpstan/phpstan": "^0.1
2
",
"phpstan/phpstan-phpunit": "^0.1
1
",
"phpstan/phpstan-phpunit": "^0.1
2
",
"phpstan/phpstan-strict-rules": "^0.1
1
",
"phpstan/phpstan-strict-rules": "^0.1
2
",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
},
"type": "library",
"type": "library",
...
@@ -1807,7 +1843,7 @@
...
@@ -1807,7 +1843,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "202
0-05-29T07:19:59
+00:00"
"time": "202
1-04-16T17:34:40
+00:00"
},
},
{
{
"name": "doctrine/instantiator",
"name": "doctrine/instantiator",
...
@@ -2499,20 +2535,22 @@
...
@@ -2499,20 +2535,22 @@
},
},
{
{
"name": "fakerphp/faker",
"name": "fakerphp/faker",
"version": "v1.1
3
.0",
"version": "v1.1
6
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
"url": "https://github.com/FakerPHP/Faker.git",
"reference": "
ab3f5364d01f2c2c16113442fb987d26e4004913
"
"reference": "
271d384d216e5e5c468a6b28feedf95d49f83b35
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/
ab3f5364d01f2c2c16113442fb987d26e4004913
",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/
271d384d216e5e5c468a6b28feedf95d49f83b35
",
"reference": "
ab3f5364d01f2c2c16113442fb987d26e4004913
",
"reference": "
271d384d216e5e5c468a6b28feedf95d49f83b35
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": "^7.1 || ^8.0"
"php": "^7.1 || ^8.0",
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.2"
},
},
"conflict": {
"conflict": {
"fzaninotto/faker": "*"
"fzaninotto/faker": "*"
...
@@ -2520,9 +2558,20 @@
...
@@ -2520,9 +2558,20 @@
"require-dev": {
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-intl": "*",
"ext-intl": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
"symfony/phpunit-bridge": "^4.4 || ^5.2"
},
"suggest": {
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality."
},
},
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "v1.16-dev"
}
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Faker\\": "src/Faker/"
"Faker\\": "src/Faker/"
...
@@ -2543,7 +2592,7 @@
...
@@ -2543,7 +2592,7 @@
"faker",
"faker",
"fixtures"
"fixtures"
],
],
"time": "202
0-12-18T16:50:48
+00:00"
"time": "202
1-09-06T14:53:37
+00:00"
},
},
{
{
"name": "fig/link-util",
"name": "fig/link-util",
...
@@ -3464,12 +3513,12 @@
...
@@ -3464,12 +3513,12 @@
"version": "2.9.0",
"version": "2.9.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/
hautelook
/AliceBundle.git",
"url": "https://github.com/
theofidry
/AliceBundle.git",
"reference": "17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f"
"reference": "17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/
hautelook
/AliceBundle/zipball/17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f",
"url": "https://api.github.com/repos/
theofidry
/AliceBundle/zipball/17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f",
"reference": "17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f",
"reference": "17c5199b2a6efbc1383b0afe1cddfa3c176b7b6f",
"shasum": ""
"shasum": ""
},
},
...
@@ -3538,12 +3587,12 @@
...
@@ -3538,12 +3587,12 @@
"version": "1.2.4",
"version": "1.2.4",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/
avalanche123
/Imagine.git",
"url": "https://github.com/
php-imagine
/Imagine.git",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/
avalanche123
/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"url": "https://api.github.com/repos/
php-imagine
/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8",
"shasum": ""
"shasum": ""
},
},
...
@@ -5423,16 +5472,16 @@
...
@@ -5423,16 +5472,16 @@
},
},
{
{
"name": "nelmio/alice",
"name": "nelmio/alice",
"version": "v3.8.
0
",
"version": "v3.8.
2
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/nelmio/alice.git",
"url": "https://github.com/nelmio/alice.git",
"reference": "
c019cf4b3c92f987d33ebc5d01b81f51a8973774
"
"reference": "
b57f4c6f039baa72e2bd5b75fd8de77e1b9228e3
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/nelmio/alice/zipball/
c019cf4b3c92f987d33ebc5d01b81f51a8973774
",
"url": "https://api.github.com/repos/nelmio/alice/zipball/
b57f4c6f039baa72e2bd5b75fd8de77e1b9228e3
",
"reference": "
c019cf4b3c92f987d33ebc5d01b81f51a8973774
",
"reference": "
b57f4c6f039baa72e2bd5b75fd8de77e1b9228e3
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -5505,7 +5554,7 @@
...
@@ -5505,7 +5554,7 @@
"type": "github"
"type": "github"
}
}
],
],
"time": "2021-0
1-13T11:40:5
9+00:00"
"time": "2021-0
2-27T19:13:0
9+00:00"
},
},
{
{
"name": "nelmio/api-doc-bundle",
"name": "nelmio/api-doc-bundle",
...
@@ -6861,27 +6910,22 @@
...
@@ -6861,27 +6910,22 @@
},
},
{
{
"name": "psr/container",
"name": "psr/container",
"version": "1.
0.0
",
"version": "1.
1.1
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/php-fig/container.git",
"url": "https://github.com/php-fig/container.git",
"reference": "
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f"
"reference": "
8622567409010282b7aeebe4bb841fe98b58dca
f"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f",
"url": "https://api.github.com/repos/php-fig/container/zipball/
8622567409010282b7aeebe4bb841fe98b58dca
f",
"reference": "
b7ce3b176482dbbc1245ebf52b181af44c2cf55
f",
"reference": "
8622567409010282b7aeebe4bb841fe98b58dca
f",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=
5.3
.0"
"php": ">=
7.2
.0"
},
},
"type": "library",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"autoload": {
"psr-4": {
"psr-4": {
"Psr\\Container\\": "src/"
"Psr\\Container\\": "src/"
...
@@ -6894,7 +6938,7 @@
...
@@ -6894,7 +6938,7 @@
"authors": [
"authors": [
{
{
"name": "PHP-FIG",
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "http
s
://www.php-fig.org/"
}
}
],
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"description": "Common Container Interface (PHP FIG PSR-11)",
...
@@ -6906,7 +6950,7 @@
...
@@ -6906,7 +6950,7 @@
"container-interop",
"container-interop",
"psr"
"psr"
],
],
"time": "20
17-02-14T16:28:37
+00:00"
"time": "20
21-03-05T17:36:06
+00:00"
},
},
{
{
"name": "psr/http-client",
"name": "psr/http-client",
...
@@ -7113,16 +7157,16 @@
...
@@ -7113,16 +7157,16 @@
},
},
{
{
"name": "psr/log",
"name": "psr/log",
"version": "1.1.
3
",
"version": "1.1.
4
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/php-fig/log.git",
"url": "https://github.com/php-fig/log.git",
"reference": "
0f73288fd15629204f9d42b7055f72dacbe811fc
"
"reference": "
d49695b909c3b7628b6289db5479a1c204601f11
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/
0f73288fd15629204f9d42b7055f72dacbe811fc
",
"url": "https://api.github.com/repos/php-fig/log/zipball/
d49695b909c3b7628b6289db5479a1c204601f11
",
"reference": "
0f73288fd15629204f9d42b7055f72dacbe811fc
",
"reference": "
d49695b909c3b7628b6289db5479a1c204601f11
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -7146,7 +7190,7 @@
...
@@ -7146,7 +7190,7 @@
"authors": [
"authors": [
{
{
"name": "PHP-FIG",
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
"homepage": "http
s
://www.php-fig.org/"
}
}
],
],
"description": "Common interface for logging libraries",
"description": "Common interface for logging libraries",
...
@@ -7156,7 +7200,7 @@
...
@@ -7156,7 +7200,7 @@
"psr",
"psr",
"psr-3"
"psr-3"
],
],
"time": "202
0-03-23T09:12:05
+00:00"
"time": "202
1-05-03T11:20:27
+00:00"
},
},
{
{
"name": "psr/simple-cache",
"name": "psr/simple-cache",
...
@@ -9973,22 +10017,24 @@
...
@@ -9973,22 +10017,24 @@
},
},
{
{
"name": "symfony/config",
"name": "symfony/config",
"version": "v4.4.
19
",
"version": "v4.4.
30
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/config.git",
"url": "https://github.com/symfony/config.git",
"reference": "
2c4c7827a7e143f5cf375666641b0f448eab8802
"
"reference": "
d9ea72de055cd822e5228ff898e2aad2f52f76b0
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/
2c4c7827a7e143f5cf375666641b0f448eab8802
",
"url": "https://api.github.com/repos/symfony/config/zipball/
d9ea72de055cd822e5228ff898e2aad2f52f76b0
",
"reference": "
2c4c7827a7e143f5cf375666641b0f448eab8802
",
"reference": "
d9ea72de055cd822e5228ff898e2aad2f52f76b0
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8"
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
},
},
"conflict": {
"conflict": {
"symfony/finder": "<3.4"
"symfony/finder": "<3.4"
...
@@ -10042,7 +10088,7 @@
...
@@ -10042,7 +10088,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-27T09:09:26
+00:00"
"time": "2021-0
8-04T20:31:23
+00:00"
},
},
{
{
"name": "symfony/console",
"name": "symfony/console",
...
@@ -10198,21 +10244,22 @@
...
@@ -10198,21 +10244,22 @@
},
},
{
{
"name": "symfony/dependency-injection",
"name": "symfony/dependency-injection",
"version": "v4.4.
19
",
"version": "v4.4.
31
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "
2468b95d869c872c6fb1b93b395a7fcd5331f2b9
"
"reference": "
75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/
2468b95d869c872c6fb1b93b395a7fcd5331f2b9
",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/
75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4
",
"reference": "
2468b95d869c872c6fb1b93b395a7fcd5331f2b9
",
"reference": "
75dd7094870feaa5be9ed2b6b1efcfc2b7d3b9b4
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"psr/container": "^1.0",
"psr/container": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1.6|^2"
"symfony/service-contracts": "^1.1.6|^2"
},
},
"conflict": {
"conflict": {
...
@@ -10223,12 +10270,12 @@
...
@@ -10223,12 +10270,12 @@
},
},
"provide": {
"provide": {
"psr/container-implementation": "1.0",
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0"
"symfony/service-implementation": "1.0
|2.0
"
},
},
"require-dev": {
"require-dev": {
"symfony/config": "^4.3",
"symfony/config": "^4.3",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/yaml": "^
3.4|^4.0
|^5.0"
"symfony/yaml": "^
4.4
|^5.0"
},
},
"suggest": {
"suggest": {
"symfony/config": "",
"symfony/config": "",
...
@@ -10276,20 +10323,84 @@
...
@@ -10276,20 +10323,84 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-01-27T09:09:26+00:00"
"time": "2021-09-21T06:20:06+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"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-09-07T11:33:47+00:00"
},
},
{
{
"name": "symfony/doctrine-bridge",
"name": "symfony/doctrine-bridge",
"version": "v4.4.
19
",
"version": "v4.4.
31
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
"url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "
a908956f818918488a8705aca534cd4b7e070774
"
"reference": "
5129c19ad55f28e52b84954f7e35d842f0134d59
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/
a908956f818918488a8705aca534cd4b7e070774
",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/
5129c19ad55f28e52b84954f7e35d842f0134d59
",
"reference": "
a908956f818918488a8705aca534cd4b7e070774
",
"reference": "
5129c19ad55f28e52b84954f7e35d842f0134d59
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -10298,9 +10409,12 @@
...
@@ -10298,9 +10409,12 @@
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2"
"symfony/service-contracts": "^1.1|^2"
},
},
"conflict": {
"conflict": {
"doctrine/dbal": "<2.7",
"doctrine/orm": "<2.6.3",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/form": "<4.4",
"symfony/form": "<4.4",
...
@@ -10312,10 +10426,9 @@
...
@@ -10312,10 +10426,9 @@
"require-dev": {
"require-dev": {
"composer/package-versions-deprecated": "^1.8",
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.10.4",
"doctrine/annotations": "^1.10.4",
"doctrine/cache": "~1.6",
"doctrine/collections": "~1.0",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "^2.
6
|^3.0",
"doctrine/dbal": "^2.
7
|^3.0",
"doctrine/orm": "^2.6.3",
"doctrine/orm": "^2.6.3",
"symfony/config": "^4.2|^5.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
...
@@ -10379,7 +10492,7 @@
...
@@ -10379,7 +10492,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-27T09:09:34
+00:00"
"time": "2021-0
9-01T12:46:02
+00:00"
},
},
{
{
"name": "symfony/dotenv",
"name": "symfony/dotenv",
...
@@ -10731,21 +10844,22 @@
...
@@ -10731,21 +10844,22 @@
},
},
{
{
"name": "symfony/filesystem",
"name": "symfony/filesystem",
"version": "v4.4.
19
",
"version": "v4.4.
27
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "
83a6feed14846d2d9f3916adbaf838819e4e3380
"
"reference": "
517fb795794faf29086a77d99eb8f35e457837a7
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
83a6feed14846d2d9f3916adbaf838819e4e3380
",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/
517fb795794faf29086a77d99eb8f35e457837a7
",
"reference": "
83a6feed14846d2d9f3916adbaf838819e4e3380
",
"reference": "
517fb795794faf29086a77d99eb8f35e457837a7
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -10786,24 +10900,25 @@
...
@@ -10786,24 +10900,25 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-27T09:09:26
+00:00"
"time": "2021-0
7-21T12:19:41
+00:00"
},
},
{
{
"name": "symfony/finder",
"name": "symfony/finder",
"version": "v4.4.
19
",
"version": "v4.4.
30
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/finder.git",
"url": "https://github.com/symfony/finder.git",
"reference": "
25d79cfccfc12e84e7a63a248c3f0720fdd92d
b6"
"reference": "
70362f1e112280d75b30087c7598b837c1b468
b6"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/
25d79cfccfc12e84e7a63a248c3f0720fdd92d
b6",
"url": "https://api.github.com/repos/symfony/finder/zipball/
70362f1e112280d75b30087c7598b837c1b468
b6",
"reference": "
25d79cfccfc12e84e7a63a248c3f0720fdd92d
b6",
"reference": "
70362f1e112280d75b30087c7598b837c1b468
b6",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3"
"php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -10844,7 +10959,7 @@
...
@@ -10844,7 +10959,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-27T09:09:26
+00:00"
"time": "2021-0
8-04T20:31:23
+00:00"
},
},
{
{
"name": "symfony/flex",
"name": "symfony/flex",
...
@@ -11392,21 +11507,22 @@
...
@@ -11392,21 +11507,22 @@
},
},
{
{
"name": "symfony/inflector",
"name": "symfony/inflector",
"version": "v4.4.
19
",
"version": "v4.4.
27
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/inflector.git",
"url": "https://github.com/symfony/inflector.git",
"reference": "
a8691d012fb449ba49363a3b3e3e743f354f7d56
"
"reference": "
2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/inflector/zipball/
a8691d012fb449ba49363a3b3e3e743f354f7d56
",
"url": "https://api.github.com/repos/symfony/inflector/zipball/
2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284
",
"reference": "
a8691d012fb449ba49363a3b3e3e743f354f7d56
",
"reference": "
2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
},
"type": "library",
"type": "library",
"autoload": {
"autoload": {
...
@@ -11455,7 +11571,8 @@
...
@@ -11455,7 +11571,8 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-01-24T23:44:26+00:00"
"abandoned": "use `EnglishInflector` from the String component instead",
"time": "2021-07-21T12:19:41+00:00"
},
},
{
{
"name": "symfony/intl",
"name": "symfony/intl",
...
@@ -12204,16 +12321,16 @@
...
@@ -12204,16 +12321,16 @@
},
},
{
{
"name": "symfony/polyfill-mbstring",
"name": "symfony/polyfill-mbstring",
"version": "v1.2
2
.1",
"version": "v1.2
3
.1",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab1
"
"reference": "
9174a3d80210dca8daa7f31fec659150bbeabfc6
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
5232de97ee3b75b0360528dae24e73db49566ab1
",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/
9174a3d80210dca8daa7f31fec659150bbeabfc6
",
"reference": "
5232de97ee3b75b0360528dae24e73db49566ab1
",
"reference": "
9174a3d80210dca8daa7f31fec659150bbeabfc6
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
...
@@ -12225,7 +12342,7 @@
...
@@ -12225,7 +12342,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-main": "1.2
2
-dev"
"dev-main": "1.2
3
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/polyfill",
"name": "symfony/polyfill",
...
@@ -12277,7 +12394,7 @@
...
@@ -12277,7 +12394,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-22T09:19:47
+00:00"
"time": "2021-0
5-27T12:26:48
+00:00"
},
},
{
{
"name": "symfony/polyfill-php72",
"name": "symfony/polyfill-php72",
...
@@ -12509,6 +12626,82 @@
...
@@ -12509,6 +12626,82 @@
"time": "2021-01-07T16:49:33+00:00"
"time": "2021-01-07T16:49:33+00:00"
},
},
{
{
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"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": "2021-05-21T13:25:03+00:00"
},
{
"name": "symfony/process",
"name": "symfony/process",
"version": "v4.4.19",
"version": "v4.4.19",
"source": {
"source": {
...
@@ -12568,21 +12761,22 @@
...
@@ -12568,21 +12761,22 @@
},
},
{
{
"name": "symfony/property-access",
"name": "symfony/property-access",
"version": "v4.4.
19
",
"version": "v4.4.
30
",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/property-access.git",
"url": "https://github.com/symfony/property-access.git",
"reference": "
94a1d9837396c71a0d8c31686c16693a15651622
"
"reference": "
727edd3a5fd2feca1562e0f2520ed6888805c0fa
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/
94a1d9837396c71a0d8c31686c16693a15651622
",
"url": "https://api.github.com/repos/symfony/property-access/zipball/
727edd3a5fd2feca1562e0f2520ed6888805c0fa
",
"reference": "
94a1d9837396c71a0d8c31686c16693a15651622
",
"reference": "
727edd3a5fd2feca1562e0f2520ed6888805c0fa
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.1.3",
"php": ">=7.1.3",
"symfony/inflector": "^3.4|^4.0|^5.0"
"symfony/inflector": "^3.4|^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
},
},
"require-dev": {
"require-dev": {
"symfony/cache": "^3.4|^4.0|^5.0"
"symfony/cache": "^3.4|^4.0|^5.0"
...
@@ -12640,7 +12834,7 @@
...
@@ -12640,7 +12834,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "2021-0
1-27T09:09:26
+00:00"
"time": "2021-0
8-09T12:05:14
+00:00"
},
},
{
{
"name": "symfony/property-info",
"name": "symfony/property-info",
...
@@ -13469,21 +13663,21 @@
...
@@ -13469,21 +13663,21 @@
},
},
{
{
"name": "symfony/service-contracts",
"name": "symfony/service-contracts",
"version": "v2.
2
.0",
"version": "v2.
4
.0",
"source": {
"source": {
"type": "git",
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "
d15da7ba4957ffb8f1747218be9e1a121fd298a1
"
"reference": "
f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb
"
},
},
"dist": {
"dist": {
"type": "zip",
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
d15da7ba4957ffb8f1747218be9e1a121fd298a1
",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/
f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb
",
"reference": "
d15da7ba4957ffb8f1747218be9e1a121fd298a1
",
"reference": "
f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb
",
"shasum": ""
"shasum": ""
},
},
"require": {
"require": {
"php": ">=7.2.5",
"php": ">=7.2.5",
"psr/container": "^1.
0
"
"psr/container": "^1.
1
"
},
},
"suggest": {
"suggest": {
"symfony/service-implementation": ""
"symfony/service-implementation": ""
...
@@ -13491,7 +13685,7 @@
...
@@ -13491,7 +13685,7 @@
"type": "library",
"type": "library",
"extra": {
"extra": {
"branch-alias": {
"branch-alias": {
"dev-ma
ster": "2.2
-dev"
"dev-ma
in": "2.4
-dev"
},
},
"thanks": {
"thanks": {
"name": "symfony/contracts",
"name": "symfony/contracts",
...
@@ -13541,7 +13735,7 @@
...
@@ -13541,7 +13735,7 @@
"type": "tidelift"
"type": "tidelift"
}
}
],
],
"time": "202
0-09-07T11:33:47
+00:00"
"time": "202
1-04-01T10:43:52
+00:00"
},
},
{
{
"name": "symfony/stopwatch",
"name": "symfony/stopwatch",
...
@@ -18481,70 +18675,6 @@
...
@@ -18481,70 +18675,6 @@
"time": "2020-10-19T08:51:51+00:00"
"time": "2020-10-19T08:51:51+00:00"
},
},
{
{
"name": "symfony/deprecation-contracts",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"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-09-07T11:33:47+00:00"
},
{
"name": "symfony/dom-crawler",
"name": "symfony/dom-crawler",
"version": "v4.4.19",
"version": "v4.4.19",
"source": {
"source": {
...
...
config/packages/dev/nelmio_alice.yaml
View file @
f3b60d71
...
@@ -2,3 +2,9 @@ nelmio_alice:
...
@@ -2,3 +2,9 @@ nelmio_alice:
locale
:
'
fr_FR'
locale
:
'
fr_FR'
functions_blacklist
:
functions_blacklist
:
-
'
current'
-
'
current'
-
'
shuffle'
-
'
date'
-
'
time'
-
'
file'
-
'
md5'
-
'
sha1'
fixtures/.gitignore
0 → 100644
View file @
f3b60d71
symfony.lock
View file @
f3b60d71
...
@@ -98,6 +98,9 @@
...
@@ -98,6 +98,9 @@
"doctrine/dbal": {
"doctrine/dbal": {
"version": "v2.8.0"
"version": "v2.8.0"
},
},
"doctrine/deprecations": {
"version": "v0.5.3"
},
"doctrine/doctrine-bundle": {
"doctrine/doctrine-bundle": {
"version": "2.0",
"version": "2.0",
"recipe": {
"recipe": {
...
@@ -171,7 +174,7 @@
...
@@ -171,7 +174,7 @@
"version": "v4.13.0"
"version": "v4.13.0"
},
},
"fakerphp/faker": {
"fakerphp/faker": {
"version": "v1.1
0.1
"
"version": "v1.1
6.0
"
},
},
"fig/link-util": {
"fig/link-util": {
"version": "1.0.0"
"version": "1.0.0"
...
@@ -239,8 +242,13 @@
...
@@ -239,8 +242,13 @@
"repo": "github.com/symfony/recipes",
"repo": "github.com/symfony/recipes",
"branch": "master",
"branch": "master",
"version": "2.1",
"version": "2.1",
"ref": "71822522faf7ed2792d86b7f94ce73443358ccb9"
"ref": "ff94d76b2ec0c552b5d67d401f59ab8fd62f3d5f"
}
},
"files": [
"config/packages/dev/hautelook_alice.yaml",
"config/packages/test/hautelook_alice.yaml",
"fixtures/.gitignore"
]
},
},
"hoa/compiler": {
"hoa/compiler": {
"version": "3.17.08.08"
"version": "3.17.08.08"
...
@@ -404,8 +412,12 @@
...
@@ -404,8 +412,12 @@
"repo": "github.com/symfony/recipes",
"repo": "github.com/symfony/recipes",
"branch": "master",
"branch": "master",
"version": "3.2",
"version": "3.2",
"ref": "aaf440eb4d289ead8e2ef986c4f25c97fffec4ac"
"ref": "0b9900ece737bec7752e4155c0164639dd9b0cb0"
}
},
"files": [
"config/packages/dev/nelmio_alice.yaml",
"config/packages/test/nelmio_alice.yaml"
]
},
},
"nelmio/api-doc-bundle": {
"nelmio/api-doc-bundle": {
"version": "3.0",
"version": "3.0",
...
@@ -964,6 +976,9 @@
...
@@ -964,6 +976,9 @@
"symfony/polyfill-php80": {
"symfony/polyfill-php80": {
"version": "v1.17.0"
"version": "v1.17.0"
},
},
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/process": {
"symfony/process": {
"version": "v4.1.7"
"version": "v4.1.7"
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment