Andreas Frömer

Results 21 issues of Andreas Frömer

Reference: https://github.com/phar-io/phar.io/issues/89 Adding the ability to read the `.github/FUNDING.yml` beside the `manifest.xml` it would be possible to display funding information for the user. Since we are hiding the information if...

enhancement

Currently the `UnitInstaller` does not work with user scope. The `$installPath` is fix for system scope installations. This should work similar to switching the scope to find a unit. ```...

enhancement

## Describe the bug Trying to use composer-unused on a global binary and passing along a certain `composer.json` has a really awkward usage. You have to use: ``` composer-unused.phar unused...

Right now its possible that composer-unused might report certain symfony packages as unused. This comes down to the fact that symfony uses several other ways to place `.php` files. For...

good first issue
maintenance
hacktoberfest

### Discussed in https://github.com/composer-unused/composer-unused/discussions/75 Originally posted by **BackEndTea** February 11, 2020 ## Is your feature request related to a problem? Please describe As described here: https://twitter.com/icanhazstring/status/1227190874855165953 I require package `A`....

enhancement

Hi seems like I have found an issue with `symfony/flex` regarding `*` version constraint. Problem: Having the following requirements: ``` { "require": { "php": ">=8.2", "symfony/flex": "^2.3.2", "symfony/framework-bundle": "~6.3.2", }...

This should allow installation with phpunit 11

Hi there. Seems like the plugins last compatible version is 2019.3.4. The newest version 2020.1.1 is not supported. Would be nice to support it :) Thanks.

After few new releases. Check if phar usage is possible from plugin now.

enhancement