Skip to content

Commit 74609da

Browse files
committed
Drop support for Laravel 5.5 and PHP 7.0
1 parent 6df6934 commit 74609da

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: php
22

33
matrix:
44
include:
5-
- php: 7.0
6-
env: ILLUMINATE_VERSION=5.5.* TESTBENCH_VERSION=3.5.*
75
- php: 7.1
86
env: ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
97
- php: 7.1

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.0"
18+
"php": ">=7.1"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": ">=3.5",
22-
"phpunit/phpunit": "^6.0|^7.0|^8.0"
21+
"orchestra/testbench": ">=3.6",
22+
"phpunit/phpunit": "^7.0|^8.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)