devtools-lib
devtools-lib copied to clipboard
:toolbox::books: The library behind ramsey/devtools, allowing for extension of the ramsey/devtools Composer plugin.
Updates the requirements on [psalm/plugin-phpunit](https://github.com/psalm/psalm-plugin-phpunit) to permit the latest version. Release notes Sourced from psalm/plugin-phpunit's releases. General release What's Changed Improve provider non-optional argument phrasing by @AndrolGenhald in psalm/psalm-plugin-phpunit#118 Fix...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.0. Release notes Sourced from codecov/codecov-action's releases. v3.1.0 3.1.0 Features #699 Incorporate xcode arguments for the Codecov uploader Dependencies #694 build(deps-dev): bump @vercel/ncc from 0.33.3...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. Changelog Sourced from github/codeql-action's changelog. 2.1.8 - 08 Apr 2022 Update default CodeQL bundle version to 2.8.5. #1014 Fix error where the init action...
Fixes fatal error #90 by adding missed `isTtySupported()` method. ## Description It copies the `isTtySupported()` static method from Symfony's `Process` to the abstract `ProcessCommand`. Additionaly it excluded Composer >=2.3 from...
The error is as follows: ``` Fatal error: Uncaught Error: Call to undefined method Symfony\Component\Process\Process::isTtySupported() in /Users/danpock/GitProjects/kickflip-src/vendor/ramsey/devtools-lib/src/Composer/Command/ProcessCommand.php:68 ``` Seems to be from: https://github.com/ramsey/devtools-lib/blob/ea4205cc4fb3b68126977deff59742ede8105c90/src/Composer/Command/ProcessCommand.php#L68
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Update default runtime to node16 v2.4.0 Convert SSH URLs like org-<ORG_ID>@github.com: to https://github.com/ - pr v2.3.5 Update...
Updates the requirements on [php-parallel-lint/php-console-highlighter](https://github.com/php-parallel-lint/PHP-Console-Highlighter) to permit the latest version. Release notes Sourced from php-parallel-lint/php-console-highlighter's releases. v1.0.0 Fixed Bug fix: if the highlighted code snippet was at the start of...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...