Tomas Norre Mikkelsen
Tomas Norre Mikkelsen
I'll see if I can provide you with more information, will not be today though ;) Thanks for a fast reply.
1. The app is from laravel-zero itself. https://github.com/laravel-zero/laravel-zero/blob/e525b272b0/config/config.php 2. Yes https://github.com/illuminate/log/blob/master/composer.json#L23 3. Have tried with both main and 0.8.x branch. Same result.
With the -x param is an additional package added to the "unused packages" ```shell Unused packages ✗ illuminate/log ✗ laravel/helpers ``` Forgot to mention that yesterday.
Ok can be. I don't know laravel that well yet to say anything about that :(
Will be happy to help in any way that I can. I learn every time I contribute to open source projects.
This is the output with PHP 8.0.17 ```shell $ php composer-unused.phar PHP Fatal error: Uncaught Error: Typed property __ComposerUnused__\ComposerUnused\ComposerUnused\Composer\Config::$name must not be accessed before initialization in phar:///path/to/project/composer-unused.phar/src/Composer/Config.php:23 Stack trace: #0...
Doh.. My bad, didn't think of checking with `composer validate`, as everything else worked like expected. Sorry. But thanks for your help, it works now.
I think it's because of the space in variable name: `postgresql version`, but not sure. The docs says it should be like that. But looks odd to me.
Perhaps this can be useful. https://github.com/marketplace/actions/generate-checksum
I have split my jobs for now. But would like them in one. But it's not a big deal, just stumbled upon it, and wondered if I got something wrong.