Skip to content

Commit

Permalink
removed PHP 5.5 for phpunit 5.7 support/upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gabbydgab committed Jan 2, 2017
1 parent a08d871 commit 986054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "^5.5 || ^7.0"
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
Expand Down

0 comments on commit 986054a

Please sign in to comment.