Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 1cfedb8

Browse files
Update symfony/console requirement to ^4.1
Updates the requirements on [symfony/console](https://github.com/symfony/console) to permit the latest version. - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/console/commits/v4.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 9c099c6 commit 1cfedb8

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
@@ -5,7 +5,7 @@
55
"require": {
66
"composer-plugin-api": "^1.1",
77
"php": ">=5.5",
8-
"symfony/console": "^3.4"
8+
"symfony/console": "^4.1"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)