Skip to content

Commit

Permalink
remove php 5.6, 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
code418 committed Dec 19, 2018
1 parent bc5ea54 commit 234cb2f
Show file tree
Hide file tree
Showing 2 changed files with 520 additions and 319 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "On-the-fly responsive images",
"type": "library",
"require": {
"php": ">=5.6.33",
"php": ">=7.1.25",
"intervention/image": "~2.4.0",
"symfony/config": "~3.4.0",
"symfony/options-resolver": "~3.4.0"
"symfony/config": "~4.2.0",
"symfony/options-resolver": "~4.2.0"
},
"license": "MIT",
"authors": [
Expand All @@ -22,12 +22,12 @@
},
"prefer-stable": true,
"require-dev": {
"phpunit/phpunit": "~5.7.0",
"phpunit/phpunit": "~7.5.0",
"php-coveralls/php-coveralls": "~2.1.0"
},
"config": {
"platform": {
"php": "5.6.33"
"php": "7.1.25"
}
}
}

0 comments on commit 234cb2f

Please sign in to comment.