Skip to content

Commit

Permalink
use ubuntu lts php version compatible deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smhg committed Nov 16, 2017
1 parent f654a73 commit 51a2913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "5.*"
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 51a2913

Please sign in to comment.