Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Commit 24ec64f

Browse files
author
jlinskeseder
committed
Drop support for PHP 7.0
The `doctrine/annotations` package (required by PHP-CS-Fixer) doesn't support PHP 7.0 anymore, so we have to drop this version.
1 parent f0be371 commit 24ec64f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- '7.0'
54
- '7.1'
65
- '7.2'
76

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"require": {
19-
"php": ">=7.0",
19+
"php": ">=7.1",
2020
"friendsofphp/php-cs-fixer": "^2.13",
2121
"karriere/phpspec-matchers": "^2.0",
2222
"leanphp/phpspec-code-coverage": "^4.2",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)