165 lines
5.4 KiB
JSON
165 lines
5.4 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": "96a5c225aba74182ddfac27fa5cee1e8",
|
|
"packages": [
|
|
{
|
|
"name": "mensbeam/intl",
|
|
"version": "0.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mensbeam/intl.git",
|
|
"reference": "5c8116afb8e5740b4fe92d643d7cd2a54c3f5803"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mensbeam/intl/zipball/5c8116afb8e5740b4fe92d643d7cd2a54c3f5803",
|
|
"reference": "5c8116afb8e5740b4fe92d643d7cd2a54c3f5803",
|
|
"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"
|
|
],
|
|
"time": "2020-10-27T23:17:36+00:00"
|
|
},
|
|
{
|
|
"name": "mensbeam/mimesniff",
|
|
"version": "0.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mensbeam/mime.git",
|
|
"reference": "d3f6c031687d532c1bb32e3eb362da4a948d4750"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mensbeam/mime/zipball/d3f6c031687d532c1bb32e3eb362da4a948d4750",
|
|
"reference": "d3f6c031687d532c1bb32e3eb362da4a948d4750",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"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"
|
|
],
|
|
"time": "2020-04-19T16:07:41+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"
|
|
],
|
|
"time": "2020-05-03T08:27:20+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^7.1",
|
|
"ext-dom": "*"
|
|
},
|
|
"platform-dev": []
|
|
}
|