Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped PHP 5.x and 7.0 support - minimum of PHP 7.1 requirement #785

Merged
merged 1 commit into from
May 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,10 @@ cache:
- $HOME/.composer/cache

php:
- 5.6
- 7.0
- 7.1

matrix:
include:
- php: 7
env: PHPSTAN=1 PHPSTAN_PHP70=.php7.0
- php: 7.1
env: PHPSTAN=1

Expand All @@ -24,4 +20,4 @@ before_script:

script:
- ./vendor/bin/phpunit
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan${PHPSTAN_PHP70}.neon -l 3 lib tests; fi
- if [[ $PHPSTAN = 1 ]]; then vendor/bin/phpstan analyse -c phpstan.neon -l 3 lib tests; fi
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{"name": "Johannes Schmitt", "email": "schmittjoh@gmail.com"}
],
"require": {
"php": "~5.6|~7.0",
"php": "~7.1",
"doctrine/inflector": "1.*",
"doctrine/cache": "1.*",
"doctrine/collections": "1.*",
Expand Down
12 changes: 0 additions & 12 deletions phpstan.php7.0.neon

This file was deleted.