WIP: Add a ticketing app for Chill #21

Draft
julienfastre wants to merge 49 commits from ticket-app-master into main
4 changed files with 17 additions and 17 deletions
Showing only changes of commit 93d0e13f81 - Show all commits

View File

@ -1,9 +0,0 @@
nelmio_alice:
functions_blacklist:
- 'current'
- 'shuffle'
- 'date'
- 'time'
- 'file'
- 'md5'
- 'sha1'

View File

@ -0,0 +1,12 @@
when@dev: &dev
nelmio_alice:
functions_blacklist:
- 'current'
- 'shuffle'
- 'date'
- 'time'
- 'file'
- 'md5'
- 'sha1'
when@test: *dev

View File

@ -1,2 +0,0 @@
imports:
- { resource: ../dev/nelmio_alice.yaml }

View File

@ -223,16 +223,15 @@
"version": "1.7.7"
},
"nelmio/alice": {
"version": "3.2",
"version": "3.12",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "3.2",
"ref": "0b9900ece737bec7752e4155c0164639dd9b0cb0"
"branch": "main",
"version": "3.3",
"ref": "42b52d2065dc3fde27912d502c18ca1926e35ae2"
},
"files": [
"config/packages/dev/nelmio_alice.yaml",
"config/packages/test/nelmio_alice.yaml"
"config/packages/nelmio_alice.yaml"
]
},
"nikic/php-parser": {