Skip to content

Commit 404a256

Browse files
committed
Initial commit
0 parents  commit 404a256

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

composer.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)