Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Update phpunit/phpunit from 8.2.5 to 8.3.3 #243

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
}
],
"require": {
"php": ">=7.1"
"php": ">=7.1",
"phpunit/phpunit": "^8.3.3"
},
"require-dev": {
"ext-pdo": "*",
"errors/exceptions": "^0.2",
"friendsofphp/php-cs-fixer": "^2",
"hamcrest/hamcrest-php": "^2",
"icecave/semver": "^3",
"phpunit/phpunit": "^7 || ^8 <8.3.0 || ^8.3.4"
"icecave/semver": "^3"
},
"autoload": {
"psr-4": {
Expand Down