Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobdenotter committed Feb 14, 2023
1 parent edf0ead commit 274935b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"nategood/commando": "^0.4.0",
"bobdenotter/commando": "^0.4 || ^1.0",
"webimpress/safe-writer": "^2.1",
"composer/semver": "^3.2",
"symfony/yaml": "^5.1",
Expand All @@ -33,5 +33,10 @@
},
"bin": [
"bin/yaml-migrate"
]
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 274935b

Please sign in to comment.