Commit f3b60d71 by Julien Jorry

FIX : installation process bug on hautelook/alice-bundle fixed via composer

parent 27e2f942
...@@ -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'
...@@ -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.10.1" "version": "v1.16.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"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment