Skip to content

Commit

Permalink
Merge b7a7d6c into e3e986e
Browse files Browse the repository at this point in the history
  • Loading branch information
rujiali committed Nov 23, 2017
2 parents e3e986e + b7a7d6c commit 52073ea
Show file tree
Hide file tree
Showing 9 changed files with 1,351 additions and 1,134 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
vendor
tests/logs
.idea
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@
"require": {
"acquia/http-hmac-php": "^3.1",
"guzzlehttp/guzzle": "^6.3",
"php": "^7.0"
"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"
},
"require-dev": {
"php-coveralls/php-coveralls": "dev-master",
"phpunit/phpunit": "^6.4",
"squizlabs/php_codesniffer": "^3.1"
"phpunit/phpunit": "^6.4"
},
"autoload":{
"psr-4":{
Expand All @@ -28,5 +32,8 @@
"psr-4":{
"AcquiaCloudApi\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit"
}
}

0 comments on commit 52073ea

Please sign in to comment.