Skip to content

Commit

Permalink
Stop requiring composer itself
Browse files Browse the repository at this point in the history
Requiring composer itself might lead to a difference between the project composer version and the locally installed version. By this no composer actions can be performed any more in case of breaking changes.

See composer/composer#11940
  • Loading branch information
xolf authored Apr 22, 2024
1 parent d97b3d0 commit c3362e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/php/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"illuminate/http": "^9.0 | ^10.0",
"illuminate/support": "^9.0 | ^10.0",
"ramsey/uuid": "^3.7 | ^4.0",
"composer/composer": "^2.0",
"guzzlehttp/guzzle": "^7.0",
"composer-runtime-api": "^2.2"
},
Expand Down

0 comments on commit c3362e5

Please sign in to comment.