Skip to content

Commit b24ed39

Browse files
committed
chore: stop suppporting PHP 7.0
1 parent 4e2e18d commit b24ed39

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

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

44
php:
5-
- 7.0
65
- 7.1
76
- 7.2
87

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
],
2727
"require": {
28-
"php": "^7.0",
28+
"php": "^7.1",
2929
"illuminate/contracts": "^5.6",
3030
"symfony/yaml": "^4.1",
3131
"justinrainbow/json-schema": "^5.2"

0 commit comments

Comments
 (0)