Files
development/www/vendor/composer/installed.json
Clemens Schwaighofer 513b115d57 Composer update
2023-05-30 18:31:24 +09:00

137 lines
4.5 KiB
JSON

{
"packages": [
{
"name": "egrajp/corelibs-composer-all",
"version": "dev-development",
"version_normalized": "dev-development",
"dist": {
"type": "path",
"url": "/storage/var/www/html/developers/clemens/core_data/composer-packages/CoreLibs-Composer-All",
"reference": "f66f8f282e15a15ecd25e21a2767359b5ec875d4"
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"egrajp/smarty-extended": "^4.3",
"phan/phan": "v5.x-dev",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9",
"vimeo/psalm": "^5.0@dev"
},
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"CoreLibs\\": "src/"
}
},
"license": [
"MIT"
],
"authors": [
{
"name": "Clemens Schwaighofer",
"email": "clemens.schwaighofer@egplusww.com"
}
],
"description": "CoreLibs in a composer package",
"transport-options": {
"symlink": false,
"relative": false
},
"install-path": "../egrajp/corelibs-composer-all"
},
{
"name": "egrajp/smarty-extended",
"version": "4.3.0",
"version_normalized": "4.3.0.0",
"dist": {
"type": "zip",
"url": "https://git.egplusww.jp/Composer/Smarty-Extended/archive/v4.3.0.zip"
},
"type": "library",
"installation-source": "dist",
"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"
],
"install-path": "../egrajp/smarty-extended"
},
{
"name": "gullevek/dotenv",
"version": "v2.0.8",
"version_normalized": "2.0.8.0",
"source": {
"type": "git",
"url": "https://github.com/gullevek/dotEnv.git",
"reference": "e29f9fcd8853a09bb89b0eb8ee555b754ecee36e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/gullevek/dotEnv/zipball/e29f9fcd8853a09bb89b0eb8ee555b754ecee36e",
"reference": "e29f9fcd8853a09bb89b0eb8ee555b754ecee36e",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"require-dev": {
"phan/phan": "^5.4",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9"
},
"time": "2023-03-03T00:32:02+00:00",
"type": "library",
"installation-source": "dist",
"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.0.8"
},
"install-path": "../gullevek/dotenv"
}
],
"dev": true,
"dev-package-names": []
}