Skip to content

Commit

Permalink
Update dependency phpunit/phpunit to v9.6.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 3f8795a commit a1c3ffc
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 1,267 deletions.
15 changes: 3 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,20 @@
"mezzio/mezzio-tooling": "^2.8",
"php-middleware/php-debug-bar": "^4.2",
"phpunit/phpunit": "^9.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"roave/security-advisories": "dev-master",
"vimeo/psalm": "^5.14"
"roave/security-advisories": "dev-master"
},
"autoload": {
"psr-4": {
"App\\": "src/App/src/",
"ThemeManager\\": "src/ThemeManager/src/",
"PageManager\\": "src/PageManager/src/",
"UserManager\\": "src/UserManager/src/",
"Log\\": "src/Log/src/",
"Stdlib\\": "src/Stdlib/src/"
"Log\\": "src/Log/src/"
}
},
"autoload-dev": {
"psr-4": {
"AppTest\\": "test/AppTest/",
"PageManagerTest\\": "test/PagemManagerTest/",
"Test\\": "test/Test/",
"UserManagerTest\\": "test/UserManagerTest/"
"AppTest\\": "test/AppTest/"
}
},
"scripts": {
Expand All @@ -119,9 +113,6 @@
"Composer\\Config::disableProcessTimeout",
"php -S 0.0.0.0:8080 -t public/"
],
"static-analysis": "psalm --shepherd --stats",
"update-baseline": "psalm --update-baseline",
"sa-no-baseline": "psalm --ignore-baseline",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
}
Expand Down
Loading

0 comments on commit a1c3ffc

Please sign in to comment.