Skip to content

Commit

Permalink
Merge 43727c1 into 0dcdb89
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Nov 27, 2017
2 parents 0dcdb89 + 43727c1 commit 1dbcf15
Show file tree
Hide file tree
Showing 3 changed files with 913 additions and 1,020 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ sudo: false
language: php

php:
- 7.0
- 7.1

before_install:
Expand Down
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@
"require": {
"acquia/http-hmac-php": "^3.1",
"guzzlehttp/guzzle": "^6.3",
"php": "^7.0",
"squizlabs/php_codesniffer": "^3.1",
"symfony/yaml": "^3.3",
"symfony/dependency-injection": "^3.3",
"symfony/config": "^3.3",
"symfony/console": "^3.3"
"php": "^7.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "dev-master",
"phpunit/phpunit": "^6.4"
"phpunit/phpunit": "^6.4",
"squizlabs/php_codesniffer": "^2.7"
},
"autoload":{
"psr-4":{
Expand Down

0 comments on commit 1dbcf15

Please sign in to comment.