Skip to content

Commit

Permalink
Modified phpunit version for PHP 5.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed May 22, 2016
1 parent 1a52bf3 commit 0897217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- 7.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.0",
"laravel/framework": "~5.0",
"phpdocumentor/reflection-docblock": "~2.0",
"mpociot/documentarian": "^0.2.0",
"fzaninotto/faker": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "~5.0",
"phpunit/phpunit": "~4.0",
"orchestra/testbench": "~3.0"
},
"autoload": {
Expand Down

0 comments on commit 0897217

Please sign in to comment.