bug #90 [symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack (teohhanhui)

This PR was merged into the master branch.

Discussion
----------

[symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack

| Q             | A
| ------------- | ---
| License       | MIT

Also added aliases `doctrine-orm` and `doctrine` for `symfony/orm-pack` to better address symfony/flex#28 and symfony/recipes#24.

Commits
-------

38f8251 [symfony] Correct versions for symfony/orm-pack and symfony/profiler-pack
This commit is contained in:
Fabien Potencier
2017-05-31 10:17:28 -07:00
3 changed files with 3 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"aliases": ["orm", "doctrine-orm", "doctrine"]
}
-3
View File
@@ -1,3 +0,0 @@
{
"aliases": ["orm"]
}