Thomas Kerin

Results 149 comments of Thomas Kerin

Any idea why the tests aren't running? @JoshuaEstes

Bump :) Any thoughts either way about this one? Just remembered it was open. I can add tests covering more cases if you'd like them, for now this PR is...

My guess is the packagist requirements for buzz are too flexible, and now we're unintentionally using too new a version.

@Pedroxam I don't think that's necessary - see this line for instance https://github.com/kleiram/transmission-php/blob/master/composer.json#L14 which allows everything after 0.9. This means if/when Buzz releases breaking changes in a new release (such...

It might be that the composer.json version for symfony/property-accessor is a bit too permissive - it looks like >=2.2.1 includes even version 3.x.x https://semver.mwl.be/#?package=symfony%2Fproperty-access&version=%3E%3D2.2.1&minimum-stability=stable @kleiram not sure what's best here,...

The main thing is adding another maintainer to manage releases under the existing packagist project. Sometime making an organization ('transmission-php'?) for it could be good as it allows for more...

Hi @Surfoo, to be honest there are already several forks in personal repos, also with their own modifications.. Moving the repo to another personal org just seems like the same...

Nice one! Thanks for adding me I think its important to preserve the old projects history though: It's looking like a lot of PHP7 changes went into that Initial commit,...

Patch file, bringing kleiram/master up to Surfoo/Initial commit. I plan to just cherry-pick in the later commits if possible [ab.diff.txt](https://github.com/kleiram/transmission-php/files/4640476/ab.diff.txt) I've processed the initial commit, and have split out a...