phptal / PHPTAL

PHP Template Attribute Language — template engine for XSS-proof well-formed XHTML and HTML5 pages

Home Page:http://phptal.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question/Composer-dev

Potherca opened this issue · comments

The readme currently makes no mention that PHPTAL can be installed through Composer, also the DEV dependencies mentioned in the README file do not appear in the composer.json file.

Maybe I could patch the readme and composer files to fix this?

Yes, please do.

@Potherca could you give it a spin and eventually also run phing via composer on travis builds?

I gave it a spin on travis and everything is the same as the main branch except for the PHP 5.2 job where it chokes on the Phar (possibly related to the fact that phar support was only available through PECL before PHP5.3).

The main branch has a couple of tests that fail, which is a bit annoying in regards to viewing the build result.

You can find the build at https://travis-ci.org/potherca/PHPTAL/builds/3991468

Phing could be run through composer on travis builds, I guess, we'd just have to a add command to the script section in the .travis.yml file...

Phing could be run through composer on travis builds, I guess, we'd just have to a add command to the script section in the .travis.yml file...

@Potherca that's what I thought when I was saying "give it a spin" :)

In that case I will look into that too and add it when I get the time (most likely at the end of this week or in the weekend).

This issue also can be closed because of #23 and #27 .