Skip to content

Commit

Permalink
composer.json: remove -dev from composer/composer dependency (#1109)
Browse files Browse the repository at this point in the history
Stable 2 has been released some time ago
  • Loading branch information
mfn authored Dec 4, 2020
1 parent 3178898 commit c4d1f78
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 @@ -23,7 +23,7 @@
"php": ">=7.2",
"ext-json": "*",
"barryvdh/reflection-docblock": "^2.0.6",
"composer/composer": "^1.6 || ^2.0@dev",
"composer/composer": "^1.6 || ^2",
"doctrine/dbal": "~2.3",
"illuminate/console": "^6 || ^7 || ^8",
"illuminate/filesystem": "^6 || ^7 || ^8",
Expand Down

0 comments on commit c4d1f78

Please sign in to comment.