Skip to content

Commit

Permalink
removed php 5.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjonstrup committed Oct 30, 2018
1 parent a06cb13 commit 99dc5c7
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,7 +12,7 @@
}
],
"require": {
"php": ">=5.7",
"php": "~7.0",
"lib/curl": "*"
},
"autoload": {
Expand All @@ -26,7 +26,7 @@
}
},
"require-dev" : {
"php": "~7.0",
"php": "~7.1",
"phpunit/phpunit": "~6.0",
"squizlabs/php_codesniffer": "3.*",
"php-coveralls/php-coveralls": "2.1.*"
Expand Down

0 comments on commit 99dc5c7

Please sign in to comment.