Skip to content

Commit

Permalink
Updated composer.json to have more specific version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bajb committed Oct 14, 2014
1 parent 2118309 commit d1843a7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "packaged/api",
"name": "packaged/api",
"description": "Generic API Abstraction",
"license": "MIT",
"authors": [
"license": "MIT",
"authors": [
{
"name": "Brooke Bryan",
"name": "Brooke Bryan",
"email": "brooke@bajb.net"
}
],
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "4.*",
"symfony/serializer": "*",
"packaged/helpers": "*",
"packaged/docblock": "*",
"packaged/config": "*"
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "~4.1",
"symfony/serializer": "~2.4",
"packaged/helpers": "~0",
"packaged/docblock": "~0",
"packaged/config": "~0"
},
"require-dev": {
"phpunit/phpunit": "4.1"
},
"autoload": {
"autoload": {
"psr-4": {
"Packaged\\Api\\": "src"
}
Expand Down

0 comments on commit d1843a7

Please sign in to comment.