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-14 Question/Composer-dev #15

Closed Potherca closed 11 years ago

Potherca commented 11 years ago

closes #14

tanakahisateru commented 11 years ago

PHPTAL is currently released on Packagist without any version number. To install PHPTAL by Composer with version number, we should have new numbered tag like as "1.2.3". When adding some tag and pushing it with --tags option, a new version number would be added to Packagist.

Potherca commented 11 years ago

I hadn't realized PHPTAL was being released version-less. I will amend the affected section in the docs and send another pull request.

Ocramius commented 11 years ago

@tanakahisateru we could still tag it anyway.

Potherca commented 11 years ago

I know I don't really have a say in the matter, but I think it would be really nice for PHPTAL to be on packagist with versions. A lot of work gets done on PHPTAL and now it doesn't really show on Packagist.

And, of course, it looks neater :-)

Ocramius commented 11 years ago

Well, it just takes a git tag. Packagist picks git tags automatically. Problem is that I'm not really sure about the version we're at, otherwise I could push one live asap