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 62c1850 commit 8646e40
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions composer.json
@@ -1,16 +1,23 @@
{
"name": "artisanry/vidible",
"description": "Video attachment and management for your Eloquent models.",
"keywords": ["laravel", "framework", "Laravel-vidible", "Laravel Vidible"],
"keywords": [
"laravel",
"framework",
"Laravel-vidible",
"Laravel Vidible"
],
"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",
"graham-campbell/flysystem": "^4.1",
"php-ffmpeg/php-ffmpeg": "^0.11"
},
Expand Down

0 comments on commit 8646e40

Please sign in to comment.