-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with transmission connection #69
Comments
This was fixed in the following commit: 320b48a But there has not been a tagged release since that commit. |
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, but given the version constraint new users are already on 3.something.. maybe tag a minor release capping it at the final 2.x release, then a major release with a stricter constraint on the package? |
I want to resolve kleiram#69
Fatal error: Call to undefined method Symfony\Component\PropertyAccess\PropertyAccess::getPropertyAccessor() in /var/www/html/vendor/kleiram/transmission-php/lib/Transmission/Util/PropertyMapper.php on line 21
The text was updated successfully, but these errors were encountered: