* Remove unused laminas db backend * Remove laminas-db from composer.json * Remove bundled-libs/laminas
234 lines
7.7 KiB
JSON
234 lines
7.7 KiB
JSON
{
|
|
"packages": [
|
|
{
|
|
"name": "katzgrau/klogger",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/katzgrau/klogger.git",
|
|
"reference": "46cdd92a9b4a8443120cc955bf831450cb274813"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/katzgrau/klogger/zipball/46cdd92a9b4a8443120cc955bf831450cb274813",
|
|
"reference": "46cdd92a9b4a8443120cc955bf831450cb274813",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"psr/log": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.0.*"
|
|
},
|
|
"time": "2014-03-20T02:36:36+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Katzgrau\\KLogger\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dan Horrigan",
|
|
"email": "dan@dhorrigan.com",
|
|
"homepage": "http://dhorrigan.com",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Kenny Katzgrau",
|
|
"email": "katzgrau@gmail.com"
|
|
}
|
|
],
|
|
"description": "A Simple Logging Class",
|
|
"keywords": [
|
|
"logging"
|
|
],
|
|
"install-path": "../katzgrau/klogger"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.0.0",
|
|
"version_normalized": "1.0.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
|
|
"shasum": ""
|
|
},
|
|
"time": "2012-12-21T11:40:51+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Psr\\Log\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"install-path": "../psr/log"
|
|
},
|
|
{
|
|
"name": "psr/simple-cache",
|
|
"version": "1.0.1",
|
|
"version_normalized": "1.0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/simple-cache.git",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"time": "2017-10-23T01:57:42+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\SimpleCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interfaces for simple caching",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"psr",
|
|
"psr-16",
|
|
"simple-cache"
|
|
],
|
|
"install-path": "../psr/simple-cache"
|
|
},
|
|
{
|
|
"name": "voku/simple-cache",
|
|
"version": "4.0.5",
|
|
"version_normalized": "4.0.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/voku/simple-cache.git",
|
|
"reference": "416cf88902991f3bf6168b71c0683e6dabb3d5e1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/voku/simple-cache/zipball/416cf88902991f3bf6168b71c0683e6dabb3d5e1",
|
|
"reference": "416cf88902991f3bf6168b71c0683e6dabb3d5e1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"psr/simple-cache": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/simple-cache-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~6.0 || ~7.0"
|
|
},
|
|
"suggest": {
|
|
"predis/predis": "~1.1",
|
|
"symfony/var-exporter": "~3.0 || ~4.0 || ~5.0"
|
|
},
|
|
"time": "2020-03-15T21:00:57+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"voku\\cache\\": "src/voku/cache/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Lars Moelleken",
|
|
"homepage": "http://www.moelleken.org/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Simple Cache library",
|
|
"homepage": "https://github.com/voku/simple-cache",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"php",
|
|
"simple cache"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/voku/simple-cache/issues",
|
|
"source": "https://github.com/voku/simple-cache/tree/master"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.paypal.me/moelleken",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/voku",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/voku",
|
|
"type": "patreon"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/simple-cache",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"install-path": "../voku/simple-cache"
|
|
}
|
|
],
|
|
"dev": true,
|
|
"dev-package-names": []
|
|
}
|