Skip to content

Commit

Permalink
⬆️ Update composer
Browse files Browse the repository at this point in the history
- Set depedencies to stable versions
- Fix badges and README instructions
  • Loading branch information
amcintosh committed Jan 7, 2022
1 parent e7558ff commit 11b45e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- Add OAuth authentication methods
- Add current user and identity model (identity, business, business membership)
- Set depedencies to stable versions

## 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FreshBooks PHP SDK

![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/amcintosh/freshbooks?style=flat)
![Packagist PHP Version Support](https://badgen.net/packagist/v/amcintosh/freshbooks)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/amcintosh/freshbooks-php-sdk/Run%20Tests)](https://github.com/amcintosh/freshbooks-php-sdk/actions?query=workflow%3A%22Run+Tests%22)

A FreshBooks PHP SDK to allow you to more easily utilize the [FreshBooks API](https://www.freshbooks.com/api).
Expand All @@ -17,7 +17,7 @@ Requires a [PSR-18 implementation](https://packagist.org/providers/psr/http-clie
not already have a compatible client, you can install one with it.

```shell
composer require amcintosh/freshbooks-php-sdk php-http/guzzle7-adapter
composer require amcintosh/freshbooks php-http/guzzle7-adapter
```

## Usage
Expand Down
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "library",
"require": {
"php": "^8.0",
"php-http/client-common": "^2.4",
"php-http/client-common": "^2.5",
"php-http/discovery": "^1.14",
"psr/http-client": "1.0.x-dev",
"psr/http-factory": "1.0.x-dev",
"spatie/data-transfer-object": "dev-main",
"spryker/decimal-object": "1.x-dev"
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"spatie/data-transfer-object": "^3.7",
"spryker/decimal-object": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "9.5.x-dev",
Expand All @@ -36,5 +36,6 @@
"email": "andrew@amcintosh.net"
}
],
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit 11b45e6

Please sign in to comment.