factorial-io / phabalicious

Supports your deployments and every-day devops-tasks
http://docs.phab.io
MIT License
18 stars 3 forks source link

fix(deps): update dependency lesstif/php-jira-rest-client to v5 #295

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
lesstif/php-jira-rest-client require major ^1.35 -> ^5.0

Release Notes

lesstif/php-jira-rest-client ### [`v5.4.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.4.0): add missing field to Version [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/5.3.1...5.4.0) - added add $startDate, $userStartDate to Version - change the setter function name with data type postfix, for example *setReleaseDateAsDateTime*(), *setReleaseDateAsString*() ### [`v5.3.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.3.1): improvement PHP 8.2 support [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/5.3.0...5.3.1) - explicit properties declaration in Version, Project class ### [`v5.3.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.3.0): Support monolog v2/v3 both [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/5.2.0...5.3.0) See [#​499](https://togithub.com/lesstif/php-jira-rest-client/issues/499) ### [`v5.2.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.2.0): Support PHP 8.2 [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/5.1.0...5.2.0) Adapt to PHP 8.2's new feature - [Dynamic Properties are deprecated](https://php.watch/versions/8.2/dynamic-properties-deprecated#AllowDynamicProperties), See [#​486](https://togithub.com/lesstif/php-jira-rest-client/issues/486) , [#​487](https://togithub.com/lesstif/php-jira-rest-client/issues/487) ### [`v5.1.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.1.0): fixed wrong Service URL [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/5.0.0...5.1.0) - duplicated JSM URL fixed(See [#​476](https://togithub.com/lesstif/php-jira-rest-client/issues/476)) - merged AgileURL (See [#​478](https://togithub.com/lesstif/php-jira-rest-client/issues/478)) - issue description can be null(See [#​477](https://togithub.com/lesstif/php-jira-rest-client/issues/477)) ### [`v5.0.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/5.0.0): to extract V3 API and dropped all V3 related functions and classes. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.1.0...5.0.0) Hi! I forked V3 API and **eliminated all V3 related code** in this repository. You can find V3 API repository [here](https://togithub.com/lesstif/php-JiraCloud-RESTAPI). ### [`v4.1.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.1.0): Added JIRA Service Management API and fixed ADF Issue [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.0.4...4.1.0) - Fixed ADF(Atlassian Document Format) related issues, See [#​454](https://togithub.com/lesstif/php-jira-rest-client/issues/454), [#​458](https://togithub.com/lesstif/php-jira-rest-client/issues/458), [#​457](https://togithub.com/lesstif/php-jira-rest-client/issues/457) - Merged Jira Service Management API, See [#​455](https://togithub.com/lesstif/php-jira-rest-client/issues/455) ### [`v4.0.4`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.0.4): fixed customerField param type restrction [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.0.3...4.0.4) - drop the unnecessary code - See [#​449](https://togithub.com/lesstif/php-jira-rest-client/issues/449) - See [#​451](https://togithub.com/lesstif/php-jira-rest-client/issues/451) ### [`v4.0.3`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.0.3) [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.0.2...4.0.3) bugs fix release - See([#​441](https://togithub.com/lesstif/php-jira-rest-client/issues/441)) - See([#​445](https://togithub.com/lesstif/php-jira-rest-client/issues/445)) ### [`v4.0.2`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.0.2) [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.0.1...4.0.2) fix several bugs - [#​441](https://togithub.com/lesstif/php-jira-rest-client/issues/441) - [#​439](https://togithub.com/lesstif/php-jira-rest-client/issues/439) - [#​432](https://togithub.com/lesstif/php-jira-rest-client/issues/432) ### [`v4.0.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.0.1): Drop PHPDoc and change to type hinting [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/4.0.0...4.0.1) ### [`v4.0.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/4.0.0): Drop PHP7, Polish Function parameter [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/3.1.1...4.0.0) - Drop PHP 7 and added property type(not at all) - Update dependancy to recent version - Clean up confusing function parameters that are different from PHPDoc(See [#​429](https://togithub.com/lesstif/php-jira-rest-client/issues/429)) - add missing env parameter(See [#​431](https://togithub.com/lesstif/php-jira-rest-client/issues/431)) ### [`v3.1.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/3.1.1): fixed invalid json mapper annotation [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/3.1.0...3.1.1) See [#​422](https://togithub.com/lesstif/php-jira-rest-client/issues/422) ### [`v3.1.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/3.1.0) [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/3.0.0...3.1.0) - new feature - Project component (See [#​426](https://togithub.com/lesstif/php-jira-rest-client/issues/426)) ### [`v3.0.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/3.0.0) [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.6.0...3.0.0) - To be compatible with PHP 8.1.(See [#​401](https://togithub.com/lesstif/php-jira-rest-client/issues/401)) - dropping support for PHP 7.x. ### [`v2.6.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.6.0): support PTA, archive project [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.5.1...2.6.0) - support personal access token([#​394](https://togithub.com/lesstif/php-jira-rest-client/issues/394) ) - new feature archive project([#​393](https://togithub.com/lesstif/php-jira-rest-client/issues/393)) ### [`v2.5.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.5.1): fixed don't use user's Configuration Interface in IssueService. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.5.0...2.5.1) - See [#​380](https://togithub.com/lesstif/php-jira-rest-client/issues/380) ### [`v2.5.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.5.0): PHP 8 support. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.4.1...2.5.0) - update dependency for support to PHP 8 - add user update(see [#​369](https://togithub.com/lesstif/php-jira-rest-client/issues/369) ) ### [`v2.4.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.4.1): fixed getenv is discouraged. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.4.0...2.4.1) See [#​352](https://togithub.com/lesstif/php-jira-rest-client/issues/352) ### [`v2.4.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.4.0): update dependancy dotenv for laravel 8 [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.3.0...2.4.0) see [#​348](https://togithub.com/lesstif/php-jira-rest-client/issues/348) ### [`v2.3.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.3.0): add partial status api. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.2.2...2.3.0) see [#​345](https://togithub.com/lesstif/php-jira-rest-client/issues/345) ### [`v2.2.2`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.2.2): fixed function name typo [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.2.1...2.2.2) fixed function name typo in the IssueService ([#​343](https://togithub.com/lesstif/php-jira-rest-client/issues/343) ) ### [`v2.2.1`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.2.1): fixed RemoteIssueLink creation bug. [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.2.0...2.2.1) - see [#​339](https://togithub.com/lesstif/php-jira-rest-client/issues/339) ### [`v2.2.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.2.0): comment in API V3 [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.1.0...2.2.0) - comment in API V3(see [#​330](https://togithub.com/lesstif/php-jira-rest-client/issues/330)) - support to config personal certificate when connect to jira server.(see [#​332](https://togithub.com/lesstif/php-jira-rest-client/issues/332)) ### [`v2.1.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.1.0): added new service class and method [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/2.0...2.1.0) - get Epics on Board(See [#​289](https://togithub.com/lesstif/php-jira-rest-client/issues/289) ) - added new Service Class AgileIssueService(See [#​299](https://togithub.com/lesstif/php-jira-rest-client/issues/299)) - dotenv v4 support(See [#​300](https://togithub.com/lesstif/php-jira-rest-client/issues/300)) - add new Service Class GreenHopper BurnDownChartService(See [#​302](https://togithub.com/lesstif/php-jira-rest-client/issues/302) ) - add new function deleteWorkflow (See [#​303](https://togithub.com/lesstif/php-jira-rest-client/issues/303)) ### [`v2.0`](https://togithub.com/lesstif/php-jira-rest-client/releases/tag/2.0): update PHP Major version to 7.1 [Compare Source](https://togithub.com/lesstif/php-jira-rest-client/compare/1.45.0...2.0) - Update PHP to ^7.1 - fixed broken NoOperationMonologHandler changed by AbstractProcessingHandler return type definition.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/factorial-io/phabalicious":"/mnt/renovate/gh/factorial-io/phabalicious" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/factorial-io/phabalicious" docker.io/renovate/sidecar bash -l -c "install-tool php 7.3.31 && install-tool composer 2.4.4 && composer install --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins && composer update lesstif/php-jira-rest-client --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Package operations: 99 installs, 0 updates, 0 removals
  - Downloading phpro/grumphp-shim (v1.5.0)
  - Downloading symfony/flex (v1.18.5)
  - Downloading squizlabs/php_codesniffer (3.6.2)
  - Downloading dealerdirect/phpcodesniffer-composer-installer (v0.7.2)
  - Downloading symfony/polyfill-php80 (v1.24.0)
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading symfony/filesystem (v5.4.3)
  - Downloading symfony/deprecation-contracts (v2.5.1)
  - Downloading psr/container (1.1.1)
  - Downloading symfony/service-contracts (v2.5.0)
  - Downloading symfony/polyfill-php73 (v1.24.0)
  - Downloading symfony/console (v4.4.37)
  - Downloading composer/semver (3.2.9)
  - Downloading consolidation/self-update (2.0.5)
  - Downloading paragonie/random_compat (v9.99.100)
  - Downloading defuse/php-encryption (v2.3.1)
  - Downloading symfony/yaml (v4.4.37)
  - Downloading phpstan/phpdoc-parser (1.2.0)
  - Downloading slevomat/coding-standard (7.0.18)
  - Downloading sirbrillig/phpcs-variable-analysis (v2.11.2)
  - Syncing drupal/coder (8.3.14) into cache
  - Downloading symfony/process (v4.4.37)
  - Downloading symfony/event-dispatcher-contracts (v1.1.11)
  - Downloading symfony/event-dispatcher (v4.4.37)
  - Downloading psr/log (1.1.4)
  - Downloading graze/sort (2.0.1)
  - Downloading graze/data-structure (2.1.0)
  - Downloading graze/parallel-process (0.8.1)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading jakeasmith/http_build_url (1.0.1)
  - Downloading phpoption/phpoption (1.8.1)
  - Downloading vlucas/phpdotenv (v3.6.10)
  - Downloading netresearch/jsonmapper (v1.6.0)
  - Downloading monolog/monolog (2.3.5)
  - Downloading lesstif/php-jira-rest-client (1.45.0)
  - Downloading php-parallel-lint/php-parallel-lint (v1.3.1)
  - Downloading webmozart/assert (1.10.0)
  - Downloading phpdocumentor/reflection-common (2.2.0)
  - Downloading phpdocumentor/type-resolver (1.6.0)
  - Downloading phpdocumentor/reflection-docblock (5.3.0)
  - Downloading sebastian/version (3.0.2)
  - Downloading sebastian/type (2.3.4)
  - Downloading sebastian/resource-operations (3.0.3)
  - Downloading sebastian/recursion-context (4.0.4)
  - Downloading sebastian/object-reflector (2.0.4)
  - Downloading sebastian/object-enumerator (4.0.4)
  - Downloading sebastian/global-state (5.0.5)
  - Downloading sebastian/exporter (4.0.4)
  - Downloading sebastian/environment (5.1.3)
  - Downloading sebastian/diff (4.0.4)
  - Downloading sebastian/comparator (4.0.6)
  - Downloading sebastian/code-unit (1.0.8)
  - Downloading sebastian/cli-parser (1.0.1)
  - Downloading phpunit/php-timer (5.0.3)
  - Downloading phpunit/php-text-template (2.0.4)
  - Downloading phpunit/php-invoker (3.1.1)
  - Downloading phpunit/php-file-iterator (3.0.6)
  - Downloading theseer/tokenizer (1.2.1)
  - Downloading nikic/php-parser (v4.13.2)
  - Downloading sebastian/lines-of-code (1.0.3)
  - Downloading sebastian/complexity (2.0.2)
  - Downloading sebastian/code-unit-reverse-lookup (2.0.3)
  - Downloading phpunit/php-code-coverage (9.2.11)
  - Downloading doctrine/instantiator (1.4.0)
  - Downloading phpspec/prophecy (v1.15.0)
  - Downloading phar-io/version (3.1.1)
  - Downloading phar-io/manifest (2.0.3)
  - Downloading myclabs/deep-copy (1.10.2)
  - Downloading phpunit/phpunit (9.5.14)
  - Downloading phpspec/prophecy-phpunit (v2.0.1)
  - Downloading phpstan/phpstan (1.4.6)
  - Downloading phpstan/phpstan-symfony (1.1.5)
  - Downloading psr/http-client (1.0.1)
  - Downloading stecman/symfony-console-completion (0.11.0)
  - Downloading symfony/polyfill-php81 (v1.24.0)
  - Downloading symfony/config (v4.4.37)
  - Downloading symfony/debug (v4.4.37)
  - Downloading symfony/dependency-injection (v4.4.37)
  - Downloading symfony/dotenv (v4.4.37)
  - Downloading symfony/finder (v4.4.37)
  - Downloading symfony/http-foundation (v5.4.3)
  - Downloading symfony/http-client-contracts (v2.5.0)
  - Downloading symfony/var-dumper (v5.4.3)
  - Downloading symfony/error-handler (v4.4.37)
  - Downloading symfony/http-kernel (v4.4.37)
  - Downloading symfony/phpunit-bridge (v4.4.37)
  - Downloading symfony/polyfill-intl-grapheme (v1.24.0)
  - Downloading symfony/polyfill-intl-normalizer (v1.26.0)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading thibaud-dauce/mattermost-php (1.3.0)
  - Downloading twig/twig (v3.4.3)
  - Downloading symfony/translation-contracts (v2.5.0)
  - Downloading symfony/string (v5.4.3)
  - Downloading twig/string-extra (v3.3.5)
  - Installing phpro/grumphp-shim (v1.5.0): Extracting archive
  - Installing symfony/flex (v1.18.5): Extracting archive
  - Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
  - Installing dealerdirect/phpcodesniffer-composer-installer (v0.7.2): Extracting archive
  - Installing symfony/polyfill-php80 (v1.24.0): Extracting archive
  - Installing symfony/polyfill-mbstring (v1.26.0): Extracting archive
  - Installing symfony/polyfill-ctype (v1.26.0): Extracting archive
  - Installing symfony/filesystem (v5.4.3): Extracting archive
  - Installing symfony/deprecation-contracts (v2.5.1): Extracting archive
  - Installing psr/container (1.1.1): Extracting archive
  - Installing symfony/service-contracts (v2.5.0): Extracting archive
  - Installing symfony/polyfill-php73 (v1.24.0): Extracting archive
  - Installing symfony/console (v4.4.37): Extracting archive
  - Installing composer/semver (3.2.9): Extracting archive
  - Installing consolidation/self-update (2.0.5): Extracting archive
  - Installing paragonie/random_compat (v9.99.100): Extracting archive
  - Installing defuse/php-encryption (v2.3.1): Extracting archive
  - Installing symfony/yaml (v4.4.37): Extracting archive
  - Installing phpstan/phpdoc-parser (1.2.0): Extracting archive
  - Installing slevomat/coding-standard (7.0.18): Extracting archive
  - Installing sirbrillig/phpcs-variable-analysis (v2.11.2): Extracting archive
  - Installing drupal/coder (8.3.14): Cloning adb06efa79 from cache
  - Installing symfony/process (v4.4.37): Extracting archive
  - Installing symfony/event-dispatcher-contracts (v1.1.11): Extracting archive
  - Installing symfony/event-dispatcher (v4.4.37): Extracting archive
  - Installing psr/log (1.1.4): Extracting archive
  - Installing graze/sort (2.0.1): Extracting archive
  - Installing graze/data-structure (2.1.0): Extracting archive
  - Installing graze/parallel-process (0.8.1): Extracting archive
  - Installing guzzlehttp/promises (1.5.1): Extracting archive
  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing psr/http-factory (1.0.1): Extracting archive
  - Installing guzzlehttp/psr7 (2.4.0): Extracting archive
  - Installing jakeasmith/http_build_url (1.0.1): Extracting archive
  - Installing phpoption/phpoption (1.8.1): Extracting archive
  - Installing vlucas/phpdotenv (v3.6.10): Extracting archive
  - Installing netresearch/jsonmapper (v1.6.0): Extracting archive
  - Installing monolog/monolog (2.3.5): Extracting archive
  - Installing lesstif/php-jira-rest-client (1.45.0): Extracting archive
  - Installing php-parallel-lint/php-parallel-lint (v1.3.1): Extracting archive
  - Installing webmozart/assert (1.10.0): Extracting archive
  - Installing phpdocumentor/reflection-common (2.2.0): Extracting archive
  - Installing phpdocumentor/type-resolver (1.6.0): Extracting archive
  - Installing phpdocumentor/reflection-docblock (5.3.0): Extracting archive
  - Installing sebastian/version (3.0.2): Extracting archive
  - Installing sebastian/type (2.3.4): Extracting archive
  - Installing sebastian/resource-operations (3.0.3): Extracting archive
  - Installing sebastian/recursion-context (4.0.4): Extracting archive
  - Installing sebastian/object-reflector (2.0.4): Extracting archive
  - Installing sebastian/object-enumerator (4.0.4): Extracting archive
  - Installing sebastian/global-state (5.0.5): Extracting archive
  - Installing sebastian/exporter (4.0.4): Extracting archive
  - Installing sebastian/environment (5.1.3): Extracting archive
  - Installing sebastian/diff (4.0.4): Extracting archive
  - Installing sebastian/comparator (4.0.6): Extracting archive
  - Installing sebastian/code-unit (1.0.8): Extracting archive
  - Installing sebastian/cli-parser (1.0.1): Extracting archive
  - Installing phpunit/php-timer (5.0.3): Extracting archive
  - Installing phpunit/php-text-template (2.0.4): Extracting archive
  - Installing phpunit/php-invoker (3.1.1): Extracting archive
  - Installing phpunit/php-file-iterator (3.0.6): Extracting archive
  - Installing theseer/tokenizer (1.2.1): Extracting archive
  - Installing nikic/php-parser (v4.13.2): Extracting archive
  - Installing sebastian/lines-of-code (1.0.3): Extracting archive
  - Installing sebastian/complexity (2.0.2): Extracting archive
  - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
  - Installing phpunit/php-code-coverage (9.2.11): Extracting archive
  - Installing doctrine/instantiator (1.4.0): Extracting archive
  - Installing phpspec/prophecy (v1.15.0): Extracting archive
  - Installing phar-io/version (3.1.1): Extracting archive
  - Installing phar-io/manifest (2.0.3): Extracting archive
  - Installing myclabs/deep-copy (1.10.2): Extracting archive
  - Installing phpunit/phpunit (9.5.14): Extracting archive
  - Installing phpspec/prophecy-phpunit (v2.0.1): Extracting archive
  - Installing phpstan/phpstan (1.4.6): Extracting archive
  - Installing phpstan/phpstan-symfony (1.1.5): Extracting archive
  - Installing psr/http-client (1.0.1): Extracting archive
  - Installing stecman/symfony-console-completion (0.11.0): Extracting archive
  - Installing symfony/polyfill-php81 (v1.24.0): Extracting archive
  - Installing symfony/config (v4.4.37): Extracting archive
  - Installing symfony/debug (v4.4.37): Extracting archive
  - Installing symfony/dependency-injection (v4.4.37): Extracting archive
  - Installing symfony/dotenv (v4.4.37): Extracting archive
  - Installing symfony/finder (v4.4.37): Extracting archive
  - Installing symfony/http-foundation (v5.4.3): Extracting archive
  - Installing symfony/http-client-contracts (v2.5.0): Extracting archive
  - Installing symfony/var-dumper (v5.4.3): Extracting archive
  - Installing symfony/error-handler (v4.4.37): Extracting archive
  - Installing symfony/http-kernel (v4.4.37): Extracting archive
  - Installing symfony/phpunit-bridge (v4.4.37): Extracting archive
  - Installing symfony/polyfill-intl-grapheme (v1.24.0): Extracting archive
  - Installing symfony/polyfill-intl-normalizer (v1.26.0): Extracting archive
  - Installing guzzlehttp/guzzle (7.4.5): Extracting archive
  - Installing thibaud-dauce/mattermost-php (1.3.0): Extracting archive
  - Installing twig/twig (v3.4.3): Extracting archive
  - Installing symfony/translation-contracts (v2.5.0): Extracting archive
  - Installing symfony/string (v5.4.3): Extracting archive
  - Installing twig/string-extra (v3.3.5): Extracting archive
65 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Dependency psr/log is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies.
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires lesstif/php-jira-rest-client ^5.0 -> satisfiable by lesstif/php-jira-rest-client[5.0.0, 5.1.0].
    - lesstif/php-jira-rest-client[5.0.0, ..., 5.1.0] require php ^8.0 -> your php version (7.3.31; overridden via config.platform, same as actual) does not satisfy that requirement.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
renovate[bot] commented 1 year ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.