Skip to content

Commit

Permalink
Drop Laravel 9 support due to EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbearman committed Feb 12, 2024
1 parent 368b024 commit 1acfd6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Laravel ActiveCampaign

[![Latest Stable Version](https://poser.pugx.org/rossbearman/laravel-active-campaign/v/stable?style=flat-square)](https://packagist.org/packages/label84/laravel-active-campaign)
[![Latest Stable Version](https://poser.pugx.org/rossbearman/laravel-active-campaign/v/stable?style=flat-square)](https://packagist.org/packages/rossbearman/laravel-active-campaign)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)

This package provides a simple interface to the ActiveCampaign API v3. It is a continuation of the original laravel-active-campaign package by [Tjardoo/Label84](https://github.com/tjardoo) and can easily be [migrated](#migrating-from-label84activecampaign).
Expand All @@ -21,10 +21,9 @@ The package currently supports `Contacts`, `Custom Fields`, `Custom Fields Value

## Laravel Support

| Version | Release |
|---------|----------|
| 10.x | 1.3, 1.2 |
| 9.x | 1.1 |
| Version | Release |
|---------|---------|
| 10.x | 1.3 |

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0|^10.0"
"illuminate/support": "^10.0"
},
"require-dev": {
"larastan/larastan": "^2.8",
"laravel/pint": "^1.0",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5"
},
"autoload": {
Expand Down

0 comments on commit 1acfd6d

Please sign in to comment.