Skip to content

Commit

Permalink
[Yaml] Deprecate tags using colon
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN authored and xabbuh committed Aug 4, 2017
1 parent 43cc1b7 commit 1f8902e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tests/Fixtures/yaml/services2.yml
Expand Up @@ -5,7 +5,7 @@ parameters:
- false
- 0
- 1000.3
- !php/const:PHP_INT_MAX
- !php/const PHP_INT_MAX
bar: foo
escape: '@@escapeme'
foo_bar: '@foo_bar'
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -20,7 +20,7 @@
"psr/container": "^1.0"
},
"require-dev": {
"symfony/yaml": "~3.3|~4.0",
"symfony/yaml": "~3.4|~4.0",
"symfony/config": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0"
},
Expand All @@ -35,7 +35,7 @@
"symfony/config": "<3.3.1",
"symfony/finder": "<3.3",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.3"
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0"
Expand Down

0 comments on commit 1f8902e

Please sign in to comment.