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.
0 parents commit 404a256Copy full SHA for 404a256
1 file changed
composer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "api-platform/api-pack",
3
+ "type": "metapackage",
4
+ "license": "MIT",
5
+ "description": "A pack for API Platform ",
6
+ "require": {
7
+ "php": "^7.0",
8
+ "api-platform/core": "2.1.x-dev",
9
+ "doctrine/annotations": "^1.0",
10
+ "doctrine/orm": "^2.4.5",
11
+ "doctrine/doctrine-bundle": "^1.6",
12
+ "phpdocumentor/reflection-docblock": "^3.0",
13
+ "symfony/expression-language": "^3.0",
14
+ "symfony/security-bundle": "^3.0",
15
+ "symfony/twig-bundle": "^3.0",
16
+ "symfony/validator": "^3.0"
17
+ }
18
+}
0 commit comments