From f4d10339df5a22eaad99c1769d1df5d4fa82ca43 Mon Sep 17 00:00:00 2001 From: Jonathan Henrique Date: Sat, 5 Nov 2022 19:48:50 -0300 Subject: [PATCH] :fire: update to php 8.0 --- composer.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4da635a..5ecc053 100644 --- a/composer.json +++ b/composer.json @@ -22,13 +22,15 @@ "type": "library", "license": "MIT", "require": { + "php": ">=8.0", "composer/composer": "^2.2.0", - "php": ">=7.4" + "guzzlehttp/guzzle": "^7.3" }, "require-dev": { - "php": ">=7.4", + "php": ">=8.0", + "phpunit/phpunit": "^9.5", + "guzzlehttp/guzzle": "^7.3", "orchestra/testbench": "^4.0|^5.0|^6.0", - "phpunit/phpunit": "^8.0|^9.0" }, "autoload": { "psr-4": { @@ -41,7 +43,8 @@ } }, "suggest": { - "ext-curl": "Required by ApiGratis\\ to requests in services." + "ext-curl": "Required by ApiGratis\\ to requests in services.", + "guzzlehttp/guzzle": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients." }, "config": { "sort-packages": true,