465 lines
16 KiB
JSON
465 lines
16 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": "5cda0d9f19074ae89902f263bb6a3695",
|
|
"packages": [
|
|
{
|
|
"name": "evenement/evenement",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/evenement.git",
|
|
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
|
|
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Evenement": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Igor Wiedler",
|
|
"email": "igor@wiedler.ch"
|
|
}
|
|
],
|
|
"description": "Événement is a very simple event dispatching library for PHP",
|
|
"keywords": [
|
|
"event-dispatcher",
|
|
"event-emitter"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/igorw/evenement/issues",
|
|
"source": "https://github.com/igorw/evenement/tree/master"
|
|
},
|
|
"time": "2017-07-23T21:35:13+00:00"
|
|
},
|
|
{
|
|
"name": "fortawesome/font-awesome",
|
|
"version": "6.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git",
|
|
"reference": "28e297f07af26f148c15e6cbbd12cea3027371d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/28e297f07af26f148c15e6cbbd12cea3027371d3",
|
|
"reference": "28e297f07af26f148c15e6cbbd12cea3027371d3",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"CC-BY-4.0",
|
|
"OFL-1.1",
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "The Font Awesome Team",
|
|
"homepage": "https://github.com/orgs/FortAwesome/people"
|
|
}
|
|
],
|
|
"description": "The iconic font, CSS, and SVG framework",
|
|
"homepage": "https://fontawesome.com",
|
|
"keywords": [
|
|
"FontAwesome",
|
|
"awesome",
|
|
"bootstrap",
|
|
"font",
|
|
"icon",
|
|
"svg"
|
|
],
|
|
"support": {
|
|
"docs": "http://fontawesome.com/docs",
|
|
"email": "hello@fontawesome.com",
|
|
"issues": "https://github.com/FortAwesome/Font-Awesome/issues",
|
|
"source": "https://github.com/FortAwesome/Font-Awesome"
|
|
},
|
|
"time": "2022-03-22T15:24:29+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/html",
|
|
"version": "v0.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-html.git",
|
|
"reference": "239b215ab81205f69d8df2663b0fecb138562547"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-html/zipball/239b215ab81205f69d8df2663b0fecb138562547",
|
|
"reference": "239b215ab81205f69d8df2663b0fecb138562547",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"ipl/validator": ">=0.4.0",
|
|
"php": ">=7.2",
|
|
"psr/http-message": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Html\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - HTML abstraction layer",
|
|
"homepage": "https://github.com/Icinga/ipl-html",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-html/issues",
|
|
"source": "https://github.com/Icinga/ipl-html/tree/v0.6.0"
|
|
},
|
|
"time": "2022-06-15T08:17:00+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/i18n",
|
|
"version": "v0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-i18n.git",
|
|
"reference": "3ee2a8c0c38879cb743c866d9202f8620d4c2800"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-i18n/zipball/3ee2a8c0c38879cb743c866d9202f8620d4c2800",
|
|
"reference": "3ee2a8c0c38879cb743c866d9202f8620d4c2800",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gettext": "*",
|
|
"ext-intl": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"ipl\\I18n\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - Internationalization",
|
|
"homepage": "https://github.com/Icinga/ipl-i18n",
|
|
"keywords": [
|
|
"gettext",
|
|
"i18n",
|
|
"internationalization",
|
|
"localization",
|
|
"translation"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-i18n/issues",
|
|
"source": "https://github.com/Icinga/ipl-i18n/tree/v0.2.0"
|
|
},
|
|
"time": "2022-06-15T07:33:40+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/orm",
|
|
"version": "v0.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-orm.git",
|
|
"reference": "0b76de078b9ebff608ce07b1ea051fa7d82f6261"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-orm/zipball/0b76de078b9ebff608ce07b1ea051fa7d82f6261",
|
|
"reference": "0b76de078b9ebff608ce07b1ea051fa7d82f6261",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ipl/sql": ">=0.5.0",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo_sqlite": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Orm\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - ORM",
|
|
"homepage": "https://github.com/Icinga/ipl-orm",
|
|
"keywords": [
|
|
"database",
|
|
"orm",
|
|
"sql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-orm/issues",
|
|
"source": "https://github.com/Icinga/ipl-orm/tree/v0.4.1"
|
|
},
|
|
"time": "2022-07-01T16:15:30+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/sql",
|
|
"version": "v0.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-sql.git",
|
|
"reference": "cbe5d0854ef0612c7108b84b0864b4e69e81afd1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-sql/zipball/cbe5d0854ef0612c7108b84b0864b4e69e81afd1",
|
|
"reference": "cbe5d0854ef0612c7108b84b0864b4e69e81afd1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Sql\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - SQL abstraction layer",
|
|
"homepage": "https://github.com/Icinga/ipl-sql",
|
|
"keywords": [
|
|
"database",
|
|
"sql"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-sql/issues",
|
|
"source": "https://github.com/Icinga/ipl-sql/tree/v0.5.0"
|
|
},
|
|
"time": "2022-06-15T08:43:21+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/stdlib",
|
|
"version": "v0.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-stdlib.git",
|
|
"reference": "d42a16122975a629ab7d60eff780b9fd9949545e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-stdlib/zipball/d42a16122975a629ab7d60eff780b9fd9949545e",
|
|
"reference": "d42a16122975a629ab7d60eff780b9fd9949545e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^3",
|
|
"ext-openssl": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"ipl\\Stdlib\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "ipl Standard Library",
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-stdlib/issues",
|
|
"source": "https://github.com/Icinga/ipl-stdlib/tree/v0.12.0"
|
|
},
|
|
"time": "2022-06-15T07:29:19+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/validator",
|
|
"version": "v0.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-validator.git",
|
|
"reference": "b8af9ef02654e04b63c6f28507a80270f5248ecb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-validator/zipball/b8af9ef02654e04b63c6f28507a80270f5248ecb",
|
|
"reference": "b8af9ef02654e04b63c6f28507a80270f5248ecb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ipl/i18n": ">=0.2.0",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Validator\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - Common validators and validator chaining",
|
|
"homepage": "https://github.com/Icinga/ipl-validator",
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-validator/issues",
|
|
"source": "https://github.com/Icinga/ipl-validator/tree/v0.4.0"
|
|
},
|
|
"time": "2022-06-15T07:51:54+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/web",
|
|
"version": "v0.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-web.git",
|
|
"reference": "9c3423a504ebea823309452e8414f5b0b1746bdd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-web/zipball/9c3423a504ebea823309452e8414f5b0b1746bdd",
|
|
"reference": "9c3423a504ebea823309452e8414f5b0b1746bdd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"fortawesome/font-awesome": "^6",
|
|
"ipl/html": ">=0.6.0",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ipl\\Web\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - Web Components",
|
|
"homepage": "https://github.com/Icinga/ipl-web",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-web/issues",
|
|
"source": "https://github.com/Icinga/ipl-web/tree/v0.5.0"
|
|
},
|
|
"time": "2022-06-15T12:25:42+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
},
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.2"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.2"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|