Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
drop support for PHP 7.1 and Laravel 5.7 or below
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Jun 4, 2019
1 parent 808c9d1 commit 689f46f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions composer.json
@@ -1,16 +1,23 @@
{
"name": "artisanry/collection-export",
"description": "Export Collections into several file formats",
"keywords": ["laravel", "framework", "Laravel-CollectionExport", "Laravel Collection Export"],
"keywords": [
"laravel",
"framework",
"Laravel-CollectionExport",
"Laravel Collection Export"
],
"license": "MIT",
"authors": [{
"name": "Brian Faust",
"email": "hello@basecode.sh",
"homepage": "https://basecode.sh"
}],
"authors": [
{
"name": "Brian Faust",
"email": "hello@basecode.sh",
"homepage": "https://basecode.sh"
}
],
"require": {
"php": "^7.1",
"illuminate/support": "^5.6",
"php": "^7.2",
"illuminate/support": "^5.8",
"faustbrian/payload": "^1.0",
"dompdf/dompdf": "~0.8",
"h4cc/wkhtmltoimage-amd64": "0.12.x",
Expand Down

0 comments on commit 689f46f

Please sign in to comment.