Skip to content

Commit

Permalink
Use Composer v2 when developing
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Oct 12, 2022
1 parent a9f2f34 commit 735e94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
},
"require-dev": {
"composer/composer": "1.10.x-dev",
"composer/composer": "^2.4.2",
"phpspec/phpspec": "^6.3 || ^7.0"
},
"replace": {
Expand Down

0 comments on commit 735e94f

Please sign in to comment.