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
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
5 deletions
+26
-5
composer.lock
composer.lock
+0
-0
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
This diff is collapsed.
Click to expand it.
config/packages/dev/nelmio_alice.yaml
View file @
f3b60d71
...
...
@@ -2,3 +2,9 @@ nelmio_alice:
locale
:
'
fr_FR'
functions_blacklist
:
-
'
current'
-
'
shuffle'
-
'
date'
-
'
time'
-
'
file'
-
'
md5'
-
'
sha1'
fixtures/.gitignore
0 → 100644
View file @
f3b60d71
symfony.lock
View file @
f3b60d71
...
...
@@ -98,6 +98,9 @@
"doctrine/dbal": {
"version": "v2.8.0"
},
"doctrine/deprecations": {
"version": "v0.5.3"
},
"doctrine/doctrine-bundle": {
"version": "2.0",
"recipe": {
...
...
@@ -171,7 +174,7 @@
"version": "v4.13.0"
},
"fakerphp/faker": {
"version": "v1.1
0.1
"
"version": "v1.1
6.0
"
},
"fig/link-util": {
"version": "1.0.0"
...
...
@@ -239,8 +242,13 @@
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.1",
"ref": "71822522faf7ed2792d86b7f94ce73443358ccb9"
}
"ref": "ff94d76b2ec0c552b5d67d401f59ab8fd62f3d5f"
},
"files": [
"config/packages/dev/hautelook_alice.yaml",
"config/packages/test/hautelook_alice.yaml",
"fixtures/.gitignore"
]
},
"hoa/compiler": {
"version": "3.17.08.08"
...
...
@@ -404,8 +412,12 @@
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "3.2",
"ref": "aaf440eb4d289ead8e2ef986c4f25c97fffec4ac"
}
"ref": "0b9900ece737bec7752e4155c0164639dd9b0cb0"
},
"files": [
"config/packages/dev/nelmio_alice.yaml",
"config/packages/test/nelmio_alice.yaml"
]
},
"nelmio/api-doc-bundle": {
"version": "3.0",
...
...
@@ -964,6 +976,9 @@
"symfony/polyfill-php80": {
"version": "v1.17.0"
},
"symfony/polyfill-php81": {
"version": "v1.23.0"
},
"symfony/process": {
"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