Skip to content

Commit 2cf994d

Browse files
recchiaPiero Recchiacebe
authored
Add support for Symfony/YAML 4.4 (#61)
* Add support for Symfony/YAML 4.4 Co-authored-by: Piero Recchia <[email protected]> Co-authored-by: Carsten Brandt <[email protected]>
1 parent 4cb5b10 commit 2cf994d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": ">=7.1.0",
2222
"ext-json": "*",
23-
"symfony/yaml": "^3.0 | ~4.0.0 | ~4.1.0 | ~4.2.0 | ~4.3.0 | ^5.0",
23+
"symfony/yaml": "^3.0 | ^4.0 | ^5.0",
2424
"justinrainbow/json-schema": "^5.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)