Skip to content

Commit

Permalink
Bump drupal/upgrade_status from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps drupal/upgrade_status from 4.0.0 to 4.1.0.

---
updated-dependencies:
- dependency-name: drupal/upgrade_status
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 8b75ef9 commit e152f42
Showing 1 changed file with 57 additions and 266 deletions.
323 changes: 57 additions & 266 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1478,6 +1478,55 @@
},
"time": "2023-06-19T06:10:36+00:00"
},
{
"name": "dekor/php-array-table",
"version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/deniskoronets/php-array-table.git",
"reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/deniskoronets/php-array-table/zipball/ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
"reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^10"
},
"type": "library",
"autoload": {
"psr-4": {
"dekor\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Denis Koronets",
"email": "[email protected]",
"homepage": "https://woo.zp.ua/"
}
],
"description": "PHP Library for printing associative arrays as text table (similar to mysql terminal console)",
"keywords": [
"library",
"php"
],
"support": {
"issues": "https://github.com/deniskoronets/php-array-table/issues",
"source": "https://github.com/deniskoronets/php-array-table/tree/2.0"
},
"time": "2023-02-10T10:13:42+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
Expand Down Expand Up @@ -13435,21 +13484,21 @@
},
{
"name": "drupal/upgrade_status",
"version": "4.0.0",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/upgrade_status.git",
"reference": "4.0.0"
"reference": "4.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/upgrade_status-4.0.0.zip",
"reference": "4.0.0",
"shasum": "013afdb46a03c9db0119cb1ce60ca49631d64368"
"url": "https://ftp.drupal.org/files/projects/upgrade_status-4.1.0.zip",
"reference": "4.1.0",
"shasum": "b306740b7e952f3d6bb71a2e0a165d48977e732a"
},
"require": {
"dekor/php-array-table": "^2.0",
"drupal/core": "^9 || ^10",
"mathieuviossat/arraytotexttable": "~1.0.0",
"mglaman/phpstan-drupal": "^1.0.0",
"nikic/php-parser": "^4.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
Expand All @@ -13459,8 +13508,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.0",
"datestamp": "1678815090",
"version": "4.1.0",
"datestamp": "1708602507",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -15795,213 +15844,6 @@
],
"time": "2023-11-19T21:08:19+00:00"
},
{
"name": "laminas/laminas-servicemanager",
"version": "3.15.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "65910ef6a8066b0369fab77fbec9e030be59c866"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/65910ef6a8066b0369fab77fbec9e030be59c866",
"reference": "65910ef6a8066b0369fab77fbec9e030be59c866",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0",
"laminas/laminas-stdlib": "^3.2.1",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0",
"psr/container": "^1.1 || ^2.0.2"
},
"conflict": {
"ext-psr": "*",
"laminas/laminas-code": "<3.3.1",
"zendframework/zend-code": "<3.3.1",
"zendframework/zend-servicemanager": "*"
},
"provide": {
"psr/container-implementation": "^1.1 || ^2.0"
},
"replace": {
"container-interop/container-interop": "^1.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.3.0",
"laminas/laminas-container-config-test": "^0.6",
"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-07-18T21:18:56+00:00"
},
{
"name": "laminas/laminas-stdlib",
"version": "3.19.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "6a192dd0882b514e45506f533b833b623b78fff3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3",
"reference": "6a192dd0882b514e45506f533b833b623b78fff3",
"shasum": ""
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"conflict": {
"zendframework/zend-stdlib": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^10.5.8",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.20.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-stdlib/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-stdlib/issues",
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
"source": "https://github.com/laminas/laminas-stdlib"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2024-01-19T12:39:49+00:00"
},
{
"name": "laminas/laminas-text",
"version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-text.git",
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
"reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
"shasum": ""
},
"require": {
"laminas/laminas-servicemanager": "^3.4",
"laminas/laminas-stdlib": "^3.6",
"php": "^7.3 || ~8.0.0 || ~8.1.0"
},
"conflict": {
"zendframework/zend-text": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Text\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create FIGlets and text-based tables",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"text"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-text/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-text/issues",
"rss": "https://github.com/laminas/laminas-text/releases.atom",
"source": "https://github.com/laminas/laminas-text"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-09-02T16:50:53+00:00"
},
{
"name": "lcobucci/clock",
"version": "3.0.0",
Expand Down Expand Up @@ -16689,57 +16531,6 @@
},
"time": "2023-05-10T11:58:31+00:00"
},
{
"name": "mathieuviossat/arraytotexttable",
"version": "v1.0.9",
"source": {
"type": "git",
"url": "https://github.com/viossat/arraytotexttable.git",
"reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/viossat/arraytotexttable/zipball/518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c",
"reference": "518ec338fe62e92c064a9d3d3bc8c64fb6e77d1c",
"shasum": ""
},
"require": {
"laminas/laminas-text": "^2.9",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"MathieuViossat\\Util\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mathieu Viossat",
"email": "[email protected]",
"homepage": "https://viossat.fr"
}
],
"description": "Display arrays in terminal",
"homepage": "https://github.com/viossat/arraytotexttable",
"keywords": [
"array",
"ascii",
"table",
"terminal",
"text",
"unicode"
],
"support": {
"issues": "https://github.com/viossat/arraytotexttable/issues",
"source": "https://github.com/viossat/arraytotexttable/tree/v1.0.9"
},
"time": "2022-08-30T15:33:10+00:00"
},
{
"name": "mck89/peast",
"version": "v1.15.4",
Expand Down

0 comments on commit e152f42

Please sign in to comment.