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

Skip to content

Commit 4ae54e3

Browse files
committed
[Composer] Bumped doctrine/orm to 2.2.3
1 parent 6b39ebc commit 4ae54e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"require-dev": {
5858
"doctrine/dbal": ">=2.2,<2.4-dev",
59-
"doctrine/orm": ">=2.2,<2.4-dev",
59+
"doctrine/orm": ">=2.2.3,<2.4-dev",
6060
"doctrine/data-fixtures": "1.0.*",
6161
"propel/propel1": "dev-master",
6262
"monolog/monolog": "dev-master"

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/validator": "self.version",
2525
"doctrine/data-fixtures": "1.0.*",
2626
"doctrine/dbal": ">=2.2,<2.4-dev",
27-
"doctrine/orm": ">=2.2,<2.4-dev"
27+
"doctrine/orm": ">=2.2.3,<2.4-dev"
2828
},
2929
"autoload": {
3030
"psr-0": { "Symfony\\Bridge\\Doctrine": "" }

0 commit comments

Comments
 (0)