Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit afebde2

Browse files
authoredNov 1, 2024··
Update symfony/process requirement from ^5.4 to ^7.1
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.1/CHANGELOG.md) - [Commits](symfony/process@v5.4.0...v7.1.6) --- updated-dependencies: - dependency-name: symfony/process dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed74404 commit afebde2

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.1"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^10.1",

0 commit comments

Comments
 (0)
Please sign in to comment.