File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 104104 "api-platform/serializer" : " self.version" ,
105105 "api-platform/state" : " self.version" ,
106106 "api-platform/symfony" : " self.version" ,
107+ "api-platform/test" : " self.version" ,
107108 "api-platform/validator" : " self.version"
108109 },
109110 "require" : {
Original file line number Diff line number Diff line change 3333 "symfony/http-client" : " ^6.4 || ^7.0 || ^8.0" ,
3434 "symfony/framework-bundle" : " ^6.4 || ^7.0 || ^8.0"
3535 },
36+ "suggest" : {
37+ "doctrine/orm" : " To use findIriBy() with Doctrine ORM" ,
38+ "doctrine/mongodb-odm" : " To use findIriBy() with MongoDB" ,
39+ "justinrainbow/json-schema" : " To validate JSON schemas in assertions"
40+ },
3641 "autoload" : {
3742 "psr-4" : {
3843 "ApiPlatform\\ Test\\ " : " "
3944 }
40- }
45+ },
46+ "config" : {
47+ "preferred-install" : {
48+ "*" : " dist"
49+ },
50+ "sort-packages" : true ,
51+ "allow-plugins" : {
52+ "composer/package-versions-deprecated" : true ,
53+ "phpstan/extension-installer" : true ,
54+ "php-http/discovery" : true
55+ }
56+ },
57+ "extra" : {
58+ "branch-alias" : {
59+ "dev-main" : " 4.4.x-dev"
60+ },
61+ "thanks" : {
62+ "name" : " api-platform/api-platform" ,
63+ "url" : " https://github.com/api-platform/api-platform"
64+ }
65+ },
66+ "minimum-stability" : " beta" ,
67+ "prefer-stable" : true
4168}
You can’t perform that action at this time.
0 commit comments