Skip to content

Commit

Permalink
Merge pull request #1204 from CMB2/tools/1203-composer-phpunit
Browse files Browse the repository at this point in the history
Update PHPUnit version in composer.json
  • Loading branch information
jtsternberg committed Dec 30, 2018
2 parents 185f472 + badf54e commit 7b6a51c
Show file tree
Hide file tree
Showing 3 changed files with 1,543 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -64,6 +64,9 @@ ocular.phar
# PHPunit config
phpunit.xml

# Composer
vendor

# General
NOTES.md
apigen/
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,6 +30,6 @@
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "^6.5"
}
}

0 comments on commit 7b6a51c

Please sign in to comment.