time-ago-in-words
time-ago-in-words copied to clipboard
Missing dependencies?
I was trying to use this outside of a Symfony application and received this message as there are missing dependencies:
PHP Fatal error: Class 'Symfony\\Component\\Form\\Extension\\Core\\DataTransformer\\DateTimeToStringTransformer' not found in /private/var/www/phpctf/vendor/salavert/time-ago-in-words/src/Salavert/Twig/Extension/TimeAgoExtension.php on line 65
Is this something that can be included or does it open a whole can of worms for other dependencies?
You should include Form Component from Symfony 2.x branch
The required
symfony version should be added to composer.json
to avoid such errors.