Skip to content

Commit 1acfd6d

Browse files
committed
Drop Laravel 9 support due to EOL
1 parent 368b024 commit 1acfd6d

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Laravel ActiveCampaign
22

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

66
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).
@@ -21,10 +21,9 @@ The package currently supports `Contacts`, `Custom Fields`, `Custom Fields Value
2121

2222
## Laravel Support
2323

24-
| Version | Release |
25-
|---------|----------|
26-
| 10.x | 1.3, 1.2 |
27-
| 9.x | 1.1 |
24+
| Version | Release |
25+
|---------|---------|
26+
| 10.x | 1.3 |
2827

2928
## Installation
3029

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/support": "^9.0|^10.0"
18+
"illuminate/support": "^10.0"
1919
},
2020
"require-dev": {
2121
"larastan/larastan": "^2.8",
2222
"laravel/pint": "^1.0",
23-
"orchestra/testbench": "^7.0|^8.0",
23+
"orchestra/testbench": "^8.0",
2424
"phpunit/phpunit": "^9.5"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)