Skip to content

Commit

Permalink
Laravel 7 support (#136)
Browse files Browse the repository at this point in the history
* Add L7 + PHP7.4

* Update composer.json
  • Loading branch information
Propaganistas authored Mar 3, 2020
1 parent 8301d59 commit a63ceba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4

cache:
directories:
Expand All @@ -14,16 +15,18 @@ matrix:
include:
- php: 7.1
env: ILLUMINATE_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=6.*
- php: 7.3
- php: 7.4
env: ILLUMINATE_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=6.*
- php: 7.3
- php: 7.4
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.* PHPUNIT_VERSION=7.*
- php: 7.3
- php: 7.4
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.* PHPUNIT_VERSION=7.*
- php: 7.3
- php: 7.4
env: ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=8.*
- php: 7.3
- php: 7.4
env: ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.* PHPUNIT_VERSION=8.*
- php: 7.4
env: ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.* PHPUNIT_VERSION=9.*

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"require": {
"php": ">=7.1",
"illuminate/support": "^5.5|^6.0",
"illuminate/validation": "^5.5|^6.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/validation": "^5.5|^6.0|^7.0",
"giggsey/libphonenumber-for-php": "^7.0|^8.0",
"league/iso3166": "^2.0"
},
Expand Down

0 comments on commit a63ceba

Please sign in to comment.