diff --git a/README.md b/README.md index 6bc6146..98081d7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Free and Open Source Marketing Automation API * cURL support ### v 3.0.0+ -* Laravel ^9.0 -* PHP ^8.0.2 or newer +* Laravel ^10.0 +* PHP ^8.1 or newer * cURL support ## Mautic Setup diff --git a/composer.json b/composer.json index 860fca3..1747061 100644 --- a/composer.json +++ b/composer.json @@ -2,18 +2,18 @@ "name": "costamateus/laravel-mautic-api", "description": "Free and Open Source Marketing Automation API", "license": "MIT", - "keywords": ["mautic", "laravel", "laravel 8", "api", "sync", "automation", "email", "marketing"], + "keywords": ["mautic", "laravel", "laravel 10", "api", "sync", "automation", "email", "marketing"], "authors": [{ "name": "Mateus Costa", "email": "mateus@costamateus.com.br" }], "minimum-stability": "stable", "require": { - "php": "^8.0.2", + "php": "^8.1", "laravel/framework": "^10.0", "mautic/api-library": "^3.1", - "guzzlehttp/guzzle": "^7.3", - "graham-campbell/manager": "^4.6", + "guzzlehttp/guzzle": "^7.9", + "graham-campbell/manager": "^5.1", "psr/log": "~2.0" }, "autoload": {