Skip to content

Commit

Permalink
Merge pull request #69 from pascalbaljetmedia/laravel-5.6
Browse files Browse the repository at this point in the history
Laravel 5.6
  • Loading branch information
pascalbaljet authored Feb 20, 2018
2 parents c001cac + f1cb8a7 commit 76b58a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
before_install:
- sudo apt-get update
- travis_retry composer self-update
- if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi;

install:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"illuminate/filesystem": "5.6.*",
"illuminate/log": "5.6.*",
"league/flysystem": "~1.0",
"php-ffmpeg/php-ffmpeg": "~0.6",
"symfony/process": "~2.1|~3.0"
"pbmedia/php-ffmpeg": "~0.14.0",
"symfony/process": "~4.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
Expand Down

0 comments on commit 76b58a8

Please sign in to comment.