Update composer lock

This commit is contained in:
Louis Elkner-Alfaro 2024-02-12 10:09:34 -08:00
parent 3322440871
commit e9ec43090e

562
composer.lock generated
View file

@ -4,33 +4,33 @@
"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": "62f644d280a8e929ea774b4856d33440", "content-hash": "7079f903337c1614237fabb4da60b91d",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
"version": "4.0.1", "version": "7.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/abraham/twitteroauth.git", "url": "https://github.com/abraham/twitteroauth.git",
"reference": "b9302599e416e5c00742cf7f4455220897f8291d" "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/b9302599e416e5c00742cf7f4455220897f8291d", "url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa",
"reference": "b9302599e416e5c00742cf7f4455220897f8291d", "reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/ca-bundle": "^1.2", "composer/ca-bundle": "^1.2",
"ext-curl": "*", "ext-curl": "*",
"php": "^7.4 || ^8.0 || ^8.1" "php": "8.*"
}, },
"require-dev": { "require-dev": {
"php-vcr/php-vcr": "^1", "php-vcr/php-vcr": "^1",
"php-vcr/phpunit-testlistener-vcr": "dev-php-8", "php-vcr/phpunit-testlistener-vcr": "dev-php8",
"phpmd/phpmd": "^2", "phpmd/phpmd": "^2",
"phpunit/phpunit": "^8 || ^9", "phpunit/phpunit": "^9",
"rector/rector": "^0.12.19 || ^0.13.0", "rector/rector": "^0.15.7",
"squizlabs/php_codesniffer": "^3" "squizlabs/php_codesniffer": "^3"
}, },
"type": "library", "type": "library",
@ -66,7 +66,7 @@
"issues": "https://github.com/abraham/twitteroauth/issues", "issues": "https://github.com/abraham/twitteroauth/issues",
"source": "https://github.com/abraham/twitteroauth" "source": "https://github.com/abraham/twitteroauth"
}, },
"time": "2022-08-18T23:30:33+00:00" "time": "2024-02-11T18:58:08+00:00"
}, },
{ {
"name": "agaric/php-facebook", "name": "agaric/php-facebook",
@ -12706,21 +12706,21 @@
}, },
{ {
"name": "drupal/smart_date", "name": "drupal/smart_date",
"version": "3.6.1", "version": "3.7.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/smart_date.git", "url": "https://git.drupalcode.org/project/smart_date.git",
"reference": "3.6.1" "reference": "3.7.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/smart_date-3.6.1.zip", "url": "https://ftp.drupal.org/files/projects/smart_date-3.7.2.zip",
"reference": "3.6.1", "reference": "3.7.2",
"shasum": "a2ce55f5e38d046143881839f5ba0e6dcb49e823" "shasum": "4dc2040d94688369cff3c8b1062c1991fe685963"
}, },
"require": { "require": {
"drupal/core": "^9 || ^10", "drupal/core": "^9 || ^10",
"php": ">=7.1", "php": ">=8.0",
"simshaun/recurr": "^4" "simshaun/recurr": "^4"
}, },
"suggest": { "suggest": {
@ -12729,8 +12729,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "3.6.1", "version": "3.7.2",
"datestamp": "1661631736", "datestamp": "1677784501",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -14225,46 +14225,47 @@
}, },
{ {
"name": "drupal/webform", "name": "drupal/webform",
"version": "6.1.8", "version": "6.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/webform.git", "url": "https://git.drupalcode.org/project/webform.git",
"reference": "6.1.8" "reference": "6.2.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/webform-6.1.8.zip", "url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip",
"reference": "6.1.8", "reference": "6.2.2",
"shasum": "8144aed3fc708bf4eaf0e756e4f9f5b64188d74a" "shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb"
}, },
"require": { "require": {
"drupal/core": "^9.3" "drupal/core": "^9.4 || ^10",
"php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"drupal/address": "1.x-dev", "drupal/address": "1.x-dev",
"drupal/bootstrap": "3.x-dev", "drupal/bootstrap": "3.x-dev",
"drupal/captcha": "1.x-dev", "drupal/captcha": "^1 || ^2",
"drupal/chosen": "3.0.x-dev", "drupal/chosen": "3.0.x-dev",
"drupal/clientside_validation": "3.0.x-dev", "drupal/ckeditor": "1.0.x-dev",
"drupal/clientside_validation": "^3 || ^4",
"drupal/clientside_validation_jquery": "*", "drupal/clientside_validation_jquery": "*",
"drupal/devel": "5.x-dev", "drupal/devel": "5.x-dev",
"drupal/entity": "1.x-dev", "drupal/entity": "1.x-dev",
"drupal/entity_print": "2.x-dev", "drupal/entity_print": "2.x-dev",
"drupal/gnode": "*",
"drupal/group": "1.x-dev", "drupal/group": "1.x-dev",
"drupal/hal": "1 - 2",
"drupal/jquery_ui": "1.x-dev", "drupal/jquery_ui": "1.x-dev",
"drupal/jquery_ui_checkboxradio": "1.x-dev", "drupal/jquery_ui_checkboxradio": "2.x-dev",
"drupal/jquery_ui_datepicker": "1.x-dev", "drupal/jquery_ui_datepicker": "2.x-dev",
"drupal/lingotek": "4.0.x-dev",
"drupal/mailsystem": "4.x-dev", "drupal/mailsystem": "4.x-dev",
"drupal/metatag": "1.x-dev",
"drupal/paragraphs": "1.x-dev", "drupal/paragraphs": "1.x-dev",
"drupal/select2": "1.x-dev", "drupal/select2": "1.x-dev",
"drupal/smtp": "1.x-dev", "drupal/smtp": "1.x-dev",
"drupal/styleguide": "1.x-dev", "drupal/styleguide": "^1 || ^2",
"drupal/telephone_validation": "2.x-dev", "drupal/telephone_validation": "2.x-dev",
"drupal/token": "1.x-dev", "drupal/token": "1.x-dev",
"drupal/variationcache": "1.x-dev", "drupal/variationcache": "1.x-dev",
"drupal/webform-webform_group": "*",
"drupal/webform_access": "*", "drupal/webform_access": "*",
"drupal/webform_attachment": "*", "drupal/webform_attachment": "*",
"drupal/webform_clientside_validation": "*", "drupal/webform_clientside_validation": "*",
@ -14283,8 +14284,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "6.1.8", "version": "6.2.2",
"datestamp": "1698673929", "datestamp": "1701948363",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -14292,7 +14293,7 @@
}, },
"drush": { "drush": {
"services": { "services": {
"drush.services.yml": "^9 || ^10" "drush.services.yml": ">=9"
} }
} }
}, },
@ -15840,33 +15841,33 @@
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
"version": "2.12.0", "version": "2.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-escaper.git", "url": "https://github.com/laminas/laminas-escaper.git",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490" "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*", "ext-ctype": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-escaper": "*" "zendframework/zend-escaper": "*"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.26.6", "infection/infection": "^0.27.0",
"laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-coding-standard": "~2.5.0",
"maglnet/composer-require-checker": "^3.8.0", "maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18", "phpunit/phpunit": "^9.6.7",
"psalm/plugin-phpunit": "^0.17.0", "psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^4.22.0" "vimeo/psalm": "^5.9"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -15898,45 +15899,45 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-10-10T10:11:09+00:00" "time": "2023-10-10T08:35:13+00:00"
}, },
{ {
"name": "laminas/laminas-feed", "name": "laminas/laminas-feed",
"version": "2.18.2", "version": "2.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-feed.git", "url": "https://github.com/laminas/laminas-feed.git",
"reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d" "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/a57fdb9df42950d5b7f052509fbdab0d081c6b6d", "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141",
"reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d", "reference": "669792b819fca7274698147ad7a2ecc1b0a9b141",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-libxml": "*", "ext-libxml": "*",
"laminas/laminas-escaper": "^2.9", "laminas/laminas-escaper": "^2.9",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.6", "laminas/laminas-stdlib": "^3.6",
"php": "^7.4 || ~8.0.0 || ~8.1.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"laminas/laminas-servicemanager": "<3.3", "laminas/laminas-servicemanager": "<3.3",
"zendframework/zend-feed": "*" "zendframework/zend-feed": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-cache": "^2.13.2 || ^3.1.3", "laminas/laminas-cache": "^2.13.2 || ^3.11",
"laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.0.0", "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2",
"laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-db": "^2.13.3", "laminas/laminas-db": "^2.18",
"laminas/laminas-http": "^2.15", "laminas/laminas-http": "^2.18",
"laminas/laminas-validator": "^2.15", "laminas/laminas-servicemanager": "^3.21.0",
"phpunit/phpunit": "^9.5.5", "laminas/laminas-validator": "^2.38",
"psalm/plugin-phpunit": "^0.17.0", "phpunit/phpunit": "^10.3.1",
"psr/http-message": "^1.0.1", "psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^4.24.0" "psr/http-message": "^2.0",
"vimeo/psalm": "^5.14.1"
}, },
"suggest": { "suggest": {
"laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
@ -15978,126 +15979,34 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-08-08T17:02:35+00:00" "time": "2023-10-11T20:16:37+00:00"
},
{
"name": "laminas/laminas-servicemanager",
"version": "3.17.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
"reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"psr/container": "^1.0"
},
"conflict": {
"ext-psr": "*",
"laminas/laminas-code": "<3.3.1",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.0",
"laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-container-config-test": "^0.7",
"laminas/laminas-dependency-plugin": "^2.1.2",
"mikey179/vfsstream": "^1.6.10@alpha",
"ocramius/proxy-manager": "^2.11",
"phpbench/phpbench": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.5",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.8"
},
"suggest": {
"ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-servicemanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-servicemanager/issues",
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
"source": "https://github.com/laminas/laminas-servicemanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2022-09-22T11:33:46+00:00"
}, },
{ {
"name": "laminas/laminas-stdlib", "name": "laminas/laminas-stdlib",
"version": "3.13.0", "version": "3.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git", "url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76" "reference": "6a192dd0882b514e45506f533b833b623b78fff3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3",
"reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76", "reference": "6a192dd0882b514e45506f533b833b623b78fff3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ~8.0.0 || ~8.1.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-stdlib": "*" "zendframework/zend-stdlib": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.6", "phpbench/phpbench": "^1.2.15",
"phpstan/phpdoc-parser": "^0.5.4", "phpunit/phpunit": "^10.5.8",
"phpunit/phpunit": "^9.5.23", "psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^5.20.0"
"vimeo/psalm": "^4.26"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -16129,26 +16038,26 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-08-24T13:56:50+00:00" "time": "2024-01-19T12:39:49+00:00"
}, },
{ {
"name": "laminas/laminas-xml", "name": "laminas/laminas-xml",
"version": "1.4.0", "version": "1.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-xml.git", "url": "https://github.com/laminas/laminas-xml.git",
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f" "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/dcadeefdb6d7ed6b39d772b47e3845003d6ea60f", "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/c35aab57d1d0a970b53965046d535b88c3dc8bea",
"reference": "dcadeefdb6d7ed6b39d772b47e3845003d6ea60f", "reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-dom": "*", "ext-dom": "*",
"ext-simplexml": "*", "ext-simplexml": "*",
"php": "^7.3 || ~8.0.0 || ~8.1.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zendxml": "*" "zendframework/zendxml": "*"
@ -16189,35 +16098,38 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-11-30T02:16:35+00:00" "time": "2023-11-23T10:03:52+00:00"
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",
"version": "2.0.0", "version": "2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/clock.git", "url": "https://github.com/lcobucci/clock.git",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0" "php": "~8.1.0 || ~8.2.0",
"stella-maris/clock": "^0.1.7"
},
"provide": {
"psr/clock-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.17", "infection/infection": "^0.26",
"lcobucci/coding-standard": "^6.0", "lcobucci/coding-standard": "^9.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/php-code-coverage": "9.1.4", "phpunit/phpunit": "^9.5.27"
"phpunit/phpunit": "9.3.7"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -16238,7 +16150,7 @@
"description": "Yet another clock abstraction", "description": "Yet another clock abstraction",
"support": { "support": {
"issues": "https://github.com/lcobucci/clock/issues", "issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/2.0.x" "source": "https://github.com/lcobucci/clock/tree/2.3.0"
}, },
"funding": [ "funding": [
{ {
@ -16250,7 +16162,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-27T18:56:02+00:00" "time": "2022-12-19T14:38:11+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
@ -16409,34 +16321,39 @@
}, },
{ {
"name": "league/csv", "name": "league/csv",
"version": "9.8.0", "version": "9.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/csv.git", "url": "https://github.com/thephpleague/csv.git",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47" "reference": "34bf0df7340b60824b9449b5c526fcc3325070d5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47", "url": "https://api.github.com/repos/thephpleague/csv/zipball/34bf0df7340b60824b9449b5c526fcc3325070d5",
"reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47", "reference": "34bf0df7340b60824b9449b5c526fcc3325070d5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-filter": "*",
"ext-json": "*", "ext-json": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.4 || ^8.0" "php": "^8.1.2"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "doctrine/collections": "^2.1.4",
"ext-dom": "*", "ext-dom": "*",
"friendsofphp/php-cs-fixer": "^v3.4.0", "ext-xdebug": "*",
"phpstan/phpstan": "^1.3.0", "friendsofphp/php-cs-fixer": "^v3.22.0",
"phpstan/phpstan-phpunit": "^1.0.0", "phpbench/phpbench": "^1.2.15",
"phpstan/phpstan-strict-rules": "^1.1.0", "phpstan/phpstan": "^1.10.50",
"phpunit/phpunit": "^9.5.11" "phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpunit/phpunit": "^10.5.3",
"symfony/var-dumper": "^6.4.0"
}, },
"suggest": { "suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
}, },
"type": "library", "type": "library",
@ -16489,7 +16406,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-01-04T00:13:07+00:00" "time": "2023-12-29T07:34:53+00:00"
}, },
{ {
"name": "league/oauth2-client", "name": "league/oauth2-client",
@ -17706,6 +17623,54 @@
}, },
"time": "2016-08-06T20:24:11+00:00" "time": "2016-08-06T20:24:11+00:00"
}, },
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
{ {
"name": "psr/container", "name": "psr/container",
"version": "1.1.2", "version": "1.1.2",
@ -18143,6 +18108,53 @@
}, },
"time": "2020-01-30T12:17:27+00:00" "time": "2020-01-30T12:17:27+00:00"
}, },
{
"name": "stella-maris/clock",
"version": "0.1.7",
"source": {
"type": "git",
"url": "https://github.com/stella-maris-solutions/clock.git",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"psr/clock": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"StellaMaris\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Heigl",
"role": "Maintainer"
}
],
"description": "A pre-release of the proposed PSR-20 Clock-Interface",
"homepage": "https://gitlab.com/stella-maris/clock",
"keywords": [
"clock",
"datetime",
"point in time",
"psr20"
],
"support": {
"source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
},
"time": "2022-11-25T16:15:06+00:00"
},
{ {
"name": "symfony-cmf/routing", "name": "symfony-cmf/routing",
"version": "2.3.4", "version": "2.3.4",
@ -21562,20 +21574,20 @@
}, },
{ {
"name": "drupal/upgrade_status", "name": "drupal/upgrade_status",
"version": "3.19.0", "version": "4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/upgrade_status.git", "url": "https://git.drupalcode.org/project/upgrade_status.git",
"reference": "8.x-3.19" "reference": "4.0.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/upgrade_status-8.x-3.19.zip", "url": "https://ftp.drupal.org/files/projects/upgrade_status-4.0.0.zip",
"reference": "8.x-3.19", "reference": "4.0.0",
"shasum": "e155b34b80f2782778b841d72639bd0ac8b923f9" "shasum": "013afdb46a03c9db0119cb1ce60ca49631d64368"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9", "drupal/core": "^9 || ^10",
"mathieuviossat/arraytotexttable": "~1.0.0", "mathieuviossat/arraytotexttable": "~1.0.0",
"mglaman/phpstan-drupal": "^1.0.0", "mglaman/phpstan-drupal": "^1.0.0",
"nikic/php-parser": "^4.0.0", "nikic/php-parser": "^4.0.0",
@ -21586,8 +21598,8 @@
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.19", "version": "4.0.0",
"datestamp": "1678815320", "datestamp": "1678815090",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -21696,30 +21708,122 @@
"time": "2020-11-01T09:30:18+00:00" "time": "2020-11-01T09:30:18+00:00"
}, },
{ {
"name": "laminas/laminas-text", "name": "laminas/laminas-servicemanager",
"version": "2.9.0", "version": "3.22.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-text.git", "url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7" "reference": "de98d297d4743956a0558a6d71616979ff779328"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/de98d297d4743956a0558a6d71616979ff779328",
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7", "reference": "de98d297d4743956a0558a6d71616979ff779328",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-servicemanager": "^3.4", "laminas/laminas-stdlib": "^3.17",
"laminas/laminas-stdlib": "^3.6", "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^7.3 || ~8.0.0 || ~8.1.0" "psr/container": "^1.0"
},
"conflict": {
"ext-psr": "*",
"laminas/laminas-code": "<4.10.0",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11.99.5",
"friendsofphp/proxy-manager-lts": "^1.0.14",
"laminas/laminas-code": "^4.10.0",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-container-config-test": "^0.8",
"mikey179/vfsstream": "^1.6.11",
"phpbench/phpbench": "^1.2.9",
"phpunit/phpunit": "^10.4",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.8.0"
},
"suggest": {
"friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-servicemanager/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-servicemanager/issues",
"rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
"source": "https://github.com/laminas/laminas-servicemanager"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2023-10-24T11:19:47+00:00"
},
{
"name": "laminas/laminas-text",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-text.git",
"reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/d799f3ccb3547e9e6ab313447138bae7009c7cc7",
"reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7",
"shasum": ""
},
"require": {
"laminas/laminas-servicemanager": "^3.22.0",
"laminas/laminas-stdlib": "^3.7.1",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-text": "*" "zendframework/zend-text": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.3" "phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -21751,25 +21855,25 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2021-09-02T16:50:53+00:00" "time": "2023-11-07T16:45:45+00:00"
}, },
{ {
"name": "mathieuviossat/arraytotexttable", "name": "mathieuviossat/arraytotexttable",
"version": "v1.0.9", "version": "v1.0.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/viossat/arraytotexttable.git", "url": "https://github.com/viossat/arraytotexttable.git",
"reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c" "reference": "dddaf50d2c1d655b985e63337c421b298f7854be"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", "url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/dddaf50d2c1d655b985e63337c421b298f7854be",
"reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c", "reference": "dddaf50d2c1d655b985e63337c421b298f7854be",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laminas/laminas-text": "^2.9", "laminas/laminas-text": "^2.10",
"php": ">=5.3.0" "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -21800,9 +21904,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/viossat/arraytotexttable/issues", "issues": "https://github.com/viossat/arraytotexttable/issues",
"source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9" "source": "https://github.com/viossat/arraytotexttable/tree/v1.0.10"
}, },
"time": "2022-08-30T15:33:10+00:00" "time": "2023-09-21T16:42:23+00:00"
}, },
{ {
"name": "mglaman/phpstan-drupal", "name": "mglaman/phpstan-drupal",