We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca7ca22 + 2124413 commit 0fb1234Copy full SHA for 0fb1234
composer.json
@@ -4,16 +4,13 @@
4
"license": "MIT",
5
"description": "A pack for API Platform",
6
"require": {
7
- "php": "^7.0",
8
- "api-platform/core": "^2.1",
9
- "doctrine/annotations": "^1.0",
10
- "doctrine/orm": "^2.4.5",
11
- "doctrine/doctrine-bundle": "^1.6 || ^2.0",
12
- "nelmio/cors-bundle": "^1.5 || ^2.0",
13
- "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
+ "api-platform/core": "*",
+ "nelmio/cors-bundle": "*",
14
"symfony/asset": "*",
15
"symfony/expression-language": "*",
+ "symfony/orm-pack": "*",
16
"symfony/security-bundle": "*",
+ "symfony/serializer-pack": "*",
17
"symfony/twig-bundle": "*",
18
"symfony/validator": "*"
19
}
0 commit comments