Skip to content

Commit

Permalink
Change minimum supported php version to 7.1, update travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
szeber committed Oct 21, 2018
1 parent 4e77fb3 commit 7155e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
before_install:
- composer install
script: vendor/bin/phpunit test
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"require": {
"php": ">=5.6",
"php": ">=7.1",
"ext-curl": "*",
"szeber/yapep_base": "0.3.x-dev",
"ext-json": "*"
Expand Down

0 comments on commit 7155e1f

Please sign in to comment.