Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:oyejorge/less.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed Nov 3, 2015
2 parents a8dac63 + e2debd3 commit d333e05
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ php:
- nightly

sudo: false

install:
- travis_retry composer install --no-interaction --prefer-source

script:
- composer test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Step 1. Edit your `composer.json`:
```json
{
"require": {
"oyejorge/less.php": "~1.5"
"oyejorge/less.php": "~1.7.0.9"
}
}
```
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
}
],
"require": {
"PHP" : ">=5.3"
"PHP" : ">=5.3",
"phpunit/phpunit": "~4.8.16"
},
"scripts": {
"test": "phpunit"
},
"autoload": {
"psr-0": { "Less": "lib/" },
Expand Down

0 comments on commit d333e05

Please sign in to comment.