Skip to content

Commit 77ed8a3

Browse files
committed
Merge branch 'master' of github.com:api-platform/api-pack
2 parents 4290752 + 895c9dd commit 77ed8a3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,23 @@
22
"name": "api-platform/api-pack",
33
"type": "metapackage",
44
"license": "MIT",
5-
"description": "A pack for API Platform ",
5+
"description": "A pack for API Platform",
66
"require": {
77
"php": "^7.0",
88
"api-platform/core": "^2.1",
99
"doctrine/annotations": "^1.0",
1010
"doctrine/orm": "^2.4.5",
1111
"doctrine/doctrine-bundle": "^1.6",
1212
"phpdocumentor/reflection-docblock": "^3.0",
13+
"symfony/asset": "^3.0",
1314
"symfony/expression-language": "^3.0",
1415
"symfony/security-bundle": "^3.0",
1516
"symfony/twig-bundle": "^3.0",
1617
"symfony/validator": "^3.0"
18+
},
19+
"extra": {
20+
"branch-alias": {
21+
"dev-master": "2.1.x-dev"
22+
}
1723
}
1824
}

0 commit comments

Comments
 (0)