Skip to content

Commit cbd9a66

Browse files
dependabot[bot]cuppett
authored andcommitted
Update symfony/process requirement from ^6.0|^7.0 to ^7.3.0 (#6)
--- updated-dependencies: - dependency-name: symfony/process dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e31c364 commit cbd9a66

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@
2929
"illuminate/macroable": "^11.0|^12.0",
3030
"illuminate/support": "^11.0|^12.0",
3131
"ratchet/pawl": "^0.4.1",
32-
"symfony/process": "^7.0",
33-
"composer/semver": "^3.4"
32+
"symfony/process": "^7.3.0",
33+
"composer/semver": "^3.4",
34+
"ext-json": "*"
3435
},
3536
"suggest": {
3637
"ext-yaml": "YAML extension is used to read or generate YAML from PHP K8s internal classes."

0 commit comments

Comments
 (0)