From e0326233ba489b0c37260a651804c51c68521df6 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 28 Jan 2022 01:38:21 +1100 Subject: [PATCH] Use new dingo-api fork (#50) * Apply fixes from StyleCI (#48) * Update to the new dingo-api fork * Update readme --- composer.json | 2 +- readme.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d4623a4..904200d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.3", - "dingo/api": "^3.0.0", + "api-ecosystem-for-laravel/dingo-api": "^3.0.8", "tymon/jwt-auth": "^1.0.1", "illuminate/support": "^8.0", "ramsey/uuid": "^4.1" diff --git a/readme.md b/readme.md index 3420e22..887901b 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,9 @@ Please go to [The boilerplate wiki](https://github.com/specialtactics/laravel-ap | Laravel Version | Boilerplate Version | Minimum PHP Version | Support Status | |-----------------|---------------------|---------------------|----------------| -| 6.x | 1.1.x | 7.2 | Not Supported | -| 7.x | 2.x.x | 7.2.5 | Supported | +| 9.x | 4.x.x | TBA | In testing | | 8.x | 3.x.x | 7.3 | Supported | +| 7.x | 2.x.x | 7.2.5 | Not Supported | +| 6.x | 1.1.x | 7.2 | Not Supported | + +