-
Notifications
You must be signed in to change notification settings - Fork 42
Update readme + composer requirements; move license file and drop bui… #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,64 +1,55 @@ | |||
|
|||
# PHPTAL - Template Attribute Language for PHP | |||
|
|||
Master: [](http://travis-ci.org/pornel/PHPTAL) | |||
[](https://packagist.org/packages/phptal/phptal) | |||
[](https://packagist.org/packages/phptal/phptal) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be LICENSE
Master: [](http://travis-ci.org/pornel/PHPTAL) | ||
[](https://packagist.org/packages/phptal/phptal) | ||
[](LICENSE) | ||
[](http://travis-ci.org/pornel/PHPTAL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link to Pornel's travis is broken.. I've set up a new one: https://travis-ci.org/phptal/PHPTAL
New code is:
[](https://travis-ci.org/phptal/PHPTAL)
Also applied the review comments |
I updated the readme and the composer.json according to #41. Also, I removed the build.xml and the phing targets from the Makefile due to dependency problems to PEAR-Packages (FileManager at least). The only used phing target was
tar
which (from what I understand) is/was used to build a release package. Any thoughts about that?