We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323f9a1 commit 55c423cCopy full SHA for 55c423c
changelog.md
@@ -1,5 +1,7 @@
1
### master
2
3
+- Fix dependency `symfony/console` version to `^7.0`
4
+
5
### [1.0.0](../../compare/0.15.0...1.0.0) - 2024-11-28
6
7
### [0.15.0](../../compare/0.14.0...0.15.0) - 2024-10-24
composer.json
@@ -13,7 +13,7 @@
13
"php": "^8.2",
14
"ext-pcntl": "*",
15
"steevanb/php-collection": "^6.0",
16
- "symfony/console": "~7.0.0",
+ "symfony/console": "^7.0",
17
"symfony/process": "7.0.0 || >=7.1.5 <8.0.0"
18
},
19
"require-dev": {
0 commit comments