File: /var/www/ojs/plugins/generic/citationStyleLanguage/composer.lock
{
"_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": "05e9e05fedc92ddfc2cbdd9dd2196aa9",
"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.7.7",
"source": {
"type": "git",
"url": "https://github.com/myclabs/php-enum.git",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/php-enum/zipball/d178027d1e679832db9f38248fcc7200647dc2b7",
"reference": "d178027d1e679832db9f38248fcc7200647dc2b7",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7",
"squizlabs/php_codesniffer": "1.*",
"vimeo/psalm": "^3.8"
},
"type": "library",
"autoload": {
"psr-4": {
"MyCLabs\\Enum\\": "src/"
}
},
"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"
],
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
"type": "tidelift"
}
],
"time": "2020-11-14T18:14:52+00:00"
},
{
"name": "seboettg/citeproc-php",
"version": "v2.2.5",
"source": {
"type": "git",
"url": "https://github.com/seboettg/citeproc-php.git",
"reference": "53e94194a8269adf87cbf95a2d47876baf91f5d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/seboettg/citeproc-php/zipball/53e94194a8269adf87cbf95a2d47876baf91f5d8",
"reference": "53e94194a8269adf87cbf95a2d47876baf91f5d8",
"shasum": ""
},
"require": {
"ext-intl": "*",
"ext-json": "*",
"ext-simplexml": "*",
"myclabs/php-enum": "^1.5",
"php": ">=7.1",
"seboettg/collection": "^2.1",
"symfony/polyfill-mbstring": "^1.10"
},
"require-dev": {
"php-coveralls/php-coveralls": "^1",
"phpmd/phpmd": "^2.8",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Seboettg\\CiteProc\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian Böttger",
"email": "seboettg@gmail.com",
"homepage": "http://sebastianboettger.net",
"role": "Developer"
}
],
"description": "Full-featured CSL processor (https://citationstyles.org)",
"time": "2020-12-06T10:15:17+00:00"
},
{
"name": "seboettg/collection",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/seboettg/Collection.git",
"reference": "9c0cfb53068026b4d34515126cfddd1830ddb518"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/seboettg/Collection/zipball/9c0cfb53068026b4d34515126cfddd1830ddb518",
"reference": "9c0cfb53068026b4d34515126cfddd1830ddb518",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "6.5.*",
"satooshi/php-coveralls": "2.*"
},
"type": "library",
"autoload": {
"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"
],
"time": "2019-12-24T13:10:16+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.20.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.20-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.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": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"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": "2020-10-23T14:02:19+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": "7.2.0"
},
"plugin-api-version": "1.1.0"
}