Skip to content

Commit 228a191

Browse files
authored
Merge pull request #200 from RemCom/laravel-8
Added php 8 support to composer
2 parents 4bdad82 + b83a5be commit 228a191

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.3
55
- 7.4
6+
- 8.0
67

78
before_script:
89
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.3",
14+
"php": "^7.3|^8.0",
1515
"illuminate/database": ">=8.0",
1616
"illuminate/support": ">=8.0"
1717
},

0 commit comments

Comments
 (0)