Skip to content

Commit

Permalink
Merge pull request #2 from fourlabsldn/v1.8
Browse files Browse the repository at this point in the history
Bump calcinai/xero-php to 1.8
  • Loading branch information
foaly-nr1 authored Jul 10, 2018
2 parents 8e885ed + ec815eb commit 01c791a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions XeroPHP/ApplicationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
class ApplicationFactory
{
const TYPE_PUBLIC = 'public';

const TYPE_PRIVATE = 'private';

const TYPE_PARTNER = 'partner';

/**
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "symfony-bundle",
"keywords": ["xero", "xero-php"],
"require": {
"php": "^5.5.9|~7.0",
"calcinai/xero-php": "^1.5",
"php": ">=5.5.9",
"calcinai/xero-php": "^1.8",
"symfony/config": "^2.7|^3.0",
"symfony/debug": "^2.7|^3.0",
"symfony/dependency-injection": "^2.7|^3.0",
Expand Down

0 comments on commit 01c791a

Please sign in to comment.