Skip to content

Commit

Permalink
Requires icanboogie/view v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Jan 23, 2016
1 parent 772f4de commit 9ff920a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -5,7 +5,7 @@ language: php
php:
- 5.5
- 5.6
- 7
- 7.0
- hhvm

before_script:
Expand All @@ -16,5 +16,5 @@ script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml

after_script:
- php vendor/bin/coveralls -v
after_success:
- sh -c 'if [ "$TRAVIS_PHP_VERSION" = "5.5" ]; then php vendor/bin/coveralls -v; fi;'
2 changes: 1 addition & 1 deletion Makefile
@@ -1,7 +1,7 @@
# customization

PACKAGE_NAME = icanboogie/bind-view
PACKAGE_VERSION = 1.0.0
PACKAGE_VERSION = 0.7.0

# do not edit the following lines

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -25,7 +25,7 @@
"php": ">=5.5.0",
"icanboogie/icanboogie": "^3.0.0",
"icanboogie/bind-render": "^0.5.0",
"icanboogie/view": "^1.0.0"
"icanboogie/view": "^0.7.0"
},

"autoload": {
Expand Down

0 comments on commit 9ff920a

Please sign in to comment.