Skip to content

Commit 244489b

Browse files
Update symfony/process requirement from ^5.4 to ^7.2
Updates the requirements on [symfony/process](https://github.com/symfony/process) to permit the latest version. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md) - [Commits](symfony/process@v5.4.0...v7.2.0) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ebd96a5 commit 244489b

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
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=8.1",
88
"cakephp/cakephp": "^5.0.0",
9-
"symfony/process": "^5.4"
9+
"symfony/process": "^7.2"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^10.1",

0 commit comments

Comments
 (0)