234 lines
7.8 KiB
JSON
234 lines
7.8 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": "5f4a7551d02d81eab14be7032885b348",
|
|
"packages": [
|
|
{
|
|
"name": "mensbeam/intl",
|
|
"version": "dev-span",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mensbeam/intl.git",
|
|
"reference": "cc9c93781061eaedf41022911699d81c6cfc0d83"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mensbeam/intl/zipball/cc9c93781061eaedf41022911699d81c6cfc0d83",
|
|
"reference": "cc9c93781061eaedf41022911699d81c6cfc0d83",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "*",
|
|
"ext-intl": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MensBeam\\Intl\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "J. King",
|
|
"email": "jking@jkingweb.ca",
|
|
"homepage": "https://jkingweb.ca/"
|
|
}
|
|
],
|
|
"description": "A set of dependency-free basic internationalization tools",
|
|
"keywords": [
|
|
"WHATWG",
|
|
"charset",
|
|
"encoding",
|
|
"internationalization",
|
|
"intl",
|
|
"unicode",
|
|
"utf-8",
|
|
"utf8"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mensbeam/intl/issues",
|
|
"source": "https://github.com/mensbeam/intl/tree/span"
|
|
},
|
|
"time": "2021-03-13T04:01:37+00:00"
|
|
},
|
|
{
|
|
"name": "mensbeam/mimesniff",
|
|
"version": "0.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mensbeam/mime.git",
|
|
"reference": "c19be2496ab1e27fbf9c3483c2a9faa2781796cd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mensbeam/mime/zipball/c19be2496ab1e27fbf9c3483c2a9faa2781796cd",
|
|
"reference": "c19be2496ab1e27fbf9c3483c2a9faa2781796cd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"psr/http-message": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.3",
|
|
"ext-intl": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MensBeam\\Mime\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "J. King",
|
|
"email": "jking@jkingweb.ca",
|
|
"homepage": "https://jkingweb.ca/"
|
|
}
|
|
],
|
|
"description": "An implementation of the WHATWG MIME Sniffing specification",
|
|
"keywords": [
|
|
"WHATWG",
|
|
"mime",
|
|
"mimesniff"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/mensbeam/mime/issues",
|
|
"source": "https://github.com/mensbeam/mime/tree/0.2.1"
|
|
},
|
|
"time": "2021-03-07T03:58:00+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/http-message/tree/master"
|
|
},
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "bamarni/composer-bin-plugin",
|
|
"version": "1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
|
"reference": "9329fb0fbe29e0e1b2db8f4639a193e4f5406225",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": "^5.5.9 || ^7.0 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0 || ^2.0",
|
|
"symfony/console": "^2.5 || ^3.0 || ^4.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Bamarni\\Composer\\Bin\\Plugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Bamarni\\Composer\\Bin\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "No conflicts for your bin dependencies",
|
|
"keywords": [
|
|
"composer",
|
|
"conflict",
|
|
"dependency",
|
|
"executable",
|
|
"isolation",
|
|
"tool"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
|
"source": "https://github.com/bamarni/composer-bin-plugin/tree/master"
|
|
},
|
|
"time": "2020-05-03T08:27:20+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"mensbeam/intl": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.1",
|
|
"ext-dom": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.0.0"
|
|
}
|