Skip to content

Commit

Permalink
Merge dea450a into ac8b456
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed May 15, 2019
2 parents ac8b456 + dea450a commit 0a7295a
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
build:
environment:
php:
version: 5.6.9 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
version: 7.2.17 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm
tests:
override:
-
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: php
sudo: false

php:
- 5.6
- 7.0
- 7.1
- 7.2
- nightly

matrix:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
}
},
"require": {
"php": ">=5.5.0",
"php": ">=5.6.0",
"ext-soap": "*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "2.8.*",
"satooshi/php-coveralls": "1.0.*"
"php-coveralls/php-coveralls": "1.0.*"
}
}
Loading

0 comments on commit 0a7295a

Please sign in to comment.