Skip to content

Commit

Permalink
Merge pull request #22 from teamleadercrm/refactor/bump
Browse files Browse the repository at this point in the history
Update `symfony/console` constraints
  • Loading branch information
mrtus authored Jun 25, 2024
2 parents 7b7964d + f19e2f1 commit 36f7b58
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "teamleadercrm/uuidifier",
"version": "1.9.0",
"require": {
"php": "^8.1",
"ramsey/uuid": ">=4.5 <4.6",
"symfony/console": "^3.1|^4.0|^5.0|^6.0"
"symfony/console": "^6.0|^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 36f7b58

Please sign in to comment.