Skip to content

Commit 54d5eb6

Browse files
authored
Merge pull request #785 from Majkl578/php7-bump
Drop PHP 5.x & 7.0 support
2 parents 8096e6d + a0b9558 commit 54d5eb6

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ cache:
77
- $HOME/.composer/cache
88

99
php:
10-
- 5.6
11-
- 7.0
1210
- 7.1
1311

1412
matrix:
1513
include:
16-
- php: 7
17-
env: PHPSTAN=1 PHPSTAN_PHP70=.php7.0
1814
- php: 7.1
1915
env: PHPSTAN=1
2016

@@ -24,4 +20,4 @@ before_script:
2420

2521
script:
2622
- ./vendor/bin/phpunit
27-
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan${PHPSTAN_PHP70}.neon -l 3 lib tests; fi
23+
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan.neon -l 3 lib tests; fi

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
1414
],
1515
"require": {
16-
"php": "~5.6|~7.0",
16+
"php": "~7.1",
1717
"doctrine/inflector": "1.*",
1818
"doctrine/cache": "1.*",
1919
"doctrine/collections": "1.*",

phpstan.php7.0.neon

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)