1848 lines
65 KiB
JSON
1848 lines
65 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": "f580b55d7310ea22a4bf2f6619442d6e",
|
|
"packages": [
|
|
{
|
|
"name": "brick/math",
|
|
"version": "0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brick/math.git",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
|
"vimeo/psalm": "4.9.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Arbitrary-precision arithmetic library",
|
|
"keywords": [
|
|
"Arbitrary-precision",
|
|
"BigInteger",
|
|
"BigRational",
|
|
"arithmetic",
|
|
"bigdecimal",
|
|
"bignum",
|
|
"brick",
|
|
"math"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/brick/math/issues",
|
|
"source": "https://github.com/brick/math/tree/0.9.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/BenMorel",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-08-15T20:50:18+00:00"
|
|
},
|
|
{
|
|
"name": "cweagans/composer-patches",
|
|
"version": "1.7.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cweagans/composer-patches.git",
|
|
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
|
|
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "~1.0 || ~2.0",
|
|
"phpunit/phpunit": "~4.6"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "cweagans\\Composer\\Patches"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"cweagans\\Composer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cameron Eagans",
|
|
"email": "me@cweagans.net"
|
|
}
|
|
],
|
|
"description": "Provides a way to patch Composer packages.",
|
|
"support": {
|
|
"issues": "https://github.com/cweagans/composer-patches/issues",
|
|
"source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
|
|
},
|
|
"time": "2022-12-20T22:53:13+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/collections",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/collections.git",
|
|
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
|
|
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
|
"php": "^7.1.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9.0 || ^10.0",
|
|
"phpstan/phpstan": "^1.4.8",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
|
|
"vimeo/psalm": "^4.22"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Guilherme Blanco",
|
|
"email": "guilhermeblanco@gmail.com"
|
|
},
|
|
{
|
|
"name": "Roman Borschel",
|
|
"email": "roman@code-factory.org"
|
|
},
|
|
{
|
|
"name": "Benjamin Eberlei",
|
|
"email": "kontakt@beberlei.de"
|
|
},
|
|
{
|
|
"name": "Jonathan Wage",
|
|
"email": "jonwage@gmail.com"
|
|
},
|
|
{
|
|
"name": "Johannes Schmitt",
|
|
"email": "schmittjoh@gmail.com"
|
|
}
|
|
],
|
|
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
|
|
"homepage": "https://www.doctrine-project.org/projects/collections.html",
|
|
"keywords": [
|
|
"array",
|
|
"collections",
|
|
"iterators",
|
|
"php"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/collections/issues",
|
|
"source": "https://github.com/doctrine/collections/tree/1.8.0"
|
|
},
|
|
"time": "2022-09-01T20:12:10+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/deprecations",
|
|
"version": "1.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/deprecations.git",
|
|
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
|
|
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/coding-standard": "^9",
|
|
"phpstan/phpstan": "1.4.10 || 1.10.15",
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
"psalm/plugin-phpunit": "0.18.4",
|
|
"psr/log": "^1 || ^2 || ^3",
|
|
"vimeo/psalm": "4.30.0 || 5.12.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
|
"homepage": "https://www.doctrine-project.org/",
|
|
"support": {
|
|
"issues": "https://github.com/doctrine/deprecations/issues",
|
|
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
|
|
},
|
|
"time": "2024-01-30T19:34:25+00:00"
|
|
},
|
|
{
|
|
"name": "dragonmantank/cron-expression",
|
|
"version": "v3.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dragonmantank/cron-expression.git",
|
|
"reference": "8c784d071debd117328803d86b2097615b457500"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
|
|
"reference": "8c784d071debd117328803d86b2097615b457500",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2|^8.0",
|
|
"webmozart/assert": "^1.0"
|
|
},
|
|
"replace": {
|
|
"mtdowling/cron-expression": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^1.0",
|
|
"phpunit/phpunit": "^7.0|^8.0|^9.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Cron\\": "src/Cron/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Tankersley",
|
|
"email": "chris@ctankersley.com",
|
|
"homepage": "https://github.com/dragonmantank"
|
|
}
|
|
],
|
|
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
|
|
"keywords": [
|
|
"cron",
|
|
"schedule"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/dragonmantank/cron-expression/issues",
|
|
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/dragonmantank",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2024-10-09T13:47:03+00:00"
|
|
},
|
|
{
|
|
"name": "evenement/evenement",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/igorw/evenement.git",
|
|
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9 || ^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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/v3.0.2"
|
|
},
|
|
"time": "2023-08-08T05:53:35+00:00"
|
|
},
|
|
{
|
|
"name": "fortawesome/font-awesome",
|
|
"version": "6.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git",
|
|
"reference": "37eff7fa00de26db41183a3ad8ed0e9119fbc44b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/37eff7fa00de26db41183a3ad8ed0e9119fbc44b",
|
|
"reference": "37eff7fa00de26db41183a3ad8ed0e9119fbc44b",
|
|
"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": "2024-07-16T17:13:31+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
|
"reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.1 || ^2.0",
|
|
"ralouphie/getallheaders": "^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"http-interop/http-factory-tests": "0.9.0",
|
|
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
"source": "https://github.com/guzzle/psr7/tree/2.7.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-07-18T11:15:46+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/html",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-html.git",
|
|
"reference": "07f2fea6c1ddf032d17dd327fc3c573b73e45ef2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-html/zipball/07f2fea6c1ddf032d17dd327fc3c573b73e45ef2",
|
|
"reference": "07f2fea6c1ddf032d17dd327fc3c573b73e45ef2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-fileinfo": "*",
|
|
"guzzlehttp/psr7": "^2.5",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"ipl/validator": ">=0.5.0",
|
|
"php": ">=7.2",
|
|
"psr/http-message": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"ipl/stdlib": "dev-main",
|
|
"ipl/validator": "dev-main"
|
|
},
|
|
"default-branch": true,
|
|
"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.8.1"
|
|
},
|
|
"time": "2024-06-12T09:56:17+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/i18n",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-i18n.git",
|
|
"reference": "a2b6109c5a93f86ce46d5dc351dbe75e8502cf8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-i18n/zipball/a2b6109c5a93f86ce46d5dc351dbe75e8502cf8c",
|
|
"reference": "a2b6109c5a93f86ce46d5dc351dbe75e8502cf8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gettext": "*",
|
|
"ext-intl": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"ipl/stdlib": "dev-main"
|
|
},
|
|
"default-branch": true,
|
|
"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.2"
|
|
},
|
|
"time": "2024-04-08T12:28:47+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/orm",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-orm.git",
|
|
"reference": "832d9ff5346ddce2f2ef19919815067a40bc1ec2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-orm/zipball/832d9ff5346ddce2f2ef19919815067a40bc1ec2",
|
|
"reference": "832d9ff5346ddce2f2ef19919815067a40bc1ec2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ipl/sql": ">=0.7.0",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"ext-pdo_sqlite": "*",
|
|
"ipl/sql": "dev-main",
|
|
"ipl/stdlib": "dev-main"
|
|
},
|
|
"default-branch": true,
|
|
"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/main"
|
|
},
|
|
"time": "2024-09-24T08:55:43+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/scheduler",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-scheduler.git",
|
|
"reference": "6119afdea07b1390bd728e350e0d80b26ec8d6ba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-scheduler/zipball/6119afdea07b1390bd728e350e0d80b26ec8d6ba",
|
|
"reference": "6119afdea07b1390bd728e350e0d80b26ec8d6ba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dragonmantank/cron-expression": "^3",
|
|
"ext-json": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2",
|
|
"psr/log": "^1",
|
|
"ramsey/uuid": "^4.2.3",
|
|
"react/event-loop": "^1.4",
|
|
"react/promise": "^2.10",
|
|
"simshaun/recurr": "^5"
|
|
},
|
|
"require-dev": {
|
|
"ipl/stdlib": "dev-main"
|
|
},
|
|
"suggest": {
|
|
"ext-ev": "Improves performance, efficiency and avoids system limitations. Highly recommended! (See https://www.php.net/manual/en/intro.ev.php for details)"
|
|
},
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/register_cron_aliases.php"
|
|
],
|
|
"psr-4": {
|
|
"ipl\\Scheduler\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Icinga PHP Library - Tasks scheduler",
|
|
"homepage": "https://github.com/Icinga/ipl-scheduler",
|
|
"keywords": [
|
|
"cron",
|
|
"job",
|
|
"scheduler",
|
|
"task"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Icinga/ipl-scheduler/issues",
|
|
"source": "https://github.com/Icinga/ipl-scheduler/tree/v0.1.2"
|
|
},
|
|
"time": "2023-08-30T14:14:23+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/sql",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-sql.git",
|
|
"reference": "e80f1b712c4b96099b0bf9096e6efe317a165e3b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-sql/zipball/e80f1b712c4b96099b0bf9096e6efe317a165e3b",
|
|
"reference": "e80f1b712c4b96099b0bf9096e6efe317a165e3b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pdo": "*",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"ipl/stdlib": "dev-main"
|
|
},
|
|
"default-branch": true,
|
|
"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.7.1"
|
|
},
|
|
"time": "2024-06-25T09:55:43+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/stdlib",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-stdlib.git",
|
|
"reference": "bf5fc8f40b86bd90337db6f3be389be2a93fa64a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-stdlib/zipball/bf5fc8f40b86bd90337db6f3be389be2a93fa64a",
|
|
"reference": "bf5fc8f40b86bd90337db6f3be389be2a93fa64a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"evenement/evenement": "^3.0.1",
|
|
"ext-openssl": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"default-branch": true,
|
|
"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.14.0"
|
|
},
|
|
"time": "2024-04-22T08:47:08+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/validator",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-validator.git",
|
|
"reference": "bacdda8027d0b4c2937185882d06b1876818b247"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-validator/zipball/bacdda8027d0b4c2937185882d06b1876818b247",
|
|
"reference": "bacdda8027d0b4c2937185882d06b1876818b247",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ipl/i18n": ">=0.2.0",
|
|
"ipl/stdlib": ">=0.12.0",
|
|
"php": ">=7.2",
|
|
"psr/http-message": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"guzzlehttp/psr7": "^1",
|
|
"ipl/i18n": "dev-main",
|
|
"ipl/stdlib": "dev-main"
|
|
},
|
|
"default-branch": true,
|
|
"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/main"
|
|
},
|
|
"time": "2024-04-15T14:38:01+00:00"
|
|
},
|
|
{
|
|
"name": "ipl/web",
|
|
"version": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Icinga/ipl-web.git",
|
|
"reference": "f449fa78a03c0269180630dfcccce18d888bec00"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Icinga/ipl-web/zipball/f449fa78a03c0269180630dfcccce18d888bec00",
|
|
"reference": "f449fa78a03c0269180630dfcccce18d888bec00",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"fortawesome/font-awesome": "^6",
|
|
"ipl/html": ">=0.8.0",
|
|
"ipl/i18n": ">=0.2.0",
|
|
"ipl/orm": ">=0.5.2",
|
|
"ipl/scheduler": ">=0.1.0",
|
|
"ipl/stdlib": ">=0.13.0",
|
|
"php": ">=7.2",
|
|
"psr/http-message": "^1.1",
|
|
"wikimedia/less.php": "^3.2.1"
|
|
},
|
|
"require-dev": {
|
|
"ipl/html": "dev-main",
|
|
"ipl/i18n": "dev-main",
|
|
"ipl/orm": "dev-main",
|
|
"ipl/scheduler": "dev-main",
|
|
"ipl/stdlib": "dev-main",
|
|
"shardj/zf1-future": "^1.22"
|
|
},
|
|
"default-branch": true,
|
|
"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/main"
|
|
},
|
|
"time": "2024-10-24T11:58:33+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"psr/http-message": "^1.0 || ^2.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": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
|
"keywords": [
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr",
|
|
"psr-17",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-factory"
|
|
},
|
|
"time": "2024-04-15T12:06:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.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/1.1"
|
|
},
|
|
"time": "2023-04-04T09:50:52+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "ralouphie/getallheaders",
|
|
"version": "3.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ralouphie/getallheaders.git",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
|
"reference": "120b605dfeb996808c31b6477290a714d356e822",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5 || ^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/getallheaders.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"description": "A polyfill for getallheaders.",
|
|
"support": {
|
|
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
|
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
|
},
|
|
"time": "2019-03-08T08:55:37+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/collection",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/collection.git",
|
|
"reference": "ab2237657ad99667a5143e32ba2683c8029563d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4",
|
|
"reference": "ab2237657ad99667a5143e32ba2683c8029563d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2 || ^8"
|
|
},
|
|
"require-dev": {
|
|
"captainhook/captainhook": "^5.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"ergebnis/composer-normalize": "^2.6",
|
|
"fakerphp/faker": "^1.5",
|
|
"hamcrest/hamcrest-php": "^2",
|
|
"jangregor/phpstan-prophecy": "^0.8",
|
|
"mockery/mockery": "^1.3",
|
|
"phpstan/extension-installer": "^1",
|
|
"phpstan/phpstan": "^0.12.32",
|
|
"phpstan/phpstan-mockery": "^0.12.5",
|
|
"phpstan/phpstan-phpunit": "^0.12.11",
|
|
"phpunit/phpunit": "^8.5 || ^9",
|
|
"psy/psysh": "^0.10.4",
|
|
"slevomat/coding-standard": "^6.3",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "^4.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Ramsey\\Collection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Ramsey",
|
|
"email": "ben@benramsey.com",
|
|
"homepage": "https://benramsey.com"
|
|
}
|
|
],
|
|
"description": "A PHP 7.2+ library for representing and manipulating collections.",
|
|
"keywords": [
|
|
"array",
|
|
"collection",
|
|
"hash",
|
|
"map",
|
|
"queue",
|
|
"set"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/collection/issues",
|
|
"source": "https://github.com/ramsey/collection/tree/1.1.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ramsey",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-07-30T00:58:27+00:00"
|
|
},
|
|
{
|
|
"name": "ramsey/uuid",
|
|
"version": "4.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ramsey/uuid.git",
|
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"brick/math": "^0.8 || ^0.9",
|
|
"ext-json": "*",
|
|
"php": "^7.2 || ^8.0",
|
|
"ramsey/collection": "^1.0",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-php80": "^1.14"
|
|
},
|
|
"replace": {
|
|
"rhumsaa/uuid": "self.version"
|
|
},
|
|
"require-dev": {
|
|
"captainhook/captainhook": "^5.10",
|
|
"captainhook/plugin-composer": "^5.3",
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.8",
|
|
"ergebnis/composer-normalize": "^2.15",
|
|
"mockery/mockery": "^1.3",
|
|
"moontoast/math": "^1.1",
|
|
"paragonie/random-lib": "^2",
|
|
"php-mock/php-mock": "^2.2",
|
|
"php-mock/php-mock-mockery": "^1.3",
|
|
"php-parallel-lint/php-parallel-lint": "^1.1",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpstan/phpstan-mockery": "^0.12",
|
|
"phpstan/phpstan-phpunit": "^0.12",
|
|
"phpunit/phpunit": "^8.5 || ^9",
|
|
"slevomat/coding-standard": "^7.0",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "^4.9"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
|
|
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
|
|
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
|
|
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
|
|
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
|
|
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "4.x-dev"
|
|
},
|
|
"captainhook": {
|
|
"force-install": true
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Ramsey\\Uuid\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
|
|
"keywords": [
|
|
"guid",
|
|
"identifier",
|
|
"uuid"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ramsey/uuid/issues",
|
|
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/ramsey",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-09-25T23:10:38+00:00"
|
|
},
|
|
{
|
|
"name": "react/event-loop",
|
|
"version": "v1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/event-loop.git",
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
},
|
|
"suggest": {
|
|
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"React\\EventLoop\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"event-loop"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/event-loop/issues",
|
|
"source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2023-11-13T13:48:05+00:00"
|
|
},
|
|
{
|
|
"name": "react/promise",
|
|
"version": "v2.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/reactphp/promise.git",
|
|
"reference": "1a8460931ea36dc5c76838fec5734d55c88c6831"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/reactphp/promise/zipball/1a8460931ea36dc5c76838fec5734d55c88c6831",
|
|
"reference": "1a8460931ea36dc5c76838fec5734d55c88c6831",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"React\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Sorgalla",
|
|
"email": "jsorgalla@gmail.com",
|
|
"homepage": "https://sorgalla.com/"
|
|
},
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering",
|
|
"homepage": "https://clue.engineering/"
|
|
},
|
|
{
|
|
"name": "Cees-Jan Kiewiet",
|
|
"email": "reactphp@ceesjankiewiet.nl",
|
|
"homepage": "https://wyrihaximus.net/"
|
|
},
|
|
{
|
|
"name": "Chris Boden",
|
|
"email": "cboden@gmail.com",
|
|
"homepage": "https://cboden.dev/"
|
|
}
|
|
],
|
|
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
|
|
"keywords": [
|
|
"promise",
|
|
"promises"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/reactphp/promise/issues",
|
|
"source": "https://github.com/reactphp/promise/tree/v2.11.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/reactphp",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2023-11-16T16:16:50+00:00"
|
|
},
|
|
{
|
|
"name": "simshaun/recurr",
|
|
"version": "v5.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simshaun/recurr.git",
|
|
"reference": "1aff62e6e0ee875b3f2487352542605123ee9172"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simshaun/recurr/zipball/1aff62e6e0ee875b3f2487352542605123ee9172",
|
|
"reference": "1aff62e6e0ee875b3f2487352542605123ee9172",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"doctrine/collections": "~1.6||^2.0",
|
|
"php": "^7.2||^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.16",
|
|
"symfony/yaml": "^5.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Recurr\\": "src/Recurr/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Shaun Simmons",
|
|
"email": "shaun@shaun.pub",
|
|
"homepage": "https://shaun.pub"
|
|
}
|
|
],
|
|
"description": "PHP library for working with recurrence rules",
|
|
"homepage": "https://github.com/simshaun/recurr",
|
|
"keywords": [
|
|
"dates",
|
|
"events",
|
|
"recurrence",
|
|
"recurring",
|
|
"rrule"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/simshaun/recurr/issues",
|
|
"source": "https://github.com/simshaun/recurr/tree/v5.0.2"
|
|
},
|
|
"time": "2023-09-26T20:31:33+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.31.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.31.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
"reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"phpstan/phpstan": "<0.12.20",
|
|
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8.5.13"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.10-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/webmozarts/assert/issues",
|
|
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
},
|
|
"time": "2022-06-03T18:03:27+00:00"
|
|
},
|
|
{
|
|
"name": "wikimedia/less.php",
|
|
"version": "v3.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/wikimedia/less.php.git",
|
|
"reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/wikimedia/less.php/zipball/0d5b30ba792bdbf8991a646fc9c30561b38a5559",
|
|
"reference": "0d5b30ba792bdbf8991a646fc9c30561b38a5559",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.9"
|
|
},
|
|
"require-dev": {
|
|
"mediawiki/mediawiki-codesniffer": "40.0.1",
|
|
"mediawiki/mediawiki-phan-config": "0.12.0",
|
|
"mediawiki/minus-x": "1.1.1",
|
|
"php-parallel-lint/php-console-highlighter": "1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "1.3.2",
|
|
"phpunit/phpunit": "^8.5"
|
|
},
|
|
"bin": [
|
|
"bin/lessc"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Less": "lib/"
|
|
},
|
|
"classmap": [
|
|
"lessc.inc.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Timo Tijhof",
|
|
"homepage": "https://timotijhof.net"
|
|
},
|
|
{
|
|
"name": "Josh Schmidt",
|
|
"homepage": "https://github.com/oyejorge"
|
|
},
|
|
{
|
|
"name": "Matt Agar",
|
|
"homepage": "https://github.com/agar"
|
|
},
|
|
{
|
|
"name": "Martin Jantošovič",
|
|
"homepage": "https://github.com/Mordred"
|
|
}
|
|
],
|
|
"description": "PHP port of the LESS processor",
|
|
"homepage": "https://gerrit.wikimedia.org/g/mediawiki/libs/less.php",
|
|
"keywords": [
|
|
"css",
|
|
"less",
|
|
"less.js",
|
|
"lesscss",
|
|
"php",
|
|
"stylesheet"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/wikimedia/less.php/issues",
|
|
"source": "https://github.com/wikimedia/less.php/tree/v3.2.1"
|
|
},
|
|
"time": "2023-02-03T06:43:41+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [
|
|
{
|
|
"package": "ipl/html",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/i18n",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/orm",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/scheduler",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/sql",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/stdlib",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/validator",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
},
|
|
{
|
|
"package": "ipl/web",
|
|
"version": "dev-main",
|
|
"alias": "99.x-dev",
|
|
"alias_normalized": "99.9999999.9999999.9999999-dev"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"stability-flags": {
|
|
"ipl/html": 20,
|
|
"ipl/i18n": 20,
|
|
"ipl/orm": 20,
|
|
"ipl/scheduler": 20,
|
|
"ipl/sql": 20,
|
|
"ipl/stdlib": 20,
|
|
"ipl/validator": 20,
|
|
"ipl/web": 20
|
|
},
|
|
"prefer-stable": true,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.2"
|
|
},
|
|
"platform-dev": {},
|
|
"platform-overrides": {
|
|
"php": "7.2.9"
|
|
},
|
|
"plugin-api-version": "2.6.0"
|
|
}
|