Skip to content

Commit 35749e6

Browse files
Merge pull request #3 from JohnyProkie/master
add PHP8 support
2 parents dcef506 + db3e1a6 commit 35749e6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.2
4+
- 8.0
55

66
env:
77
matrix:
@@ -11,7 +11,6 @@ env:
1111
before_script:
1212
- travis_retry composer self-update
1313
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
14-
- printf "\n" | pecl install imagick
1514

1615
script:
1716
- phpunit --coverage-text --coverage-clover=coverage.clover

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1",
13+
"php": "^8.0",
1414
"illuminate/database": "^5.5.0|^6.0|^7.0|^8.0",
1515
"illuminate/support": "^5.5.0|^6.0|^7.0|^8.0"
1616
},

0 commit comments

Comments
 (0)