You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3303 lines
116 KiB
JSON
3303 lines
116 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": "5265e13cf91844428ed9c0e717a0f370",
|
|
"packages": [
|
|
{
|
|
"name": "dflydev/dot-access-data",
|
|
"version": "v3.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
|
|
"reference": "0992cc19268b259a39e86f296da5f0677841f42c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c",
|
|
"reference": "0992cc19268b259a39e86f296da5f0677841f42c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.42",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
|
|
"scrutinizer/ocular": "1.6.0",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "^3.14"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dflydev\\DotAccessData\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dragonfly Development Inc.",
|
|
"email": "info@dflydev.com",
|
|
"homepage": "http://dflydev.com"
|
|
},
|
|
{
|
|
"name": "Beau Simensen",
|
|
"email": "beau@dflydev.com",
|
|
"homepage": "http://beausimensen.com"
|
|
},
|
|
{
|
|
"name": "Carlos Frutos",
|
|
"email": "carlos@kiwing.it",
|
|
"homepage": "https://github.com/cfrutos"
|
|
},
|
|
{
|
|
"name": "Colin O'Dell",
|
|
"email": "colinodell@gmail.com",
|
|
"homepage": "https://www.colinodell.com"
|
|
}
|
|
],
|
|
"description": "Given a deep data structure, access data by dot notation.",
|
|
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
|
|
"keywords": [
|
|
"access",
|
|
"data",
|
|
"dot",
|
|
"notation"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
|
|
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1"
|
|
},
|
|
"time": "2021-08-13T13:06:58+00:00"
|
|
},
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.7.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/erusev/parsedown/issues",
|
|
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
|
|
},
|
|
"time": "2019-12-30T22:54:17+00:00"
|
|
},
|
|
{
|
|
"name": "fig/http-message-util",
|
|
"version": "1.1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message-util.git",
|
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
"reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 || ^7.0 || ^8.0"
|
|
},
|
|
"suggest": {
|
|
"psr/http-message": "The package containing the PSR-7 interfaces"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Fig\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-message-util/issues",
|
|
"source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
|
|
},
|
|
"time": "2020-11-24T22:02:12+00:00"
|
|
},
|
|
{
|
|
"name": "fightbulc/moment",
|
|
"version": "1.33.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fightbulc/moment.php.git",
|
|
"reference": "435d68e481ab0a716358926fb51966e696d297e3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fightbulc/moment.php/zipball/435d68e481ab0a716358926fb51966e696d297e3",
|
|
"reference": "435d68e481ab0a716358926fb51966e696d297e3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^5.5 || ^6.5 || ^7.5 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Moment\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tino Ehrich",
|
|
"email": "tino@bigpun.me",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js",
|
|
"keywords": [
|
|
"date",
|
|
"display",
|
|
"format",
|
|
"i18n",
|
|
"locale",
|
|
"manipulate",
|
|
"moment",
|
|
"parse",
|
|
"time",
|
|
"translation",
|
|
"validate"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/fightbulc/moment.php/issues",
|
|
"source": "https://github.com/fightbulc/moment.php/tree/1.33.0"
|
|
},
|
|
"time": "2021-03-27T13:10:08+00:00"
|
|
},
|
|
{
|
|
"name": "league/commonmark",
|
|
"version": "2.3.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/commonmark.git",
|
|
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
|
"reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"league/config": "^1.1.1",
|
|
"php": "^7.4 || ^8.0",
|
|
"psr/event-dispatcher": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.1 || ^3.0",
|
|
"symfony/polyfill-php80": "^1.16"
|
|
},
|
|
"require-dev": {
|
|
"cebe/markdown": "^1.0",
|
|
"commonmark/cmark": "0.30.0",
|
|
"commonmark/commonmark.js": "0.30.0",
|
|
"composer/package-versions-deprecated": "^1.8",
|
|
"embed/embed": "^4.4",
|
|
"erusev/parsedown": "^1.0",
|
|
"ext-json": "*",
|
|
"github/gfm": "0.29.0",
|
|
"michelf/php-markdown": "^1.4",
|
|
"nyholm/psr7": "^1.5",
|
|
"phpstan/phpstan": "^1.8.2",
|
|
"phpunit/phpunit": "^9.5.21",
|
|
"scrutinizer/ocular": "^1.8.1",
|
|
"symfony/finder": "^5.3 | ^6.0",
|
|
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
|
|
"unleashedtech/php-coding-standard": "^3.1.1",
|
|
"vimeo/psalm": "^4.24.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "2.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\CommonMark\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Colin O'Dell",
|
|
"email": "colinodell@gmail.com",
|
|
"homepage": "https://www.colinodell.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
|
|
"homepage": "https://commonmark.thephpleague.com",
|
|
"keywords": [
|
|
"commonmark",
|
|
"flavored",
|
|
"gfm",
|
|
"github",
|
|
"github-flavored",
|
|
"markdown",
|
|
"md",
|
|
"parser"
|
|
],
|
|
"support": {
|
|
"docs": "https://commonmark.thephpleague.com/",
|
|
"forum": "https://github.com/thephpleague/commonmark/discussions",
|
|
"issues": "https://github.com/thephpleague/commonmark/issues",
|
|
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
|
|
"source": "https://github.com/thephpleague/commonmark"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.colinodell.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.paypal.me/colinpodell/10.00",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/colinodell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-07-29T10:59:45+00:00"
|
|
},
|
|
{
|
|
"name": "league/config",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/config.git",
|
|
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
|
|
"reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dflydev/dot-access-data": "^3.0.1",
|
|
"nette/schema": "^1.2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.12.90",
|
|
"phpunit/phpunit": "^9.5.5",
|
|
"scrutinizer/ocular": "^1.8.1",
|
|
"unleashedtech/php-coding-standard": "^3.1",
|
|
"vimeo/psalm": "^4.7.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Config\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Colin O'Dell",
|
|
"email": "colinodell@gmail.com",
|
|
"homepage": "https://www.colinodell.com",
|
|
"role": "Lead Developer"
|
|
}
|
|
],
|
|
"description": "Define configuration arrays with strict schemas and access values with dot notation",
|
|
"homepage": "https://config.thephpleague.com",
|
|
"keywords": [
|
|
"array",
|
|
"config",
|
|
"configuration",
|
|
"dot",
|
|
"dot-access",
|
|
"nested",
|
|
"schema"
|
|
],
|
|
"support": {
|
|
"docs": "https://config.thephpleague.com/",
|
|
"issues": "https://github.com/thephpleague/config/issues",
|
|
"rss": "https://github.com/thephpleague/config/releases.atom",
|
|
"source": "https://github.com/thephpleague/config"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://www.colinodell.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.paypal.me/colinpodell/10.00",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/colinodell",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-08-14T12:15:32+00:00"
|
|
},
|
|
{
|
|
"name": "league/uri-parser",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/uri-parser.git",
|
|
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
|
|
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.0",
|
|
"phpstan/phpstan": "^0.9.2",
|
|
"phpstan/phpstan-phpunit": "^0.9.4",
|
|
"phpstan/phpstan-strict-rules": "^0.9.0",
|
|
"phpunit/phpunit": "^6.0"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "Allow parsing RFC3987 compliant hosts",
|
|
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"League\\Uri\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ignace Nyamagana Butera",
|
|
"email": "nyamsprod@gmail.com",
|
|
"homepage": "https://nyamsprod.com"
|
|
}
|
|
],
|
|
"description": "userland URI parser RFC 3986 compliant",
|
|
"homepage": "https://github.com/thephpleague/uri-parser",
|
|
"keywords": [
|
|
"parse_url",
|
|
"parser",
|
|
"rfc3986",
|
|
"rfc3987",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/thephpleague/uri-parser/issues",
|
|
"source": "https://github.com/thephpleague/uri-parser/tree/master"
|
|
},
|
|
"time": "2018-11-22T07:55:51+00:00"
|
|
},
|
|
{
|
|
"name": "lodash-php/lodash-php",
|
|
"version": "0.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lodash-php/lodash-php.git",
|
|
"reference": "9083fdc398db5594b3d6909338d8b824e661955b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lodash-php/lodash-php/zipball/9083fdc398db5594b3d6909338d8b824e661955b",
|
|
"reference": "9083fdc398db5594b3d6909338d8b824e661955b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"sebastian/comparator": "^1.2 | ^2.0 | ^2.1 | ^3.0 | ^4.0",
|
|
"symfony/property-access": "^2.7 | ^3.0 | ^4.0 | ^5.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.2",
|
|
"phpdocumentor/reflection-docblock": "^4.2",
|
|
"phpstan/phpdoc-parser": "^0.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Pierre du Plessis",
|
|
"email": "open-source@solidworx.co"
|
|
}
|
|
],
|
|
"description": "A port of Lodash to PHP",
|
|
"keywords": [
|
|
"lodash",
|
|
"php-library",
|
|
"php-utility",
|
|
"utilities",
|
|
"utility",
|
|
"utility-library"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/lodash-php/lodash-php/issues",
|
|
"source": "https://github.com/lodash-php/lodash-php/tree/0.0.7"
|
|
},
|
|
"time": "2020-09-21T11:55:26+00:00"
|
|
},
|
|
{
|
|
"name": "masterminds/html5",
|
|
"version": "2.7.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Masterminds/html5-php.git",
|
|
"reference": "897eb517a343a2281f11bc5556d6548db7d93947"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
|
|
"reference": "897eb517a343a2281f11bc5556d6548db7d93947",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-dom": "*",
|
|
"ext-libxml": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.7-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Masterminds\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matt Butcher",
|
|
"email": "technosophos@gmail.com"
|
|
},
|
|
{
|
|
"name": "Matt Farina",
|
|
"email": "matt@mattfarina.com"
|
|
},
|
|
{
|
|
"name": "Asmir Mustafic",
|
|
"email": "goetas@gmail.com"
|
|
}
|
|
],
|
|
"description": "An HTML5 parser and serializer.",
|
|
"homepage": "http://masterminds.github.io/html5-php",
|
|
"keywords": [
|
|
"HTML5",
|
|
"dom",
|
|
"html",
|
|
"parser",
|
|
"querypath",
|
|
"serializer",
|
|
"xml"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Masterminds/html5-php/issues",
|
|
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
|
|
},
|
|
"time": "2022-08-18T16:18:26+00:00"
|
|
},
|
|
{
|
|
"name": "mnapoli/front-yaml",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mnapoli/FrontYAML.git",
|
|
"reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/76baa8ca538e111bfe53ac49c6a512ec5ea2bf54",
|
|
"reference": "76baa8ca538e111bfe53ac49c6a512ec5ea2bf54",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"erusev/parsedown": "~1.0",
|
|
"php": ">=7.3",
|
|
"symfony/yaml": "~2.1|^3.0|^4.0|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"league/commonmark": "~1.4",
|
|
"phpunit/phpunit": "^9.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Mni\\FrontYAML\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mnapoli/FrontYAML/issues",
|
|
"source": "https://github.com/mnapoli/FrontYAML/tree/1.8.0"
|
|
},
|
|
"time": "2020-12-04T10:52:19+00:00"
|
|
},
|
|
{
|
|
"name": "nesbot/carbon",
|
|
"version": "2.62.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
|
|
"reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1.8 || ^8.0",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/dbal": "^2.0 || ^3.0",
|
|
"doctrine/orm": "^2.7",
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
"kylekatarnls/multi-tester": "^2.0",
|
|
"ondrejmirtes/better-reflection": "*",
|
|
"phpmd/phpmd": "^2.9",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
|
|
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"bin": [
|
|
"bin/carbon"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-3.x": "3.x-dev",
|
|
"dev-master": "2.x-dev"
|
|
},
|
|
"laravel": {
|
|
"providers": [
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
]
|
|
},
|
|
"phpstan": {
|
|
"includes": [
|
|
"extension.neon"
|
|
]
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Carbon\\": "src/Carbon/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brian Nesbitt",
|
|
"email": "brian@nesbot.com",
|
|
"homepage": "https://markido.com"
|
|
},
|
|
{
|
|
"name": "kylekatarnls",
|
|
"homepage": "https://github.com/kylekatarnls"
|
|
}
|
|
],
|
|
"description": "An API extension for DateTime that supports 281 different languages.",
|
|
"homepage": "https://carbon.nesbot.com",
|
|
"keywords": [
|
|
"date",
|
|
"datetime",
|
|
"time"
|
|
],
|
|
"support": {
|
|
"docs": "https://carbon.nesbot.com/docs",
|
|
"issues": "https://github.com/briannesbitt/Carbon/issues",
|
|
"source": "https://github.com/briannesbitt/Carbon"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/kylekatarnls",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/Carbon#sponsor",
|
|
"type": "opencollective"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-09-02T07:48:13+00:00"
|
|
},
|
|
{
|
|
"name": "nette/schema",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/schema.git",
|
|
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df",
|
|
"reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
|
|
"php": ">=7.1 <8.2"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "^2.3 || ^2.4",
|
|
"phpstan/phpstan-nette": "^0.12",
|
|
"tracy/tracy": "^2.7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0-only",
|
|
"GPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "📐 Nette Schema: validating data structures against a given Schema.",
|
|
"homepage": "https://nette.org",
|
|
"keywords": [
|
|
"config",
|
|
"nette"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nette/schema/issues",
|
|
"source": "https://github.com/nette/schema/tree/v1.2.2"
|
|
},
|
|
"time": "2021-10-15T11:40:02+00:00"
|
|
},
|
|
{
|
|
"name": "nette/utils",
|
|
"version": "v3.2.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/utils.git",
|
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2 <8.3"
|
|
},
|
|
"conflict": {
|
|
"nette/di": "<3.0.6"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "~2.0",
|
|
"phpstan/phpstan": "^1.0",
|
|
"tracy/tracy": "^2.3"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "to use Image",
|
|
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
|
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
|
"ext-json": "to use Nette\\Utils\\Json",
|
|
"ext-mbstring": "to use Strings::lower() etc...",
|
|
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
|
|
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.2-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0-only",
|
|
"GPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
|
|
"homepage": "https://nette.org",
|
|
"keywords": [
|
|
"array",
|
|
"core",
|
|
"datetime",
|
|
"images",
|
|
"json",
|
|
"nette",
|
|
"paginator",
|
|
"password",
|
|
"slugify",
|
|
"string",
|
|
"unicode",
|
|
"utf-8",
|
|
"utility",
|
|
"validation"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nette/utils/issues",
|
|
"source": "https://github.com/nette/utils/tree/v3.2.8"
|
|
},
|
|
"time": "2022-09-12T23:36:20+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"FastRoute\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov",
|
|
"email": "nikic@php.net"
|
|
}
|
|
],
|
|
"description": "Fast request router for PHP",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nikic/FastRoute/issues",
|
|
"source": "https://github.com/nikic/FastRoute/tree/master"
|
|
},
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
},
|
|
{
|
|
"name": "olegatro/html-sanitizer-relative",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/olegatro/html-sanitizer-relative.git",
|
|
"reference": "1a4d4683c0c162653da6dcfe6050476dd8bfc026"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/olegatro/html-sanitizer-relative/zipball/1a4d4683c0c162653da6dcfe6050476dd8bfc026",
|
|
"reference": "1a4d4683c0c162653da6dcfe6050476dd8bfc026",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"php": ">=7.1",
|
|
"tgalopin/html-sanitizer": "^1.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HtmlSanitizer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oleg Scherbakov",
|
|
"email": "shcherbakov.oleg88@gmail.com"
|
|
}
|
|
],
|
|
"description": "Extension for html-sanitizer library by allowing relative urls in the A and Image tags",
|
|
"support": {
|
|
"issues": "https://github.com/olegatro/html-sanitizer-relative/issues",
|
|
"source": "https://github.com/olegatro/html-sanitizer-relative/tree/1.0.0"
|
|
},
|
|
"time": "2021-02-05T13:39:44+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.6.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a94fdebaea6bd17f51be0c2373ab80d3d681269b",
|
|
"reference": "a94fdebaea6bd17f51be0c2373ab80d3d681269b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"ext-hash": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
|
"doctrine/annotations": "^1.2",
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
"roave/security-advisories": "dev-latest",
|
|
"squizlabs/php_codesniffer": "^3.6.2",
|
|
"yoast/phpunit-polyfills": "^1.0.0"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"support": {
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Synchro",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-08-22T09:22:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
},
|
|
"time": "2021-11-05T16:47:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/event-dispatcher",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Standard interfaces for event handling.",
|
|
"keywords": [
|
|
"events",
|
|
"psr",
|
|
"psr-14"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
|
},
|
|
"time": "2019-01-08T18:20:26+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-factory",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0",
|
|
"psr/http-message": "^1.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 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/tree/master"
|
|
},
|
|
"time": "2019-04-30T12:38:16+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"
|
|
},
|
|
{
|
|
"name": "psr/http-server-handler",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-handler.git",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side request handler",
|
|
"keywords": [
|
|
"handler",
|
|
"http",
|
|
"http-interop",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"server"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-server-handler/issues",
|
|
"source": "https://github.com/php-fig/http-server-handler/tree/master"
|
|
},
|
|
"time": "2018-10-30T16:46:14+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-server-middleware",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-server-middleware.git",
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Server\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP server-side middleware",
|
|
"keywords": [
|
|
"http",
|
|
"http-interop",
|
|
"middleware",
|
|
"psr",
|
|
"psr-15",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-fig/http-server-middleware/issues",
|
|
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
|
|
},
|
|
"time": "2018-10-30T17:12:04+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"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/3.0.0"
|
|
},
|
|
"time": "2021-07-14T16:46:02+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": "rbdwllr/reallysimplejwt",
|
|
"version": "4.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RobDWaller/ReallySimpleJWT.git",
|
|
"reference": "2b92aba98c71cfc4046dea895659450bfce530ed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RobDWaller/ReallySimpleJWT/zipball/2b92aba98c71cfc4046dea895659450bfce530ed",
|
|
"reference": "2b92aba98c71cfc4046dea895659450bfce530ed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"require-dev": {
|
|
"infection/infection": "^0.20",
|
|
"phpbench/phpbench": "^1.0",
|
|
"phploc/phploc": "^7.0",
|
|
"phpmd/phpmd": "^2.9",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^9.5",
|
|
"sebastian/phpcpd": "^6.0",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ReallySimpleJWT\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Rob Waller",
|
|
"email": "rdwaller1984@gmail.com"
|
|
}
|
|
],
|
|
"description": "A really simple library to generate user authentication JSON Web Tokens.",
|
|
"keywords": [
|
|
"Authentication",
|
|
"json",
|
|
"json web tokens",
|
|
"jwt",
|
|
"php",
|
|
"tokens"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/RobDWaller/ReallySimpleJWT/issues",
|
|
"source": "https://github.com/RobDWaller/ReallySimpleJWT/tree/4.0.3"
|
|
},
|
|
"time": "2021-07-12T10:12:22+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/comparator",
|
|
"version": "4.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
|
|
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"sebastian/diff": "^4.0",
|
|
"sebastian/exporter": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@2bepublished.at"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
"keywords": [
|
|
"comparator",
|
|
"compare",
|
|
"equality"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-09-14T12:41:17+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/diff",
|
|
"version": "4.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
|
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3",
|
|
"symfony/process": "^4.2 || ^5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"description": "Diff implementation",
|
|
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-10-26T13:10:38+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/exporter",
|
|
"version": "4.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
|
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3",
|
|
"sebastian/recursion-context": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-mbstring": "*",
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Volker Dusch",
|
|
"email": "github@wallbash.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
},
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
|
"keywords": [
|
|
"export",
|
|
"exporter"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-09-14T06:03:37+00:00"
|
|
},
|
|
{
|
|
"name": "sebastian/recursion-context",
|
|
"version": "4.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
|
|
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Jeff Welch",
|
|
"email": "whatthejeff@gmail.com"
|
|
},
|
|
{
|
|
"name": "Adam Harvey",
|
|
"email": "aharvey@php.net"
|
|
}
|
|
],
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
"support": {
|
|
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sebastianbergmann",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-10-26T13:17:30+00:00"
|
|
},
|
|
{
|
|
"name": "slim/psr7",
|
|
"version": "1.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
"reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/a47b43a8da7c0208b4c228af0cb29ea36080635a",
|
|
"reference": "a47b43a8da7c0208b4c228af0cb29ea36080635a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"fig/http-message-util": "^1.1.5",
|
|
"php": "^7.3 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"ralouphie/getallheaders": "^3.0",
|
|
"symfony/polyfill-php80": "^1.23"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"adriansuter/php-autoload-override": "^1.2",
|
|
"ext-json": "*",
|
|
"http-interop/http-factory-tests": "^0.9.0",
|
|
"php-http/psr7-integration-tests": "dev-master",
|
|
"phpspec/prophecy": "^1.14",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^0.12.99",
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\Psr7\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Josh Lockhart",
|
|
"email": "hello@joshlockhart.com",
|
|
"homepage": "http://joshlockhart.com"
|
|
},
|
|
{
|
|
"name": "Andrew Smith",
|
|
"email": "a.smith@silentworks.co.uk",
|
|
"homepage": "http://silentworks.co.uk"
|
|
},
|
|
{
|
|
"name": "Rob Allen",
|
|
"email": "rob@akrabat.com",
|
|
"homepage": "http://akrabat.com"
|
|
},
|
|
{
|
|
"name": "Pierre Berube",
|
|
"email": "pierre@lgse.com",
|
|
"homepage": "http://www.lgse.com"
|
|
}
|
|
],
|
|
"description": "Strict PSR-7 implementation",
|
|
"homepage": "https://www.slimframework.com",
|
|
"keywords": [
|
|
"http",
|
|
"psr-7",
|
|
"psr7"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/slimphp/Slim-Psr7/issues",
|
|
"source": "https://github.com/slimphp/Slim-Psr7/tree/1.5"
|
|
},
|
|
"time": "2021-09-22T04:33:00+00:00"
|
|
},
|
|
{
|
|
"name": "slim/slim",
|
|
"version": "4.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Slim.git",
|
|
"reference": "0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Slim/zipball/0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0",
|
|
"reference": "0dfc7d2fdf2553b361d864d51af3fe8a6ad168b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"nikic/fast-route": "^1.3",
|
|
"php": "^7.4 || ^8.0",
|
|
"psr/container": "^1.0 || ^2.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"adriansuter/php-autoload-override": "^1.2",
|
|
"ext-simplexml": "*",
|
|
"guzzlehttp/psr7": "^2.1",
|
|
"httpsoft/http-message": "^1.0",
|
|
"httpsoft/http-server-request": "^1.0",
|
|
"laminas/laminas-diactoros": "^2.8",
|
|
"nyholm/psr7": "^1.5",
|
|
"nyholm/psr7-server": "^1.0",
|
|
"phpspec/prophecy": "^1.15",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^1.4",
|
|
"phpunit/phpunit": "^9.5",
|
|
"slim/http": "^1.2",
|
|
"slim/psr7": "^1.5",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"suggest": {
|
|
"ext-simplexml": "Needed to support XML format in BodyParsingMiddleware",
|
|
"ext-xml": "Needed to support XML format in BodyParsingMiddleware",
|
|
"php-di/php-di": "PHP-DI is the recommended container library to be used with Slim",
|
|
"slim/psr7": "Slim PSR-7 implementation. See https://www.slimframework.com/docs/v4/start/installation.html for more information."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\": "Slim"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Josh Lockhart",
|
|
"email": "hello@joshlockhart.com",
|
|
"homepage": "https://joshlockhart.com"
|
|
},
|
|
{
|
|
"name": "Andrew Smith",
|
|
"email": "a.smith@silentworks.co.uk",
|
|
"homepage": "http://silentworks.co.uk"
|
|
},
|
|
{
|
|
"name": "Rob Allen",
|
|
"email": "rob@akrabat.com",
|
|
"homepage": "http://akrabat.com"
|
|
},
|
|
{
|
|
"name": "Pierre Berube",
|
|
"email": "pierre@lgse.com",
|
|
"homepage": "http://www.lgse.com"
|
|
},
|
|
{
|
|
"name": "Gabriel Manricks",
|
|
"email": "gmanricks@me.com",
|
|
"homepage": "http://gabrielmanricks.com"
|
|
}
|
|
],
|
|
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
|
|
"homepage": "https://www.slimframework.com",
|
|
"keywords": [
|
|
"api",
|
|
"framework",
|
|
"micro",
|
|
"router"
|
|
],
|
|
"support": {
|
|
"docs": "https://www.slimframework.com/docs/v4/",
|
|
"forum": "https://discourse.slimframework.com/",
|
|
"irc": "irc://irc.freenode.net:6667/slimphp",
|
|
"issues": "https://github.com/slimphp/Slim/issues",
|
|
"rss": "https://www.slimframework.com/blog/feed.rss",
|
|
"slack": "https://slimphp.slack.com/",
|
|
"source": "https://github.com/slimphp/Slim",
|
|
"wiki": "https://github.com/slimphp/Slim/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://opencollective.com/slimphp",
|
|
"type": "open_collective"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/slim/slim",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-03-14T14:18:23+00:00"
|
|
},
|
|
{
|
|
"name": "slim/twig-view",
|
|
"version": "3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/slimphp/Twig-View.git",
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/slimphp/Twig-View/zipball/df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
|
"reference": "df6dd6af6bbe28041be49c9fb8470c2e9b70cd98",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"psr/http-message": "^1.0",
|
|
"slim/slim": "^4.9",
|
|
"symfony/polyfill-php81": "^1.23",
|
|
"twig/twig": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/phpstan": "^1.3.0",
|
|
"phpunit/phpunit": "^9.5",
|
|
"psr/http-factory": "^1.0",
|
|
"squizlabs/php_codesniffer": "^3.6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Slim\\Views\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Josh Lockhart",
|
|
"email": "hello@joshlockhart.com",
|
|
"homepage": "http://joshlockhart.com"
|
|
},
|
|
{
|
|
"name": "Pierre Berube",
|
|
"email": "pierre@lgse.com",
|
|
"homepage": "http://www.lgse.com"
|
|
}
|
|
],
|
|
"description": "Slim Framework 4 view helper built on top of the Twig 3 templating component",
|
|
"homepage": "https://www.slimframework.com",
|
|
"keywords": [
|
|
"framework",
|
|
"slim",
|
|
"template",
|
|
"twig",
|
|
"view"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/slimphp/Twig-View/issues",
|
|
"source": "https://github.com/slimphp/Twig-View/tree/3.3.0"
|
|
},
|
|
"time": "2022-01-02T05:14:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/deprecation-contracts",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|
"reference": "26954b3d62a6c5fd0ea8a2a00c0353a14978d05c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.0-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"function.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A generic function and convention to trigger deprecation notices",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.2"
|
|
},
|
|
"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": "2022-01-02T09:55:41+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"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.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-grapheme",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
|
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"grapheme",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-normalizer",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
|
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"intl",
|
|
"normalizer",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"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.26.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": "2022-05-10T07:21:04+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php81",
|
|
"version": "v1.26.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php81.git",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.26-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php81\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php81/tree/v1.26.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": "2022-05-24T11:49:31+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/property-access",
|
|
"version": "v5.4.11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/property-access.git",
|
|
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/property-access/zipball/c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
|
|
"reference": "c641d63e943ed31981bad4b4dcf29fe7da2ffa8c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"symfony/property-info": "^5.2|^6.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/cache": "^4.4|^5.0|^6.0"
|
|
},
|
|
"suggest": {
|
|
"psr/cache-implementation": "To cache access methods."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\PropertyAccess\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides functions to read and write from/to an object or array using a simple string notation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"access",
|
|
"array",
|
|
"extraction",
|
|
"index",
|
|
"injection",
|
|
"object",
|
|
"property",
|
|
"property path",
|
|
"reflection"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/property-access/tree/v5.4.11"
|
|
},
|
|
"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": "2022-06-27T16:58:25+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/property-info",
|
|
"version": "v6.0.11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/property-info.git",
|
|
"reference": "518f172491b9c09afd5d963f783909b80c4b0308"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/property-info/zipball/518f172491b9c09afd5d963f783909b80c4b0308",
|
|
"reference": "518f172491b9c09afd5d963f783909b80c4b0308",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/string": "^5.4|^6.0"
|
|
},
|
|
"conflict": {
|
|
"phpdocumentor/reflection-docblock": "<5.2",
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|
"symfony/dependency-injection": "<5.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.10.4",
|
|
"phpdocumentor/reflection-docblock": "^5.2",
|
|
"phpstan/phpdoc-parser": "^1.0",
|
|
"symfony/cache": "^5.4|^6.0",
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
"symfony/serializer": "^5.4|^6.0"
|
|
},
|
|
"suggest": {
|
|
"phpdocumentor/reflection-docblock": "To use the PHPDoc",
|
|
"psr/cache-implementation": "To cache results",
|
|
"symfony/doctrine-bridge": "To use Doctrine metadata",
|
|
"symfony/serializer": "To use Serializer metadata"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\PropertyInfo\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kévin Dunglas",
|
|
"email": "dunglas@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Extracts information about PHP class' properties using metadata of popular sources",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"doctrine",
|
|
"phpdoc",
|
|
"property",
|
|
"symfony",
|
|
"type",
|
|
"validator"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/property-info/tree/v6.0.11"
|
|
},
|
|
"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": "2022-07-19T08:33:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/string",
|
|
"version": "v6.0.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/string.git",
|
|
"reference": "3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0",
|
|
"reference": "3a975ba1a1508ad97df45f4590f55b7cc4c1a0a0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/translation-contracts": "<2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/error-handler": "^5.4|^6.0",
|
|
"symfony/http-client": "^5.4|^6.0",
|
|
"symfony/translation-contracts": "^2.0|^3.0",
|
|
"symfony/var-exporter": "^5.4|^6.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\String\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"grapheme",
|
|
"i18n",
|
|
"string",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/string/tree/v6.0.12"
|
|
},
|
|
"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": "2022-08-12T18:05:20+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation",
|
|
"version": "v6.0.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation.git",
|
|
"reference": "5e71973b4991e141271465dacf4bf9e719941424"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation/zipball/5e71973b4991e141271465dacf4bf9e719941424",
|
|
"reference": "5e71973b4991e141271465dacf4bf9e719941424",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2",
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
"symfony/translation-contracts": "^2.3|^3.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<5.4",
|
|
"symfony/console": "<5.4",
|
|
"symfony/dependency-injection": "<5.4",
|
|
"symfony/http-kernel": "<5.4",
|
|
"symfony/twig-bundle": "<5.4",
|
|
"symfony/yaml": "<5.4"
|
|
},
|
|
"provide": {
|
|
"symfony/translation-implementation": "2.3|3.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "^1|^2|^3",
|
|
"symfony/config": "^5.4|^6.0",
|
|
"symfony/console": "^5.4|^6.0",
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
|
"symfony/finder": "^5.4|^6.0",
|
|
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
|
"symfony/intl": "^5.4|^6.0",
|
|
"symfony/polyfill-intl-icu": "^1.21",
|
|
"symfony/service-contracts": "^1.1.2|^2|^3",
|
|
"symfony/yaml": "^5.4|^6.0"
|
|
},
|
|
"suggest": {
|
|
"psr/log-implementation": "To use logging capability in translator",
|
|
"symfony/config": "",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\Translation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Provides tools to internationalize your application",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation/tree/v6.0.12"
|
|
},
|
|
"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": "2022-08-02T16:01:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/translation-contracts",
|
|
"version": "v3.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
|
"reference": "acbfbb274e730e5a0236f619b6168d9dedb3e282",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.2"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "3.0-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/contracts",
|
|
"url": "https://github.com/symfony/contracts"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Translation\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Generic abstractions related to translation",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.2"
|
|
},
|
|
"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": "2022-06-27T17:10:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v5.4.12",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
|
|
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/deprecation-contracts": "^2.1|^3",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<5.3"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/yaml-lint"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Loads and dumps YAML files",
|
|
"homepage": "https://symfony.com",
|
|
"support": {
|
|
"source": "https://github.com/symfony/yaml/tree/v5.4.12"
|
|
},
|
|
"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": "2022-08-02T15:52:22+00:00"
|
|
},
|
|
{
|
|
"name": "tgalopin/html-sanitizer",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/tgalopin/html-sanitizer.git",
|
|
"reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/tgalopin/html-sanitizer/zipball/5d02dcb6f2ea4f505731eac440798caa1b3b0913",
|
|
"reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"league/uri-parser": "^1.4.1",
|
|
"masterminds/html5": "^2.4",
|
|
"php": ">=7.1",
|
|
"psr/log": "^1.0|^2.0|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.4",
|
|
"symfony/var-dumper": "^4.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"HtmlSanitizer\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Titouan Galopin",
|
|
"email": "galopintitouan@gmail.com"
|
|
}
|
|
],
|
|
"description": "Sanitize untrustworthy HTML user input",
|
|
"support": {
|
|
"issues": "https://github.com/tgalopin/html-sanitizer/issues",
|
|
"source": "https://github.com/tgalopin/html-sanitizer/tree/1.5.0"
|
|
},
|
|
"abandoned": "symfony/html-sanitizer",
|
|
"time": "2021-09-14T08:27:50+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v3.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
|
|
"reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2.5",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.4.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-08-12T06:47:24+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.0.0"
|
|
}
|