Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 81d4532

Browse files
committed
drop support for PHP 5.6 and 7 due to testbench requirements for phpunit 7
1 parent 1ce5072 commit 81d4532

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: php
33
php:
4-
- 5.6
5-
- 7
64
- 7.1
75
- 7.2
86
before_script:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"league/tactician": "1.0.*"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit" : "6.*",
22+
"phpunit/phpunit" : "7.*",
2323
"scrutinizer/ocular": "~1.1",
2424
"mockery/mockery" : "0.9.*",
2525
"orchestra/testbench": "~3.5"

0 commit comments

Comments
 (0)