Skip to content

Commit

Permalink
return to 3.7.* phpunit version for BC
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 16, 2014
1 parent 811fddb commit f2c24be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:

install:
- composer --prefer-source install

before_script:
- git submodule --quiet update --init --recursive
- (cd php-tests/library/Mustache; git checkout master)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"php": "~5.3"
},
"require-dev": {
"phpunit/phpunit": "*@stable"
"phpunit/phpunit": "3.7.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit f2c24be

Please sign in to comment.