Markus Staab

Results 8 issues of Markus Staab

on the way to see why composer v2 does not work, I thought it would be usefull to have phpstan coverage and unit testing run with a Github Action. after...

would it be possible that kodiak would delete the underlying branch of a pull request, when the pull request is closed? we see stale branches in our repo, because devs...

enhancement

**Package ecosystem** php **Package manager version** composer **Language version** **Manifest location and content before the Dependabot update** **dependabot.yml content** ``` version: 2 updates: - package-ecosystem: composer directory: / schedule: interval:...

T: bug 🐞
L: php:composer

fink's composer.json states a php-min requirement of 7.2 https://github.com/dantleech/fink/blob/31e5280c0e73a6fbb2455f46c96e038b4587e4f6/composer.json#L16 its still not possible to install it on php 7.2 because it depends on a lib which requires at least 7.3:...

wir möchten den table_manager in einem bereits etablierten system einsetzen und können daher das db schema und dessen primärschlüssel nicht ändern. daher wäre es für uns wünschenswert wenn es möglich...

I am using this action and after some debugging found out that I got trapped into a "caches are immutable" problem and I need to apply the [Update a Cache](https://github.com/actions/cache/blob/main/workarounds.md#update-a-cache)...

area:logging

we get a error message after sending a comment with this workflow: ``` name: Chatops on: issue_comment: types: [ created ] jobs: slash-command-dispatch: runs-on: ubuntu-latest timeout-minutes: 1 steps: - name:...

would be great if I could just use the tool itself to create a "recommended" (per readme) `ext-xdebug.ini` in the expected folder, which would reduce the chance of manual errors