Update composer lock
This commit is contained in:
parent
bd5dc6c633
commit
0fd654c31b
1 changed files with 175 additions and 1 deletions
176
composer.lock
generated
176
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "944c6c4eed86453c27942737fe9ac326",
|
"content-hash": "b54395a223b42d0d7f29113b4c3a7572",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "abraham/twitteroauth",
|
"name": "abraham/twitteroauth",
|
||||||
|
@ -68,6 +68,56 @@
|
||||||
},
|
},
|
||||||
"time": "2022-08-18T23:30:33+00:00"
|
"time": "2022-08-18T23:30:33+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "agaric/oxford-comma",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@gitlab.com:agaric/php/oxford-comma.git",
|
||||||
|
"reference": "62afcb36604999659fcfec4502c120152b39bfc6"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Foxford-comma/repository/archive.zip?sha=62afcb36604999659fcfec4502c120152b39bfc6",
|
||||||
|
"reference": "62afcb36604999659fcfec4502c120152b39bfc6",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"files": [
|
||||||
|
"src/OxfordComma.php"
|
||||||
|
],
|
||||||
|
"psr-4": {
|
||||||
|
"Agaric\\OxfordComma\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"AGPL-3.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "benjamin melançon",
|
||||||
|
"email": "ben@agaric.com",
|
||||||
|
"homepage": "https://agaric.coop/mlncn",
|
||||||
|
"role": "Developer"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "A function to take a list of terms and return them in an English phrase with proper punctuation 'red, black, and white' or 'red and black'.",
|
||||||
|
"homepage": "https://gitlab.com/agaric/php/oxford-comma",
|
||||||
|
"keywords": [
|
||||||
|
"Lists",
|
||||||
|
"Oxford comma",
|
||||||
|
"display",
|
||||||
|
"output",
|
||||||
|
"punctuation",
|
||||||
|
"text"
|
||||||
|
],
|
||||||
|
"time": "2020-03-26T13:04:29+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "agaric/php-facebook",
|
"name": "agaric/php-facebook",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
@ -10251,6 +10301,76 @@
|
||||||
"source": "https://git.drupalcode.org/project/inline_entity_form"
|
"source": "https://git.drupalcode.org/project/inline_entity_form"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/inotherwords",
|
||||||
|
"version": "3.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/inotherwords.git",
|
||||||
|
"reference": "3.0.0"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/inotherwords-3.0.0.zip",
|
||||||
|
"reference": "3.0.0",
|
||||||
|
"shasum": "d475b903c376e6a5b47795bb7922e9f0b676478b"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"agaric/oxford-comma": "^1.2",
|
||||||
|
"drupal/core": "^8 || ^9 || ^10",
|
||||||
|
"kwn/number-to-words": "^1.8"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "3.0.0",
|
||||||
|
"datestamp": "1686094644",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "cedewey",
|
||||||
|
"homepage": "https://www.drupal.org/user/38694"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "gnuget",
|
||||||
|
"homepage": "https://www.drupal.org/user/992990"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "lelkneralfaro",
|
||||||
|
"homepage": "https://www.drupal.org/user/3577260"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MegaKeegMan",
|
||||||
|
"homepage": "https://www.drupal.org/user/3620027"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mlncn",
|
||||||
|
"homepage": "https://www.drupal.org/user/64383"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Provides a field formatter for condensing sequential lists into shorter text.",
|
||||||
|
"homepage": "https://drupal.org/project/inotherwords",
|
||||||
|
"keywords": [
|
||||||
|
"content",
|
||||||
|
"drupal",
|
||||||
|
"field",
|
||||||
|
"field formatter",
|
||||||
|
"ux"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/inotherwords",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/inotherwords"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/insert",
|
"name": "drupal/insert",
|
||||||
"version": "2.0.0-beta3",
|
"version": "2.0.0-beta3",
|
||||||
|
@ -17375,6 +17495,59 @@
|
||||||
],
|
],
|
||||||
"time": "2020-11-02T10:28:33+00:00"
|
"time": "2020-11-02T10:28:33+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "kwn/number-to-words",
|
||||||
|
"version": "1.13.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/kwn/number-to-words.git",
|
||||||
|
"reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://api.github.com/repos/kwn/number-to-words/zipball/df61dc0f2fffe49f87319c9bcf1f7f44669152c7",
|
||||||
|
"reference": "df61dc0f2fffe49f87319c9bcf1f7f44669152c7",
|
||||||
|
"shasum": ""
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.6|>=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"phpunit/phpunit": "^5.7.9",
|
||||||
|
"squizlabs/php_codesniffer": "^3.3.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"NumberToWords\\": "src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
|
"license": [
|
||||||
|
"MIT"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Karol Wnuk",
|
||||||
|
"email": "k.wnuk@ascetic.pl"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.",
|
||||||
|
"keywords": [
|
||||||
|
"currency",
|
||||||
|
"money",
|
||||||
|
"number",
|
||||||
|
"numbers",
|
||||||
|
"string",
|
||||||
|
"to",
|
||||||
|
"words"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/kwn/number-to-words/issues",
|
||||||
|
"source": "https://github.com/kwn/number-to-words/tree/1.13.0"
|
||||||
|
},
|
||||||
|
"time": "2021-06-23T20:47:44+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-diactoros",
|
"name": "laminas/laminas-diactoros",
|
||||||
"version": "2.14.0",
|
"version": "2.14.0",
|
||||||
|
@ -24748,6 +24921,7 @@
|
||||||
"drupal/gin": 10,
|
"drupal/gin": 10,
|
||||||
"drupal/gin_toolbar": 10,
|
"drupal/gin_toolbar": 10,
|
||||||
"drupal/inline_entity_form": 5,
|
"drupal/inline_entity_form": 5,
|
||||||
|
"drupal/inotherwords": 20,
|
||||||
"drupal/menu_link_config": 15,
|
"drupal/menu_link_config": 15,
|
||||||
"drupal/mobile_number": 15,
|
"drupal/mobile_number": 15,
|
||||||
"drupal/notfoundpassthrough": 20,
|
"drupal/notfoundpassthrough": 20,
|
||||||
|
|
Loading…
Reference in a new issue