Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Require PHP 7+ and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Aug 11, 2017
1 parent d778960 commit 71ed6e5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 62 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: trusty
php:
- 7.1
- 7.0
- 5.6
- nightly

matrix:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
}
},
"require": {
"php": ">=5.6.4",
"php": ">=7",
"composer/installers": "~1.0",
"illuminate/view": "~5.4",
"illuminate/config": "~5.4"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0"
"squizlabs/php_codesniffer": "~3.0"
},
"scripts": {
"test": [
Expand Down
94 changes: 35 additions & 59 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71ed6e5

Please sign in to comment.