Skip to content

Commit 5fafa37

Browse files
phpeekjaviereguiluz
authored andcommitted
Unpacking packs.
1 parent 6d692af commit 5fafa37

File tree

2 files changed

+36
-82
lines changed

2 files changed

+36
-82
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"require": {
77
"php": "^7.1.3",
88
"ext-pdo_sqlite": "*",
9+
"doctrine/doctrine-bundle": "^1.6.10",
910
"doctrine/doctrine-fixtures-bundle": "^3.0",
11+
"doctrine/doctrine-migrations-bundle": "^1.3",
12+
"doctrine/orm": "^2.5.11",
1013
"erusev/parsedown": "^1.6",
1114
"ezyang/htmlpurifier": "^4.9",
1215
"sensio/framework-extra-bundle": "^5.0",
@@ -17,7 +20,6 @@
1720
"symfony/form": "^4.0",
1821
"symfony/framework-bundle": "^4.0",
1922
"symfony/monolog-bundle": "^3.1",
20-
"symfony/orm-pack": "^1.0",
2123
"symfony/polyfill-apcu": "^1.5",
2224
"symfony/security-bundle": "^4.0",
2325
"symfony/swiftmailer-bundle": "^3.1",
@@ -36,7 +38,9 @@
3638
"symfony/debug-bundle": "^4.0",
3739
"symfony/dotenv": "^4.0",
3840
"symfony/phpunit-bridge": "^4.0",
39-
"symfony/profiler-pack": "^1.0",
41+
"symfony/stopwatch": "^4.0",
42+
"symfony/twig-bundle": "^4.0",
43+
"symfony/web-profiler-bundle": "^4.0",
4044
"symfony/web-server-bundle": "^4.0"
4145
},
4246
"config": {

composer.lock

Lines changed: 30 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)