Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

Commit

Permalink
Update composer and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Guseletov committed Apr 15, 2012
1 parent cfd09f9 commit b84e6c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,5 +7,6 @@ php:
before_script: before_script:
- wget -nc http://getcomposer.org/composer.phar - wget -nc http://getcomposer.org/composer.phar
- php composer.phar install - php composer.phar install
- php composer.phar install --install-suggests


script: phpunit script: phpunit
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
"kriswallsmith/buzz": ">=v0.5" "kriswallsmith/buzz": ">=v0.5"
}, },


"recommend": { "suggest": {
"knplabs/knp-zend-cache-bundle": "*" "knplabs/knp-zend-cache-bundle": "*"
}, },


Expand Down

0 comments on commit b84e6c1

Please sign in to comment.