Skip to content

Commit

Permalink
upd: laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
CostaMateus committed Aug 1, 2024
1 parent 1b6b568 commit b6e6d2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
}],
"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": {
Expand Down

0 comments on commit b6e6d2b

Please sign in to comment.