From 52f07bccc3b38db7026bb6eb627b892f2939f46f Mon Sep 17 00:00:00 2001 From: Stripe Date: Thu, 29 Sep 2022 17:47:56 -0500 Subject: [PATCH] Updates minimum dep versions --- README.md | 3 +-- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 44bb4ae..1d6ee99 100644 --- a/README.md +++ b/README.md @@ -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) -TaxJar 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). @@ -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 diff --git a/composer.json b/composer.json index 6248cd0..eacdd98 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": {