mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
137 lines
4.5 KiB
JSON
Executable file
137 lines
4.5 KiB
JSON
Executable file
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "cb70f9f3f538a72aa8bcf906fdc906bf",
|
|
"packages": [
|
|
{
|
|
"name": "reflect/client",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/reflect/client-php",
|
|
"reference": "89a8c041044c8c60cefafc4716d5d61b96c43e06"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Reflect\\": "src/Reflect/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor.vesterlund@gmail.com"
|
|
}
|
|
],
|
|
"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": "01cc1eea020ec5ea23140d86597bb5c8c1c2ec7f"
|
|
},
|
|
"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",
|
|
"abandoned": true,
|
|
"time": "2025-04-04T06:00:01+00:00"
|
|
},
|
|
{
|
|
"name": "vlw/mysql",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/vlw/php-mysql",
|
|
"reference": "c64eb96049907da60dc9f237d26aef0e531b0015"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vlw\\MySQL\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"description": "Abstraction library for common MySQL/MariaDB DML operations with php-mysqli",
|
|
"time": "2025-01-30T09:33:10+00:00"
|
|
},
|
|
{
|
|
"name": "vlw/xenum",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/vlw/php-xenum",
|
|
"reference": "1c997a5574656b88a62f5ee160ee5a6439932a2f"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vlw\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"description": "PHP eXtended Enums. The missing quality-of-life features from PHP 8+ Enums",
|
|
"time": "2024-12-02T10:36:32+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"reflect/client": 20,
|
|
"reflect/plugin-rules": 20,
|
|
"vlw/mysql": 20,
|
|
"vlw/xenum": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|