Skip to content

Commit

Permalink
Merge pull request #9 from activecollab/oauth2
Browse files Browse the repository at this point in the history
Oauth2
  • Loading branch information
markodobric authored Oct 24, 2019
2 parents 445ddac + 490ad67 commit a43e2d8
Show file tree
Hide file tree
Showing 11 changed files with 1,452 additions and 260 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.2

before_script:
- composer self-update
Expand Down
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"description": "Quickbooks online API wrapper",
"license": "MIT",
"require": {
"php": ">=5.4.0",
"league/oauth1-client": "~1.0",
"guzzle/guzzle": "~3.0"
"php": ">=7.1",
"quickbooks/v3-php-sdk": "^5.0",
"league/oauth1-client": "1.6.*",
"guzzle/guzzle": "3.8.*",
"ext-json": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
"phpunit/phpunit": "^5.0"
},
"keywords": [
"oauth",
Expand All @@ -34,5 +36,7 @@
"psr-4": {
"ActiveCollab\\Quickbooks\\Tests\\": "tests/"
}
}
},
"minimum-stability": "stable",
"prefer-stable": true
}
Loading

0 comments on commit a43e2d8

Please sign in to comment.