Update php-dev #62

Open
Renovate wants to merge 1 commits from renovate/php-dev into main
Collaborator

This PR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev minor 3.69.1 -> 3.70.2
phpunit/phpunit (source) require-dev patch 11.5.9 -> 11.5.11
rector/rector (source) require-dev patch 2.0.9 -> 2.0.10
symfony/browser-kit (source) require-dev patch 7.2.0 -> 7.2.4
symfony/web-profiler-bundle (source) require-dev patch 7.2.3 -> 7.2.4

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)

v3.70.2

Compare Source

  • deps: upgrade deep dev-tools deps (#​8472)
  • fix: MbStrFunctionsFixer must run before NativeFunctionInvocationFixer (#​8466)
  • fix: MethodArgumentSpaceFixer - fix nested calls for ensure_fully_multiline option (#​8469)

v3.70.1

Compare Source

  • fix: PhpUnitSizeClassFixer must run before PhpUnitAttributesFixer (#​8457)
  • DX: cleanup OrderedImportsFixerTest (#​8458)

v3.70.0

Compare Source

  • feat: Add PhpUnitDataProviderMethodOrderFixer fixer (#​8225)
  • feat: HeaderCommentFixer - allow validators (#​8452)
  • feat: PhpCsFixer ruleset: use operator_linebreak rule for all operators (#​8417)
  • feat: PhpUnitMethodCasingFixer to support PHPUnit's Test attribute (#​8451)
  • feat: TypeDeclarationSpacesFixer - Fix whitespace between const type and const name (#​8442)
  • chore: extend bug report template (#​8447)
  • chore: extend bug report template - more installation options (#​8450)
  • CI: phpstan-symfony - add entry point for console (#​8292)
  • deps: bump alpine from 3.21.2 to 3.21.3 (#​8454)
  • deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group (#​8453)
  • fix: CommentsAnalyzer - allow other forms of assignment as valid structural elements for PHPDocs (#​8371)
  • fix: PhpUnitTestClassRequiresCoversFixer must run before PhpUnitAttributesFixer (#​8444)
  • test: fix CheckCommandTest::testDryRunModeIsUnavailable to correctly check that option --dry-run is unavailable (#​8438)
sebastianbergmann/phpunit (phpunit/phpunit)

v11.5.11: PHPUnit 11.5.11

Compare Source

Fixed
  • #​6142: $expected and $actual are mixed up in failure description when assertJsonFileEqualsJsonFile() fails

How to install or update PHPUnit

v11.5.10: PHPUnit 11.5.10

Compare Source

Fixed
  • #​6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

How to install or update PHPUnit

rectorphp/rector (rector/rector)

v2.0.10: Released Rector 2.0.10

Compare Source

New Features 🥳


Bugfixes 🐛

  • [PhpParser] Re-add back get value from __DIR__ and __FILE__ on ValueResolver (#​6756)
  • [TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayReduceRector (#​6737)
  • [TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayMapRector (#​6738)
  • [Renaming] Handle crash on assign on for loop on RenameFunctionRector (#​6730)
  • [CodeQuality] Skip unused static methods in LocallyCalledStaticMethodToNonStaticRector, as should be handled by another rule (#​6731)
  • [Carbon] Fix refactor time to carbon to use ->getTimestamp() over ->timestamp (#​6733)
  • [TypeDeclaration] Unregister AddClosureParamTypeForArrayMapRector and AddClosureParamTypeForArrayReduceRector due to may read from docblock (#​6727)
  • [TypeDeclaration] Handle crash on union intersection on AddClosureParamTypeForArrayReduceRector (#​6729)
  • [Privatization] Skip magic method on PrivatizeFinalClassMethodRector (#​6734)
  • [Php74] Skip property hook on RestoreDefaultNullToNullableTypePropertyRector (#​6736)
  • [Php53] Handle parentheses in else on TernaryToElvisRector (#​6740)
  • [Php81] Handle crash Class parent was not found on MyCLabsMethodCallToEnumConstRector (#​6741)
  • [CodeQuality] Handle crash division by zero error on ForeachItemsAssignToEmptyArrayToAssignRector (#​6743)
  • fix(ValueObject): FileDiff first line number is below as expected (#​6746), Thanks @​neilime!
  • [naming] Skip variadic params in RenameParamToMatchTypeRector to avoid single naming for multiple types (#​6748)
  • Do not try to refresh attributes (#​6750), Thanks @​lyrixx!
  • [Php74] Skip with @​var doc with more specific type on ClosureToArrowFunctionRector (#​6753)
  • [Php81] Skip property hook on ReadOnlyPropertyRector (#​6758)
  • [code-quality] Skip complex new instance with args assigns in InlineArrayReturnAssignRector (#​6762)
  • [CodeQuality] Handle crash first class callable on InlineArrayReturnAssignRector (#​6763)
  • [dx] Remove 3 rules registered in both code quality and coding style levels, keep them in coding style level only (#​6757)



rectorphp/rector-symfony

  • [Symfony] Add attribute routing with mix other annotation (#​703)
  • [code-quality] Add InlineClassRoutePrefixRector (#​701)
  • Do not change method if name does not need to change (#​700), Thanks @​carlos-granados
  • [code-quality] Add attribute support (#​702)
  • [SYMFONY 5 & 6] Security add missing param (#​699), Thanks @​JohJohan



rectorphp/rector-doctrine

  • [code-quality] Add GetRepositoryServiceLocatorToRepositoryServiceInjectionRector (#​368)
  • [NodeAnalyzer] Ensure mix annotation and attribute lookup finder on AttrinationFinder::findManyBy* (#​367)
  • Add AttrinationFinder::findManyBy() (#​366)
  • Orm querybuilder set parameters to collection (#​326), Thanks @​marcelthole



rectorphp/rector-phpunit

  • add custom message support to AssertEmptyNullableObjectToAssertInstanceofRector (#​461)
  • [Attribute] Add CoversTrait support on CoversAnnotationWithValueToAttributeRector (#​460)
  • [CodeQuality] Skip union type on AssertCountWithZeroToAssertEmptyRector (#​459)
symfony/browser-kit (symfony/browser-kit)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/browser-kit/compare/v7.2.3...v7.2.4)

symfony/web-profiler-bundle (symfony/web-profiler-bundle)

v7.2.4

Compare Source

Changelog (https://github.com/symfony/web-profiler-bundle/compare/v7.2.3...v7.2.4)


Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | require-dev | minor | `3.69.1` -> `3.70.2` | | [phpunit/phpunit](https://phpunit.de/) ([source](https://github.com/sebastianbergmann/phpunit)) | require-dev | patch | `11.5.9` -> `11.5.11` | | [rector/rector](https://getrector.org) ([source](https://github.com/rectorphp/rector)) | require-dev | patch | `2.0.9` -> `2.0.10` | | [symfony/browser-kit](https://symfony.com) ([source](https://github.com/symfony/browser-kit)) | require-dev | patch | `7.2.0` -> `7.2.4` | | [symfony/web-profiler-bundle](https://symfony.com) ([source](https://github.com/symfony/web-profiler-bundle)) | require-dev | patch | `7.2.3` -> `7.2.4` | --- ### Release Notes <details> <summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary> ### [`v3.70.2`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3702) [Compare Source](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.1...v3.70.2) - deps: upgrade deep dev-tools deps ([#&#8203;8472](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8472)) - fix: `MbStrFunctionsFixer` must run before `NativeFunctionInvocationFixer` ([#&#8203;8466](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8466)) - fix: `MethodArgumentSpaceFixer` - fix nested calls for `ensure_fully_multiline` option ([#&#8203;8469](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8469)) ### [`v3.70.1`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3701) [Compare Source](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.70.0...v3.70.1) - fix: `PhpUnitSizeClassFixer` must run before `PhpUnitAttributesFixer` ([#&#8203;8457](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8457)) - DX: cleanup `OrderedImportsFixerTest` ([#&#8203;8458](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8458)) ### [`v3.70.0`](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3700) [Compare Source](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.69.1...v3.70.0) - feat: Add `PhpUnitDataProviderMethodOrderFixer` fixer ([#&#8203;8225](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8225)) - feat: `HeaderCommentFixer` - allow validators ([#&#8203;8452](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8452)) - feat: `PhpCsFixer` ruleset: use `operator_linebreak` rule for all operators ([#&#8203;8417](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8417)) - feat: `PhpUnitMethodCasingFixer` to support PHPUnit's `Test` attribute ([#&#8203;8451](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8451)) - feat: `TypeDeclarationSpacesFixer` - Fix whitespace between const type and const name ([#&#8203;8442](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8442)) - chore: extend bug report template ([#&#8203;8447](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8447)) - chore: extend bug report template - more installation options ([#&#8203;8450](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8450)) - CI: phpstan-symfony - add entry point for console ([#&#8203;8292](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8292)) - deps: bump alpine from 3.21.2 to 3.21.3 ([#&#8203;8454](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8454)) - deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group ([#&#8203;8453](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8453)) - fix: `CommentsAnalyzer` - allow other forms of assignment as valid structural elements for PHPDocs ([#&#8203;8371](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8371)) - fix: `PhpUnitTestClassRequiresCoversFixer` must run before `PhpUnitAttributesFixer` ([#&#8203;8444](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8444)) - test: fix `CheckCommandTest::testDryRunModeIsUnavailable` to correctly check that option `--dry-run` is unavailable ([#&#8203;8438](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8438)) </details> <details> <summary>sebastianbergmann/phpunit (phpunit/phpunit)</summary> ### [`v11.5.11`](https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.11): PHPUnit 11.5.11 [Compare Source](https://github.com/sebastianbergmann/phpunit/compare/11.5.10...11.5.11) ##### Fixed - [#&#8203;6142](https://github.com/sebastianbergmann/phpunit/issues/6142): `$expected` and `$actual` are mixed up in failure description when `assertJsonFileEqualsJsonFile()` fails *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) ### [`v11.5.10`](https://github.com/sebastianbergmann/phpunit/releases/tag/11.5.10): PHPUnit 11.5.10 [Compare Source](https://github.com/sebastianbergmann/phpunit/compare/11.5.9...11.5.10) ##### Fixed - [#&#8203;6138](https://github.com/sebastianbergmann/phpunit/issues/6138): Test with failed expectation on value passed to mocked method is incorrectly considered risky *** [How to install or update PHPUnit](https://docs.phpunit.de/en/11.5/installation.html) </details> <details> <summary>rectorphp/rector (rector/rector)</summary> ### [`v2.0.10`](https://github.com/rectorphp/rector/releases/tag/2.0.10): Released Rector 2.0.10 [Compare Source](https://github.com/rectorphp/rector/compare/2.0.9...2.0.10) #### New Features :partying_face: - Add GitHub output formatter ([#&#8203;6747](https://github.com/rectorphp/rector-src/pull/6747)), Thanks [@&#8203;neilime](https://github.com/neilime)! - JUnit output format ([#&#8203;6726](https://github.com/rectorphp/rector-src/pull/6726)), Thanks [@&#8203;VitalyArt](https://github.com/VitalyArt)! - \[dx] warn about too high level configuration and suggets more efficient set ([#&#8203;6735](https://github.com/rectorphp/rector-src/pull/6735)) <br> #### Bugfixes :bug: - \[PhpParser] Re-add back get value from `__DIR__` and `__FILE__` on `ValueResolver` ([#&#8203;6756](https://github.com/rectorphp/rector-src/pull/6756)) - \[TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayReduceRector ([#&#8203;6737](https://github.com/rectorphp/rector-src/pull/6737)) - \[TypeDeclaration] Skip already typed param on AddClosureParamTypeForArrayMapRector ([#&#8203;6738](https://github.com/rectorphp/rector-src/pull/6738)) - \[Renaming] Handle crash on assign on for loop on RenameFunctionRector ([#&#8203;6730](https://github.com/rectorphp/rector-src/pull/6730)) - \[CodeQuality] Skip unused static methods in LocallyCalledStaticMethodToNonStaticRector, as should be handled by another rule ([#&#8203;6731](https://github.com/rectorphp/rector-src/pull/6731)) - \[Carbon] Fix refactor time to carbon to use ->getTimestamp() over ->timestamp ([#&#8203;6733](https://github.com/rectorphp/rector-src/pull/6733)) - \[TypeDeclaration] Unregister AddClosureParamTypeForArrayMapRector and AddClosureParamTypeForArrayReduceRector due to may read from docblock ([#&#8203;6727](https://github.com/rectorphp/rector-src/pull/6727)) - \[TypeDeclaration] Handle crash on union intersection on AddClosureParamTypeForArrayReduceRector ([#&#8203;6729](https://github.com/rectorphp/rector-src/pull/6729)) - \[Privatization] Skip magic method on PrivatizeFinalClassMethodRector ([#&#8203;6734](https://github.com/rectorphp/rector-src/pull/6734)) - \[Php74] Skip property hook on RestoreDefaultNullToNullableTypePropertyRector ([#&#8203;6736](https://github.com/rectorphp/rector-src/pull/6736)) - \[Php53] Handle parentheses in else on TernaryToElvisRector ([#&#8203;6740](https://github.com/rectorphp/rector-src/pull/6740)) - \[Php81] Handle crash Class parent was not found on MyCLabsMethodCallToEnumConstRector ([#&#8203;6741](https://github.com/rectorphp/rector-src/pull/6741)) - \[CodeQuality] Handle crash division by zero error on ForeachItemsAssignToEmptyArrayToAssignRector ([#&#8203;6743](https://github.com/rectorphp/rector-src/pull/6743)) - fix(ValueObject): FileDiff first line number is below as expected ([#&#8203;6746](https://github.com/rectorphp/rector-src/pull/6746)), Thanks [@&#8203;neilime](https://github.com/neilime)! - \[naming] Skip variadic params in RenameParamToMatchTypeRector to avoid single naming for multiple types ([#&#8203;6748](https://github.com/rectorphp/rector-src/pull/6748)) - Do not try to refresh attributes ([#&#8203;6750](https://github.com/rectorphp/rector-src/pull/6750)), Thanks [@&#8203;lyrixx](https://github.com/lyrixx)! - \[Php74] Skip with [@&#8203;var](https://github.com/var) doc with more specific type on ClosureToArrowFunctionRector ([#&#8203;6753](https://github.com/rectorphp/rector-src/pull/6753)) - \[Php81] Skip property hook on ReadOnlyPropertyRector ([#&#8203;6758](https://github.com/rectorphp/rector-src/pull/6758)) - \[code-quality] Skip complex new instance with args assigns in InlineArrayReturnAssignRector ([#&#8203;6762](https://github.com/rectorphp/rector-src/pull/6762)) - \[CodeQuality] Handle crash first class callable on InlineArrayReturnAssignRector ([#&#8203;6763](https://github.com/rectorphp/rector-src/pull/6763)) - \[dx] Remove 3 rules registered in both code quality and coding style levels, keep them in coding style level only ([#&#8203;6757](https://github.com/rectorphp/rector-src/pull/6757)) <br> *** <br> #### rectorphp/rector-symfony - \[Symfony] Add attribute routing with mix other annotation ([#&#8203;703](https://github.com/rectorphp/rector-symfony/pull/703)) - \[code-quality] Add InlineClassRoutePrefixRector ([#&#8203;701](https://github.com/rectorphp/rector-symfony/pull/701)) - Do not change method if name does not need to change ([#&#8203;700](https://github.com/rectorphp/rector-symfony/pull/700)), Thanks [@&#8203;carlos-granados](https://github.com/carlos-granados) - \[code-quality] Add attribute support ([#&#8203;702](https://github.com/rectorphp/rector-symfony/pull/702)) - \[SYMFONY 5 & 6] Security add missing param ([#&#8203;699](https://github.com/rectorphp/rector-symfony/pull/699)), Thanks [@&#8203;JohJohan](https://github.com/JohJohan) <br> *** <br> #### rectorphp/rector-doctrine - \[code-quality] Add GetRepositoryServiceLocatorToRepositoryServiceInjectionRector ([#&#8203;368](https://github.com/rectorphp/rector-doctrine/pull/368)) - \[NodeAnalyzer] Ensure mix annotation and attribute lookup finder on AttrinationFinder::findManyBy\* ([#&#8203;367](https://github.com/rectorphp/rector-doctrine/pull/367)) - Add AttrinationFinder::findManyBy() ([#&#8203;366](https://github.com/rectorphp/rector-doctrine/pull/366)) - Orm querybuilder set parameters to collection ([#&#8203;326](https://github.com/rectorphp/rector-doctrine/pull/326)), Thanks [@&#8203;marcelthole](https://github.com/marcelthole) <br> *** <br> #### rectorphp/rector-phpunit - add custom message support to AssertEmptyNullableObjectToAssertInstanceofRector ([#&#8203;461](https://github.com/rectorphp/rector-phpunit/pull/461)) - \[Attribute] Add CoversTrait support on CoversAnnotationWithValueToAttributeRector ([#&#8203;460](https://github.com/rectorphp/rector-phpunit/pull/460)) - \[CodeQuality] Skip union type on AssertCountWithZeroToAssertEmptyRector ([#&#8203;459](https://github.com/rectorphp/rector-phpunit/pull/459)) </details> <details> <summary>symfony/browser-kit (symfony/browser-kit)</summary> ### [`v7.2.4`](https://github.com/symfony/browser-kit/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/browser-kit/compare/v7.2.0...v7.2.4) **Changelog** (https://github.com/symfony/browser-kit/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59769](https://github.com/symfony/symfony/issues/59769) Enable `JSON_PRESERVE_ZERO_FRACTION` in `jsonRequest` method ([@&#8203;raffaelecarelle](https://github.com/raffaelecarelle)) - bug [symfony/symfony#59752](https://github.com/symfony/symfony/issues/59752) \[BrowserKit] Fix submitting forms with empty file fields ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) </details> <details> <summary>symfony/web-profiler-bundle (symfony/web-profiler-bundle)</summary> ### [`v7.2.4`](https://github.com/symfony/web-profiler-bundle/releases/tag/v7.2.4) [Compare Source](https://github.com/symfony/web-profiler-bundle/compare/v7.2.3...v7.2.4) **Changelog** (https://github.com/symfony/web-profiler-bundle/compare/v7.2.3...v7.2.4) - bug [symfony/symfony#59776](https://github.com/symfony/symfony/issues/59776) \[WebProfilerBundle] fix rendering notifier message options ([@&#8203;xabbuh](https://github.com/xabbuh)) - bug [symfony/symfony#59033](https://github.com/symfony/symfony/issues/59033) \[WebProfilerBundle] Fix interception for non conventional redirects ([@&#8203;Huluti](https://github.com/Huluti)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuNiIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Renovate added 1 commit 2025-02-23 00:02:20 +00:00
Update dependency friendsofphp/php-cs-fixer to v3.70.0
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 14s
CI / build-test (push) Failing after 1m26s
rector / Rector (push) Failing after 1m32s
rector / Rector (pull_request) Failing after 1m31s
f151009da2
Renovate scheduled this pull request to auto merge when all checks succeed 2025-02-23 00:02:20 +00:00
Renovate requested review from Skitounet 2025-02-24 00:02:48 +00:00
Renovate force-pushed renovate/php-dev from f151009da2 to 2b953cbb61 2025-02-26 00:02:35 +00:00 Compare
Renovate changed title from Update dependency friendsofphp/php-cs-fixer to v3.70.0 to Update php-dev 2025-02-26 00:02:40 +00:00
Renovate force-pushed renovate/php-dev from 2b953cbb61 to a35cab6b89 2025-02-27 00:02:42 +00:00 Compare
Renovate force-pushed renovate/php-dev from a35cab6b89 to 990ea44040 2025-03-02 00:05:15 +00:00 Compare
Renovate force-pushed renovate/php-dev from 990ea44040 to d06173dae6 2025-03-04 00:02:26 +00:00 Compare
Renovate force-pushed renovate/php-dev from d06173dae6 to fca2ef9691 2025-03-06 00:03:14 +00:00 Compare
Some checks failed
Apply PHP CS Fixer / php-cs-fixer (push) Failing after 14s
CI / build-test (push) Failing after 1m41s
rector / Rector (push) Failing after 1m35s
rector / Rector (pull_request) Failing after 1m41s
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/php-dev:renovate/php-dev
git checkout renovate/php-dev
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: camelia-studio/Kumora#62
No description provided.