File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ event to generate a lookup map for use at [runtime](#runtime-api).
1717
1818## Installation
1919
20+ > ** Note** : This package requires composer 2.4+.
21+
20221 . ` composer require zenstruck/class-metadata `
21232 . When asked to enable the Composer plugin, choose ` y ` (yes).
2224
Original file line number Diff line number Diff line change 1515 "composer-plugin-api" : " ^2.0"
1616 },
1717 "require-dev" : {
18- "composer/composer" : " ^2.0 " ,
18+ "composer/composer" : " ^2.4 " ,
1919 "doctrine/persistence" : " ^1.0|^2.0|^3.0" ,
2020 "phpstan/phpstan" : " ^1.4" ,
2121 "phpunit/phpunit" : " ^9.5" ,
3131 "autoload-dev" : {
3232 "psr-4" : { "Zenstruck\\ Metadata\\ Tests\\ " : " tests/" }
3333 },
34+ "conflict" : {
35+ "composer" : " <2.4"
36+ },
3437 "extra" : {
3538 "class" : " Zenstruck\\ Metadata\\ Composer\\ Plugin"
3639 },
You can’t perform that action at this time.
0 commit comments