Skip to content

Commit

Permalink
ugprade phpunit/phpunit 7.x => 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Jun 26, 2024
1 parent 19fcd56 commit 49f16bc
Show file tree
Hide file tree
Showing 8 changed files with 1,014 additions and 650 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# Ignore log & cache files
.php-cs-fixer.cache
.php_cs.cache
.phpunit.result.cache
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add Github Actions integration
- add Psalm linter

### Security
- ugprade phpunit/phpunit 7.x => 8.x

## 1.0.0 - 2019-10-08
### Changed
- refactoring of testing strategy
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "7.0.*",
"phpunit/php-code-coverage": "^6.0",
"phpunit/phpunit": "^8.2",
"phpunit/php-code-coverage": "^7.0",
"symfony/dotenv": "^4.3",
"friendsofphp/php-cs-fixer": "^2.12",
"phpmd/phpmd": "^2.6",
"php-coveralls/php-coveralls": "^2.1",
"php-mock/php-mock-phpunit": "^2.4",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "^4.30",
"php-mock/php-mock-phpunit": "^2.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 49f16bc

Please sign in to comment.