Skip to content

Commit

Permalink
Allow Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas committed Aug 27, 2018
1 parent d059c1d commit ff76518
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ matrix:
env: ILLUMINATE_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=6.*
- php: 7.2
env: ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.* PHPUNIT_VERSION=7.*
- php: 7.2
env: ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.* PHPUNIT_VERSION=7.*

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.0",
"illuminate/support": ">=5.0,<5.7",
"illuminate/validation": ">=5.0,<5.7",
"illuminate/support": ">=5.0,<5.8",
"illuminate/validation": ">=5.0,<5.8",
"giggsey/libphonenumber-for-php": "^7.0|^8.0",
"julien-c/iso3166": "^2.0"
},
Expand Down
3 changes: 1 addition & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
stopOnFailure="false">
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix=".php">./tests/</directory>
Expand Down

0 comments on commit ff76518

Please sign in to comment.