Skip to content

Commit

Permalink
Updates minimum dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sethobey-stripe committed Sep 29, 2022
1 parent c82121c commit 52f07bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TaxJar Sales Tax API for PHP [![Packagist](https://img.shields.io/packagist/v/taxjar/taxjar-php.svg)](https://packagist.org/packages/taxjar/taxjar-php) [![Build Status](https://img.shields.io/travis/taxjar/taxjar-php.svg?style=flat-square)](https://travis-ci.org/taxjar/taxjar-php)

<a href="https://developers.taxjar.com"><img src="https://www.taxjar.com/img/TJ_logo_color_office_png.png" alt="TaxJar" width="220"></a>

Official PHP client for Sales Tax API v2. For the REST documentation, please visit [https://developers.taxjar.com/api](https://developers.taxjar.com/api/reference/?php).

Expand All @@ -18,7 +17,7 @@ Official PHP client for Sales Tax API v2. For the REST documentation, please vis

## Requirements

- PHP 5.5.0 and later.
- PHP 8.0 and later.
- [Guzzle](https://github.com/guzzle/guzzle) (included via Composer).

## Installation
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taxjar/taxjar-php",
"description": "Sales Tax API Client for PHP 5.5+",
"description": "Sales Tax API Client for PHP 8.0+",
"keywords": [
"taxjar",
"sales tax",
Expand All @@ -14,12 +14,12 @@
}
],
"require": {
"php": "^7.2|^8.0",
"php": "^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.0.2|^7.0.1"
"guzzlehttp/guzzle": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 52f07bc

Please sign in to comment.