summaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json477
1 files changed, 477 insertions, 0 deletions
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
new file mode 100644
index 0000000..8459606
--- /dev/null
+++ b/vendor/composer/installed.json
@@ -0,0 +1,477 @@
+{
+ "packages": [
+ {
+ "name": "evenement/evenement",
+ "version": "v3.0.1",
+ "version_normalized": "3.0.1.0",
+ "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"
+ },
+ "time": "2017-07-23T21:35:13+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../evenement/evenement"
+ },
+ {
+ "name": "fortawesome/font-awesome",
+ "version": "6.2.1",
+ "version_normalized": "6.2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/FortAwesome/Font-Awesome.git",
+ "reference": "96cafbd73ec4339b8c73c36673ce1518db82cc5c"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/96cafbd73ec4339b8c73c36673ce1518db82cc5c",
+ "reference": "96cafbd73ec4339b8c73c36673ce1518db82cc5c",
+ "shasum": ""
+ },
+ "time": "2022-11-15T18:34:54+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../fortawesome/font-awesome"
+ },
+ {
+ "name": "ipl/html",
+ "version": "v0.6.0",
+ "version_normalized": "0.6.0.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"
+ },
+ "time": "2022-06-15T08:17:00+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../ipl/html"
+ },
+ {
+ "name": "ipl/i18n",
+ "version": "v0.2.0",
+ "version_normalized": "0.2.0.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"
+ },
+ "time": "2022-06-15T07:33:40+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../ipl/i18n"
+ },
+ {
+ "name": "ipl/orm",
+ "version": "v0.4.1",
+ "version_normalized": "0.4.1.0",
+ "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": "*"
+ },
+ "time": "2022-07-01T16:15:30+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../ipl/orm"
+ },
+ {
+ "name": "ipl/sql",
+ "version": "v0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Icinga/ipl-sql.git",
+ "reference": "cb4f5a239bfb5046a4ad7206d77a1c1d82d6cdce"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Icinga/ipl-sql/zipball/cb4f5a239bfb5046a4ad7206d77a1c1d82d6cdce",
+ "reference": "cb4f5a239bfb5046a4ad7206d77a1c1d82d6cdce",
+ "shasum": ""
+ },
+ "require": {
+ "ext-pdo": "*",
+ "ipl/stdlib": ">=0.12.0",
+ "php": ">=7.2"
+ },
+ "time": "2022-12-13T13:28:14+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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.6.0"
+ },
+ "install-path": "../ipl/sql"
+ },
+ {
+ "name": "ipl/stdlib",
+ "version": "v0.12.1",
+ "version_normalized": "0.12.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Icinga/ipl-stdlib.git",
+ "reference": "be75213aa3ba1c73756368f17be20a2bcbdeb835"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Icinga/ipl-stdlib/zipball/be75213aa3ba1c73756368f17be20a2bcbdeb835",
+ "reference": "be75213aa3ba1c73756368f17be20a2bcbdeb835",
+ "shasum": ""
+ },
+ "require": {
+ "evenement/evenement": "^3",
+ "ext-openssl": "*",
+ "php": ">=7.2"
+ },
+ "time": "2022-11-25T14:28:31+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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.1"
+ },
+ "install-path": "../ipl/stdlib"
+ },
+ {
+ "name": "ipl/validator",
+ "version": "v0.4.0",
+ "version_normalized": "0.4.0.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"
+ },
+ "time": "2022-06-15T07:51:54+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../ipl/validator"
+ },
+ {
+ "name": "ipl/web",
+ "version": "v0.6.0",
+ "version_normalized": "0.6.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/Icinga/ipl-web.git",
+ "reference": "ded069e649f0c4dccca27b36bd6d6d3f34d5bfcb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/Icinga/ipl-web/zipball/ded069e649f0c4dccca27b36bd6d6d3f34d5bfcb",
+ "reference": "ded069e649f0c4dccca27b36bd6d6d3f34d5bfcb",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "fortawesome/font-awesome": "^6",
+ "ipl/html": ">=0.6.0",
+ "ipl/i18n": ">=0.2.0",
+ "ipl/stdlib": ">=0.12.0",
+ "php": ">=7.2"
+ },
+ "time": "2022-09-05T11:47:43+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "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.6.0"
+ },
+ "install-path": "../ipl/web"
+ },
+ {
+ "name": "psr/http-message",
+ "version": "1.0.1",
+ "version_normalized": "1.0.1.0",
+ "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"
+ },
+ "time": "2016-08-06T14:39:51+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "installation-source": "dist",
+ "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"
+ },
+ "install-path": "../psr/http-message"
+ }
+ ],
+ "dev": true,
+ "dev-package-names": []
+}