Skip to content

Commit

Permalink
Fixed the composer constraint for Doctrine Common
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed May 17, 2012
1 parent b379968 commit d1f0c25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": "2.1.*",
"doctrine/common": ">=2.1,<2.3-dev",
"monolog/monolog": ">=1.0,<1.2-dev",
"swiftmailer/swiftmailer": ">=4.1.2,<4.2-dev",
"twig/twig": ">=1.1,<2.0-dev"
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Bridge/Doctrine/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.1,<2.3"
"doctrine/common": ">=2.1,<2.3-dev"
},
"recommend": {
"doctrine/dbal": ">=2.1,<2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/composer.json
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.2",
"doctrine/common": ">=2.1,<2.3"
"doctrine/common": ">=2.1,<2.3-dev"
},
"suggest": {
"symfony/http-foundation": "self.version",
Expand Down

0 comments on commit d1f0c25

Please sign in to comment.