Skip to content

Commit 9c065dd

Browse files
committed
Giving up on php5.6
1 parent 6507c70 commit 9c065dd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 5.6
54
- 7.2
65
- 7.4
76

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"illuminate/support": ">=5.0|^6.0|^7.0"
1717
},
1818
"require-dev": {
19-
"orchestra/testbench": "5.*|3.*",
20-
"phpunit/phpunit": "8.*|5.*",
19+
"orchestra/testbench": "5.*",
20+
"phpunit/phpunit": "8.*",
2121
"mockery/mockery": "1.*"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)