phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages
http://phptal.org
GNU Lesser General Public License v2.1
175 stars 43 forks source link

PHPTAL Version Info update? #92

Open miwebguy opened 6 months ago

miwebguy commented 6 months ago

<?php /**

define('PHPTAL_VERSION', '1_3_1');

Ocramius commented 6 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

miwebguy commented 6 months ago

That's probably ok. I have an older implementation that only uses the classes folder.

Ocramius commented 6 months ago

Yeah, dropping the constant would be a major BC break: setting it to a default would be better