Skip to content

Commit

Permalink
Require PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 13, 2019
1 parent c811ab7 commit f0f8cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.1
- 7.2
- 7.3

Expand All @@ -14,9 +13,6 @@ env:

matrix:
fast_finish: true
exclude:
- php: 7.1
env: LARAVEL=dev-master
allow_failures:
- env: LARAVEL=dev-master

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^7.1.3",
"php": "^7.2",
"ext-json": "*",
"dompdf/dompdf": "^0.8.0",
"illuminate/contracts": "~5.8.0|^6.0",
Expand Down

0 comments on commit f0f8cd1

Please sign in to comment.