Skip to content

Commit

Permalink
downgrade to php54
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Aug 27, 2018
1 parent 76dbea9 commit de85967
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,8 +12,8 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
"php": "^5.4 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7",
Expand Down

0 comments on commit de85967

Please sign in to comment.