Skip to content

Commit bfb33ae

Browse files
authored
Merge pull request #12 from paullla/master
Changed dependency form api-platform/api-pack to api-platform/core
2 parents b4ddcee + 9f738a4 commit bfb33ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
],
1111
"require": {
1212
"php": "^7.1",
13-
"api-platform/api-pack": "^1.1",
14-
"symfony/translation": "^4.2"
13+
"api-platform/core": "^2.1",
14+
"doctrine/orm": "^2.4.5",
15+
"doctrine/doctrine-bundle": "^1.6",
16+
"symfony/translation": "^4.2",
17+
"symfony/dependency-injection": "^3.4"
1518
},
1619
"require-dev": {
1720
"phpunit/phpunit": "^7.3"

0 commit comments

Comments
 (0)