221 lines
7.5 KiB
JSON
221 lines
7.5 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": "1a057720c09bafdcf5675acfa0c9ad21",
|
|
"packages": [
|
|
{
|
|
"name": "citation-style-language/locales",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/citation-style-language/locales.git",
|
|
"reference": "master"
|
|
},
|
|
"type": "library"
|
|
},
|
|
{
|
|
"name": "myclabs/php-enum",
|
|
"version": "1.8.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/myclabs/php-enum.git",
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
"reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5",
|
|
"squizlabs/php_codesniffer": "1.*",
|
|
"vimeo/psalm": "^4.6.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MyCLabs\\Enum\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"stubs/Stringable.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP Enum contributors",
|
|
"homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP Enum implementation",
|
|
"homepage": "http://github.com/myclabs/php-enum",
|
|
"keywords": [
|
|
"enum"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/myclabs/php-enum/issues",
|
|
"source": "https://github.com/myclabs/php-enum/tree/1.8.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/mnapoli",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-08-04T09:53:51+00:00"
|
|
},
|
|
{
|
|
"name": "seboettg/citeproc-php",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/seboettg/citeproc-php.git",
|
|
"reference": "042535d9d1e56058f54156e3c5682f3f9a467abe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/seboettg/citeproc-php/zipball/042535d9d1e56058f54156e3c5682f3f9a467abe",
|
|
"reference": "042535d9d1e56058f54156e3c5682f3f9a467abe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-simplexml": "*",
|
|
"myclabs/php-enum": "^1.8",
|
|
"php": ">=7.3",
|
|
"seboettg/collection": ">=v3.1.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^1",
|
|
"phpmd/phpmd": "^2.8",
|
|
"phpunit/phpunit": "^8.5",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"suggest": {
|
|
"symfony/polyfill-mbstring": "^1.10"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Seboettg\\CiteProc\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Böttger",
|
|
"email": "seboettg@gmail.com",
|
|
"homepage": "https://sebastianboettger.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Full-featured CSL processor (https://citationstyles.org)",
|
|
"support": {
|
|
"issues": "https://github.com/seboettg/citeproc-php/issues",
|
|
"source": "https://github.com/seboettg/citeproc-php/tree/v2.5.2"
|
|
},
|
|
"time": "2023-02-08T21:13:17+00:00"
|
|
},
|
|
{
|
|
"name": "seboettg/collection",
|
|
"version": "v3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/seboettg/Collection.git",
|
|
"reference": "6f753aef75923965173dcb11696e5dece0533f45"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/seboettg/Collection/zipball/6f753aef75923965173dcb11696e5dece0533f45",
|
|
"reference": "6f753aef75923965173dcb11696e5dece0533f45",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.3"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^1",
|
|
"phpunit/phpunit": "8.5.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/ArrayList/Functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Seboettg\\Collection\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Böttger",
|
|
"email": "seboettg@gmail.com"
|
|
}
|
|
],
|
|
"description": "Collection is a set of useful PHP wrapper classes for arrays, similar to Java Collection. Contains ArrayList, Stack, Queue.",
|
|
"keywords": [
|
|
"OOP",
|
|
"array",
|
|
"arraylist",
|
|
"basic-data-structures",
|
|
"collections",
|
|
"comparable",
|
|
"comparable-interface",
|
|
"comparator",
|
|
"datastructures",
|
|
"filter",
|
|
"map",
|
|
"queue",
|
|
"sort",
|
|
"stack"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/seboettg/Collection/issues",
|
|
"source": "https://github.com/seboettg/Collection/tree/v3.1.0"
|
|
},
|
|
"time": "2022-07-09T19:47:27+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"citation-style-language/locales": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "8.0.2"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|