Skip to content

Commit 0c33c32

Browse files
irazasyedaxlon
andauthored
✨ Laravel 7 Support (LaraCrafts#43)
Co-authored-by: Choraimy Kroonstuiver <[email protected]>
1 parent 174dacc commit 0c33c32

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ php:
88
- 7.1
99
- 7.2
1010
- 7.3
11+
- 7.4
1112

1213
env:
1314
- ILLUMINATE_VERSION=5.1.* PHPUNIT_VERSION=^5.2
@@ -19,12 +20,15 @@ env:
1920
- ILLUMINATE_VERSION=5.7.* PHPUNIT_VERSION=^7.0
2021
- ILLUMINATE_VERSION=5.8.* PHPUNIT_VERSION=^7.0
2122
- ILLUMINATE_VERSION=^6.0 PHPUNIT_VERSION=^7.0
23+
- ILLUMINATE_VERSION=^7.0 PHPUNIT_VERSION=^7.0
2224

2325
matrix:
2426
exclude:
25-
# Laravel 6 does not support PHP 7.1
27+
# Laravel 6+ does not support PHP 7.1
2628
- php: 7.1
2729
env: ILLUMINATE_VERSION=^6.0 PHPUNIT_VERSION=^7.0
30+
- php: 7.1
31+
env: ILLUMINATE_VERSION=^7.0 PHPUNIT_VERSION=^7.0
2832

2933
dist: xenial
3034
sudo: false

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"guzzlehttp/guzzle": "^6.2",
2929
"guzzlehttp/promises": "^1.0",
3030
"guzzlehttp/psr7": "^1.4",
31-
"illuminate/support": "^5.1 || ^6.0",
31+
"illuminate/support": "^5.1 || ^6.0 || ^7.0",
3232
"psr/http-message": "^1.0"
3333
},
3434
"require-dev": {
35-
"illuminate/routing": "^5.1 || ^6.0",
35+
"illuminate/routing": "^5.1 || ^6.0 || ^7.0",
3636
"phpunit/phpunit": "^5.2 || ^6.0 || ^7.0"
3737
},
3838
"autoload": {

0 commit comments

Comments
 (0)