Skip to content

Commit

Permalink
Fix: Drop support for PHP5.3 and PHP5.4 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Jan 11, 2017
1 parent 36d5d88 commit dcc4ed2
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 @@ -19,7 +19,7 @@
"sort-packages": true
},
"require": {
"php": ">=5.3",
"php": "^5.5 || ^7.0",
"ext-curl": "*",
"padraic/phar-updater": "^1.0",
"psr/log": "^1.0",
Expand Down

0 comments on commit dcc4ed2

Please sign in to comment.