Skip to content

Commit afede56

Browse files
thisismeonmounteverestthisismeonmounteverest
authored andcommitted
Update recipe for nelmio/alice
1 parent 7a163af commit afede56

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

config/packages/dev/nelmio_alice.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

config/packages/nelmio_alice.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
when@dev: &dev
2+
nelmio_alice:
3+
functions_blacklist:
4+
- 'current'
5+
- 'shuffle'
6+
- 'date'
7+
- 'time'
8+
- 'file'
9+
- 'md5'
10+
- 'sha1'
11+
12+
when@test: *dev

config/packages/test/nelmio_alice.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

symfony.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,16 +280,15 @@
280280
"version": "1.10.2"
281281
},
282282
"nelmio/alice": {
283-
"version": "3.2",
283+
"version": "3.14",
284284
"recipe": {
285285
"repo": "github.com/symfony/recipes",
286-
"branch": "master",
287-
"version": "3.2",
288-
"ref": "0b9900ece737bec7752e4155c0164639dd9b0cb0"
286+
"branch": "main",
287+
"version": "3.3",
288+
"ref": "42b52d2065dc3fde27912d502c18ca1926e35ae2"
289289
},
290290
"files": [
291-
"./config/packages/dev/nelmio_alice.yaml",
292-
"./config/packages/test/nelmio_alice.yaml"
291+
"config/packages/nelmio_alice.yaml"
293292
]
294293
},
295294
"nelmio/cors-bundle": {

0 commit comments

Comments
 (0)