From 1ff5c35de5dbd70a782875a91dd2232fd01b002b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 14:38:04 +0200 Subject: Adding upstream version 0.10.1. Signed-off-by: Daniel Baumann --- composer.lock | 465 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 465 insertions(+) create mode 100644 composer.lock (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..5af3726 --- /dev/null +++ b/composer.lock @@ -0,0 +1,465 @@ +{ + "_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": "35666e47d69b9956089f0e413844db26", + "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.2.1", + "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": "" + }, + "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-11-15T18:34:54+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.6.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" + }, + "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.6.0" + }, + "time": "2022-12-13T13:28:14+00:00" + }, + { + "name": "ipl/stdlib", + "version": "v0.12.1", + "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" + }, + "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.1" + }, + "time": "2022-11-25T14:28:31+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.6.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" + }, + "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.6.0" + }, + "time": "2022-09-05T11:47:43+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" +} -- cgit v1.2.3