Skip to content

Commit 223b140

Browse files
committed
feature #26 added symfony/orm-pack (fabpot)
This PR was merged into the master branch. Discussion ---------- added symfony/orm-pack Commits ------- 2b44c26 added symfony/orm-pack
2 parents cb358d6 + 2b44c26 commit 223b140

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doctrine/doctrine-bundle/1.6/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"#2": "For a sqlite database, use: \"sqlite:///%kernel.project_dir%/var/data.db\"",
1212
"#3": "Set \"serverVersion\" to your server version to avoid edge-case exceptions and extra database calls",
1313
"DATABASE_URL": "mysql://[email protected]:3306/symfony?charset=utf8mb4&serverVersion=5.7"
14-
},
15-
"aliases": ["doctrine", "orm"]
14+
}
1615
}

symfony/orm-pack/master/manifest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"aliases": ["orm"]
3+
}

0 commit comments

Comments
 (0)