Matthias Glaub

Results 31 comments of Matthias Glaub

Thanks for all this work, I hope I can take a deeper look on the weekend.

Hi @Jean85 maybe you can add the PHP 8.1 incompatible file to your `composer.json` - `autoload.exclude-from-classmap` config section? https://github.com/maglnet/ComposerRequireChecker/blob/e737b9f17c6fdb40fd376e3e51a584df49636d8a/src/ComposerRequireChecker/FileLocator/LocateComposerPackageSourceFiles.php#L52

> @maglnet do we have something to collect all defined symbols and the defining files? Would be interesting to have some debug output that dumps all files associated with the...

Ok, I understand the problem with `Swift` classes: the mentioned file only registers an autoloader but does not define the symbols, so I think all `Swift_*` classes are unknown. I...

The problem regarding the constant from https://github.com/maglnet/ComposerRequireChecker/issues/55#issuecomment-368920763 should be fixed with 0.2.1

Hi, I'm not sure if it's a false positive. If you're running the check with PHP versions < 8.1 the class is not available (seems like it was introduced with...

Hey, when I try downloading this manually from here (URL copied from your log) it downloads successful: https://github.com/maglnet/ComposerRequireChecker/releases/download/3.5.1/composer-require-checker.phar.asc Maybe it's a local issue with your installation?

@OskarStark Sorry, it's now attached to the release.

@ThomasLandauer the phar file is attached now. You're right, the preferred way should either be changed or the phar should be created automatically.

Well there's a list of public key servers provided with phive, if the server is gone, maybe it needs to be removed from the list? https://github.com/phar-io/phive/blob/master/conf/pgp-keyservers.php