Skip to content

Commit

Permalink
Update phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijastuden committed Dec 26, 2021
1 parent 4dc03ac commit 0ffc304
Show file tree
Hide file tree
Showing 11 changed files with 2,107 additions and 769 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.idea
.DS_Store
.php_cs.cache
.phpunit.result.cache
/vendor
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@
"email": "ilija.studen@activecollab.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "/Users/ilijastuden/Projects/Components/databaseconnection"
}
],
"require": {
"php": ">=7.1",
"activecollab/databaseconnection": "^3.0||^4.0",
"activecollab/databaseconnection": "dev-master",
"activecollab/filesystem": "^0.10",
"doctrine/inflector": "~1.0",
"psr/log": "^1.0"
Expand All @@ -26,7 +32,7 @@
"ext-mysqli": "*",
"friendsofphp/php-cs-fixer": "^2.0",
"monolog/monolog": "^1.0",
"phpunit/phpunit": "^5.0",
"phpunit/phpunit": "^9.0",
"symfony/console": "^4.0"
},
"suggest": {
Expand Down
Loading

0 comments on commit 0ffc304

Please sign in to comment.