Skip to content

Commit

Permalink
Tweaked version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 14, 2014
1 parent c540fa2 commit cecb96e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -17,7 +17,7 @@
},
"require": {
"php": ">=5.3.3",
"guzzle/guzzle": ">=3.7,<4"
"guzzle/guzzle": "~3.7"
},
"suggest": {
"doctrine/cache": "Adds support for caching of credentials and responses",
Expand All @@ -27,11 +27,11 @@
"symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
},
"require-dev": {
"doctrine/cache": "~1.0",
"ext-openssl": "*",
"monolog/monolog": "1.4.*",
"phpunit/phpunit": "4.*",
"symfony/yaml": "2.*"
"doctrine/cache": "~1.0",
"monolog/monolog": "~1.4",
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.1"
},
"autoload": {
"psr-0": {
Expand All @@ -40,7 +40,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
"dev-master": "2.7-dev"
}
}
}

0 comments on commit cecb96e

Please sign in to comment.