Skip to content

Commit 2124413

Browse files
committed
feat: modernize the pack
1 parent ca7ca22 commit 2124413

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@
44
"license": "MIT",
55
"description": "A pack for API Platform",
66
"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",
7+
"api-platform/core": "*",
8+
"nelmio/cors-bundle": "*",
149
"symfony/asset": "*",
1510
"symfony/expression-language": "*",
11+
"symfony/orm-pack": "*",
1612
"symfony/security-bundle": "*",
13+
"symfony/serializer-pack": "*",
1714
"symfony/twig-bundle": "*",
1815
"symfony/validator": "*"
1916
}

0 commit comments

Comments
 (0)