Skip to content

Commit

Permalink
fix testunit php conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Deki Akbar committed Jul 25, 2020
1 parent c8ca321 commit a9fcf9f
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 648 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ arch: amd64
dist: bionic
language: php
php:
- '7.3'
- '7.2'
before_script:
- composer update
- composer update --ignore-platform-reqs
script: phpunit
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-json": "*",
"ext-curl": "*"
},
Expand All @@ -17,12 +17,14 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Dekiakbar\\IndonesiaRegionsPhpClient\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^9.3@dev"
"phpunit/phpunit": "8.0.0"
}
}
Loading

0 comments on commit a9fcf9f

Please sign in to comment.