Skip to content

Commit 5879f54

Browse files
committed
fix
1 parent a00e62d commit 5879f54

2 files changed

Lines changed: 29 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
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": {

src/Test/composer.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,36 @@
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
}

0 commit comments

Comments
 (0)