Skip to content

Commit

Permalink
Update PHP >=5.4.0 and update phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Mar 18, 2015
1 parent d1d2482 commit 5df6022
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
],
"require": {
"php": ">=5.3.29"
"php": ">=5.4.0",
"guzzle/guzzle": "~3.9"
},
"require-dev": {
"phpspec/phpspec": "~2.0",
"phpunit/phpunit": "~3.7"
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {
Expand All @@ -24,5 +24,10 @@
"psr-4": {
"Stichoza\\Google\\": "src/Stichoza/Google/"
}
},
"autoload-dev": {
"psr-4": {
"Stichoza\\Google\\Tests\\": "tests/"
}
}
}

0 comments on commit 5df6022

Please sign in to comment.