Skip to content

Commit

Permalink
update symfony version to align with the other libs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Nov 30, 2023
1 parent 0ee841a commit b7e208a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A command to clean directories based on directoryName => directoryPath mapping.
## Requirements

* php: ^8.1
* [symfony/console][2]: ^5.4.31|^6.3|^7.0
* [symfony/console][2]: ^5.4.31|^6.3.8|^7.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"symfony/console": "^5.4.31|^6.3|^7.0"
"symfony/console": "^5.4.31|^6.3.8|^7.0"
},
"require-dev": {
"chubbyphp/chubbyphp-dev-helper": "dev-master",
Expand Down

0 comments on commit b7e208a

Please sign in to comment.