From e897a04789f91bd1714ab77dbdf333370e3d0cfa Mon Sep 17 00:00:00 2001 From: jfrosorio Date: Tue, 21 Jul 2026 23:21:54 +0100 Subject: [PATCH] chore(package): deprecate in favor of codetech/laravel-vendus --- README.md | 3 +++ composer.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a06ab5a..e404285 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Vendus Api +> [!WARNING] +> **This package is deprecated and no longer maintained.** Its HTTP client was absorbed into [codetech/laravel-vendus](https://github.com/CodeTechAgency/laravel-vendus) v2 (as `CodeTech\Vendus\Http\VendusApi`, built on Laravel's HTTP client). Use that package instead. Existing installs keep working, but no further releases will be made. + PHP library for implementing the Vendus API. [![Latest version](https://img.shields.io/github/release/CodeTechAgency/vendus-api?style=flat-square)](https://github.com/CodeTechAgency/vendus-api/releases) diff --git a/composer.json b/composer.json index e370534..7455a75 100644 --- a/composer.json +++ b/composer.json @@ -24,5 +24,6 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "abandoned": "codetech/laravel-vendus" }