Skip to content

Commit

Permalink
Upgraded to php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Apr 11, 2019
1 parent 1ec48ed commit 29f4052
Show file tree
Hide file tree
Showing 6 changed files with 538 additions and 403 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
config.php
composer.lock
.phpunit.result.cache

.idea/
/build/
/vendor/
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: nightly
- php: "7.2"
- php: "7.3"
allow_failures:
- php: nightly

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"description": "API wrapper for matomo",
"license": "MIT",
"require": {
"php": ">=7",
"php": ">=7.2",
"ext-json": "*",
"voku/httpful": "0.4.*"
},
"require-dev": {
"phpunit/phpunit": "7.4.*"
"phpunit/phpunit": "8.1.*"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-html" target="build/coverage/"/>
</logging>
</phpunit>
Loading

0 comments on commit 29f4052

Please sign in to comment.