Skip to content

Commit 425b82d

Browse files
committed
PHP8 support
1 parent c6be843 commit 425b82d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ env:
1111
matrix:
1212
fast_finish: true
1313
include:
14-
- php: 7.2
15-
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
16-
- php: 7.2
17-
env: LARAVEL_VERSION=~7.0 TESTBENCH_VERSION=~5.0 PHPUNIT_VERSION=~8.0
1814
- php: 7.3
1915
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
2016
- php: 7.3
@@ -39,7 +35,6 @@ before_install:
3935
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
4036
- chmod +x ./cc-test-reporter
4137
- ./cc-test-reporter before-build
42-
- composer global require hirak/prestissimo --update-no-dev
4338

4439
install:
4540
- composer require "illuminate/container:${LARAVEL_VERSION}" --no-update --no-interaction --prefer-dist

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.2|^8.0",
24+
"php": "^7.3|^8.0",
2525
"illuminate/container": "^6.0|^7.0|^8.0",
2626
"illuminate/console": "^6.0|^7.0|^8.0",
2727
"illuminate/contracts": "^6.0|^7.0|^8.0",

0 commit comments

Comments
 (0)