mirror of
https://codeberg.org/vlw/wp.git
synced 2026-02-26 03:51:58 +01:00
Bumped vlw/scaffold to 1.7.6 and make use of the `Database::instance()` method. This is an almost-fix for issue #15. It will not close it though. The Database class is still a hot mess. Reviewed-on: https://codeberg.org/vlw/wp/pulls/16
103 lines
3.3 KiB
JSON
103 lines
3.3 KiB
JSON
{
|
|
"_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": "b91fdf5f7ab7664942bb09aade83f70f",
|
|
"packages": [
|
|
{
|
|
"name": "vlw/mysql",
|
|
"version": "3.5.11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/vlw/php-mysql",
|
|
"reference": "73297feb826173cd0cd1a15e09e102618e060e2d"
|
|
},
|
|
"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-08-30T07:49:14+00:00"
|
|
},
|
|
{
|
|
"name": "vlw/scaffold",
|
|
"version": "1.7.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/vlw/scaffold",
|
|
"reference": "ffd809f76dd50d7a6ee631f21715dca40ec40f44"
|
|
},
|
|
"require": {
|
|
"vlw/mysql": "3.5.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"vlw\\Scaffold\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"description": "Project scaffolding (primarily) for Reflect and Vegvisir projects",
|
|
"time": "2026-02-24T09:44:05+00:00"
|
|
},
|
|
{
|
|
"name": "vlw/xenum",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://codeberg.org/vlw/php-xenum",
|
|
"reference": "ba3f43a9e2787bf938cfbfcb85ea87e5062df294"
|
|
},
|
|
"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": "2025-05-10T11:28:03+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|