Skip to content

Commit

Permalink
Drop support for php 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evozi-team committed Feb 3, 2020
1 parent ca903c8 commit 3af9ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
language: php

php:
- 7.0
- 7.1
- 7.2
- 7.3

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev
- php composer.phar install

script: vendor/bin/phpunit --configuration phpunit.xml --coverage-text

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-simplexml": "*",
"ext-json": "*",
"ext-libxml": "*",
Expand Down

0 comments on commit 3af9ee9

Please sign in to comment.