minimal-sessions-arangodb/composer.lock

66 lines
2.2 KiB
Plaintext
Raw Permalink Normal View History

2022-11-03 14:04:16 +07:00
{
"_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": "d14d4eec14bd24ff19dbca47317e07ac",
"packages": [
{
"name": "mirzaev/minimal",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.mirzaev.sexy/mirzaev/minimal",
"reference": "22ad7304f980dc097cbb29d1c9aa130b59a7a58f"
},
"require": {
"php": "~8.1"
},
"suggest": {
"ext-PDO": "To work with SQL-based databases (MySQL, PostreSQL...)"
},
"type": "framework",
"autoload": {
"psr-4": {
"mirzaev\\minimal\\": "mirzaev/minimal/system"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Arsen Mirzaev Tatyano-Muradovich",
"email": "arsen@mirzaev.sexy",
"homepage": "https://mirzaev.sexy",
"role": "Developer"
}
],
"description": "Lightweight MVC framework that manages only the basic mechanisms, leaving the development of the programmer and not overloading the project",
"homepage": "https://git.mirzaev.sexy/mirzaev/minimal",
"keywords": [
"framework",
"mvc"
],
"support": {
"docs": "https://git.mirzaev.sexy/mirzaev/minimal/wiki",
"issues": "https://git.mirzaev.sexy/mirzaev/minimal/issues"
},
"time": "2022-11-02T22:27:45+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "^8.1"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
}