File Not Found error
I have created a project with composer and included php-quartz and formapro/values. There is no error in compile time but when I run program causes below error

PHP Fatal error: Uncaught Error: Class 'Formapro\Values\Cast\CastDateTime' not found in D:\Project\PHP\Scheduler\vendor\php-quartz\quartz\Triggers\AbstractTrigger.php:186
update values lib version in composer. it installed the old one.
update values lib version in composer. it installed the old one. @makasim What did you mean by "update values lib version in composer" ? Can you please provide command for update?
I have run "composer update formapro/values" this command but "Nothing to install or update" is appearing.