Skip to content

Commit

Permalink
Merge pull request #50 from gios-asu/ivan-develop
Browse files Browse the repository at this point in the history
Use PHP Humanizer instead of PHP Tidy
  • Loading branch information
idmontie committed Mar 7, 2016
2 parents f08371c + 2ee0361 commit 99a2fa5
Show file tree
Hide file tree
Showing 8 changed files with 597 additions and 182 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm

install:
- composer install --no-interaction --prefer-source
Expand All @@ -20,4 +19,4 @@ script:
- vendor/bin/phpunit --coverage-clover coverage/clover.xml

after_script:
- php vendor/bin/coveralls -v
- php vendor/bin/coveralls -v
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ Nectary is currently only available through GitHub, to install, add the followin
}
```

If you wish to generate excerpts, you will need to install Tidy:

```
sudo apt-get install php5-tidy
```

## Developing

If you add a class or change a namespace, remember to
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"classmap" : [ "src/" ]
},
"require": {
"xamin/handlebars.php": ">=0.10.3"
"xamin/handlebars.php": ">=0.10.3",
"coduo/php-humanizer": ">=2.0.0-beta"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down
Loading

0 comments on commit 99a2fa5

Please sign in to comment.