Skip to content

Commit

Permalink
Used PhpUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Aug 25, 2024
1 parent 4378b59 commit b4e8add
Show file tree
Hide file tree
Showing 4 changed files with 676 additions and 333 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,17 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.2"
}
},
"require": {
"php": "~8.2 || ~8.3",
"ext-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^11.3",
"slevomat/coding-standard": "^8.15",
"squizlabs/php_codesniffer": "^3.10",
"vimeo/psalm": "^5.25"
"vimeo/psalm": "dev-master"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b4e8add

Please sign in to comment.