We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5e47e commit 536f8d0Copy full SHA for 536f8d0
2 files changed
README.md
@@ -26,7 +26,7 @@ A simple decode/encode solution for json / jsonx / url-encoded / xml / yaml.
26
## Requirements
27
28
* php: ^8.3
29
- * symfony/yaml: ^5.4.45|^6.4.18|^7.2
+ * symfony/yaml: ^6.4.30|^7.4.1|^8.0.1
30
31
## Suggest
32
composer.json
@@ -23,7 +23,7 @@
23
"ext-dom": "*",
24
"ext-json": "*",
25
"ext-mbstring": "*",
- "symfony/yaml": "^5.4.45|^6.4.26|^7.4"
+ "symfony/yaml": "^6.4.30|^7.4.1|^8.0.1"
},
"require-dev": {
"chubbyphp/chubbyphp-container": "^2.2",
0 commit comments