diff --git a/composer.json b/composer.json index d20fe64..07a4b64 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,6 @@ { "require": { "reflect/client": "dev-master", - "reflect/plugin-rules": "dev-master", "vlw/mysql": "dev-master", "vlw/xenum": "dev-master" }, diff --git a/composer.lock b/composer.lock index b422e8d..a4dd9a1 100755 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cb70f9f3f538a72aa8bcf906fdc906bf", + "content-hash": "f74f68a452514a9d4dd011cef7648a7f", "packages": [ { "name": "reflect/client", @@ -34,34 +34,6 @@ "description": "Extendable PHP interface for communicating with Reflect API over HTTP or UNIX sockets", "time": "2024-04-06T14:55:04+00:00" }, - { - "name": "reflect/plugin-rules", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://codeberg.org/reflect/rules-plugin", - "reference": "aa7d969350f50d00d7dce01b948276946fcc0e81" - }, - "default-branch": true, - "type": "library", - "autoload": { - "psr-4": { - "ReflectRules\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-3.0-only" - ], - "authors": [ - { - "name": "Victor Westerlund", - "email": "victor.vesterlund@gmail.com" - } - ], - "description": "Add request search paramter and request body constraints to an API built with Reflect", - "time": "2024-11-28T17:05:16+00:00" - }, { "name": "vlw/mysql", "version": "dev-master", @@ -124,7 +96,6 @@ "minimum-stability": "dev", "stability-flags": { "reflect/client": 20, - "reflect/plugin-rules": 20, "vlw/mysql": 20, "vlw/xenum": 20 }, diff --git a/endpoints/about/languages/DELETE.php b/endpoints/about/languages/DELETE.php index a1e5247..4da5b58 100644 --- a/endpoints/about/languages/DELETE.php +++ b/endpoints/about/languages/DELETE.php @@ -1,6 +1,6 @@