Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1594831

Browse files
committed
Added the branch-alias in the composer.json
1 parent 3d8e464 commit 1594831

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414
"require": {
1515
"php": ">=5.3.2",
1616
"ext-pdo": "*",
17-
"doctrine/dbal": "dev-master"
17+
"doctrine/dbal": "2.3.*"
1818
},
1919
"autoload": {
2020
"psr-0": { "Doctrine\\ORM": "lib/" }
21+
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "2.3.x-dev"
25+
}
2126
}
2227
}

0 commit comments

Comments
 (0)