Skip to content

Commit

Permalink
Enable project on php 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
systream committed May 9, 2016
1 parent 97877e8 commit fba0009
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 @@ -17,9 +17,9 @@
}
},
"require": {
"php": ">=5.6.0"
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~5.3"
}
}
}

0 comments on commit fba0009

Please sign in to comment.