Skip to content

Commit 96fcb17

Browse files
committed
Require PHP 7
1 parent ebeef17 commit 96fcb17

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

.coveralls.yml

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

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,17 @@
11
language: php
22

33
php:
4-
- 5.5
5-
- 5.6
64
- 7.0
75
- 7.1
8-
- hhvm
96

107
matrix:
118
include:
12-
- php: 5.5
9+
- php: 7.0
1310
env: dependencies=lowest
1411

1512
before_script:
16-
- composer selfupdate -n
17-
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then composer require satooshi/php-coveralls:dev-master -n ; fi
18-
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then composer install -n ; fi
13+
- composer install -n
1914
- if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
2015

2116
script:
22-
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then vendor/bin/phpunit --coverage-clover clover.xml ; fi
23-
- if [[ "$TRAVIS_PHP_VERSION" != '5.6' ]]; then vendor/bin/phpunit ; fi
24-
25-
after_script:
26-
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
17+
- vendor/bin/phpunit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ composer require php-di/kernel
1717

1818
Requirements:
1919

20-
- PHP 5.5 or greater
20+
- PHP 7.0 or greater
2121
- [Puli CLI tool](http://docs.puli.io/en/latest/installation.html#installing-the-puli-cli)
2222

2323
## Usage

0 commit comments

Comments
 (0)