219 lines
7.2 KiB
JSON
219 lines
7.2 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": "4cde2c3b3397cacb92afaa89e66985db",
|
|
"packages": [
|
|
{
|
|
"name": "egrajp/corelibs-composer-all",
|
|
"version": "dev-development",
|
|
"dist": {
|
|
"type": "path",
|
|
"url": "/storage/var/www/html/developers/clemens/core_data/composer-packages/CoreLibs-Composer-All",
|
|
"reference": "f765f50350a6364ba36d832ed5acfdb4b3c78143"
|
|
},
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"psr/log": "^3.0@dev"
|
|
},
|
|
"require-dev": {
|
|
"egrajp/smarty-extended": "^5.4",
|
|
"gullevek/dotenv": "dev-master",
|
|
"phan/phan": "^5.4",
|
|
"phpstan/phpdoc-parser": "^2.0",
|
|
"phpstan/phpstan": "^2.0",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CoreLibs\\": "src/"
|
|
}
|
|
},
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"description": "CoreLibs in a composer package",
|
|
"keywords": [
|
|
"corelib",
|
|
"database",
|
|
"logging",
|
|
"templating",
|
|
"tools"
|
|
],
|
|
"transport-options": {
|
|
"symlink": false,
|
|
"relative": false
|
|
}
|
|
},
|
|
{
|
|
"name": "egrajp/smarty-extended",
|
|
"version": "4.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.egplusww.jp/Composer/Smarty-Extended",
|
|
"reference": "4.5.2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://git.egplusww.jp/api/packages/Composer/composer/files/egrajp%2Fsmarty-extended/4.5.2/egrajp-smarty-extended.4.5.2.zip",
|
|
"shasum": "a2c67a5047aad349a2cfa54240a44da449df9c4c"
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"egrajp/corelibs-composer-all": "^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"description": "Smarty, extended with gettext, checkbox/radio labels and index numbers",
|
|
"homepage": "https://github.com/smarty-php/smarty/",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2024-04-16T18:25:27+09:00"
|
|
},
|
|
{
|
|
"name": "gullevek/dotenv",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/gullevek/dotEnv.git",
|
|
"reference": "a7ade8648594c937ca24adb758eb5a702529cf70"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/gullevek/dotEnv/zipball/a7ade8648594c937ca24adb758eb5a702529cf70",
|
|
"reference": "a7ade8648594c937ca24adb758eb5a702529cf70",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phan/phan": "^5.4",
|
|
"phpstan/phpdoc-parser": "^2.0",
|
|
"phpstan/phpstan": "^2.0",
|
|
"phpstan/phpstan-deprecation-rules": "^2.0",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"gullevek\\dotEnv\\": "src/",
|
|
"gullevek\\dotenv\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "gullevek@gullevek.org",
|
|
"homepage": "http://gullevek.org"
|
|
}
|
|
],
|
|
"description": "Simple .env file processing and storing in _ENV array",
|
|
"homepage": "https://github.com/gullevek/dotEnv",
|
|
"keywords": [
|
|
".env",
|
|
"_ENV",
|
|
"dotenv",
|
|
"environment variables"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/gullevek/dotEnv/issues",
|
|
"source": "https://github.com/gullevek/dotEnv/tree/v2.1.1"
|
|
},
|
|
"time": "2024-11-18T11:10:09+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/3.0.2"
|
|
},
|
|
"time": "2024-09-11T13:17:53+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"egrajp/corelibs-composer-all": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {},
|
|
"platform-dev": {},
|
|
"plugin-api-version": "2.9.0"
|
|
}
|