Skip to content

Commit

Permalink
Merge pull request #416 from jakzal/composer2.2
Browse files Browse the repository at this point in the history
Switch composer back to the stable version since 2.2.3 was released
  • Loading branch information
jakzal authored Dec 31, 2021
2 parents 8c48e03 + 7a08515 commit 5599ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/pre-installation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"website": "https://getcomposer.org/",
"command": {
"sh": {
"command": "composer self-update --snapshot"
"command": "composer self-update"
}
},
"test": "composer list",
Expand Down

0 comments on commit 5599ea1

Please sign in to comment.