Skip to content

Commit

Permalink
もう一回だけテスト試してみる
Browse files Browse the repository at this point in the history
  • Loading branch information
satthi committed Feb 22, 2019
1 parent aed7042 commit e5b2349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"source": "https://github.com/satthi/TcpdfWrapper"
},
"require": {
"php": ">=7.1.0",
"php": ">=5.6.0",
"setasign/fpdi-tcpdf": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
"phpunit/phpunit": "<=7.4.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e5b2349

Please sign in to comment.