Skip to content

Commit 046c682

Browse files
authored
Moved ext-yaml to suggestions
1 parent a86dff7 commit 046c682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
}
1313
],
1414
"require": {
15-
"ext-yaml": "*",
1615
"guzzlehttp/guzzle": "^6.5|^7.0",
1716
"illuminate/macroable": "^9.35|^10.1",
1817
"illuminate/support": "^9.35|^10.1",
@@ -21,6 +20,7 @@
2120
"vierbergenlars/php-semver": "^2.1|^3.0"
2221
},
2322
"suggest": {
23+
"ext-yaml": "YAML extension is used to read or generate YAML from PHP K8s internal classes."
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)