Open miwebguy opened 10 months ago
I'd probably rather drop the value, or set it to something like check-your-composer-lock-file
:D
Alternative, composer-runtime-api
declares the current versions
That's probably ok. I have an older implementation that only uses the classes folder.
Yeah, dropping the constant would be a major BC break: setting it to a default would be better
<?php /**
define('PHPTAL_VERSION', '1_3_1');