Skip to content

Commit 55c423c

Browse files
Steevan BARBOYONsteevanb
authored andcommitted
Fix symfony/console version
1 parent 323f9a1 commit 55c423c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### master
22

3+
- Fix dependency `symfony/console` version to `^7.0`
4+
35
### [1.0.0](../../compare/0.15.0...1.0.0) - 2024-11-28
46

57
### [0.15.0](../../compare/0.14.0...0.15.0) - 2024-10-24

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.2",
1414
"ext-pcntl": "*",
1515
"steevanb/php-collection": "^6.0",
16-
"symfony/console": "~7.0.0",
16+
"symfony/console": "^7.0",
1717
"symfony/process": "7.0.0 || >=7.1.5 <8.0.0"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)