Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Nov 1, 2023
1 parent 5329d8e commit af78d17
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 204 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,20 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
}
},
"require": {
"php": "~8.1 || ~8.2",
"ext-pdo": "*",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.4"
},
"require-dev": {
"slevomat/coding-standard": "^8.12",
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.7",
"vimeo/psalm": "^5.11"
"vimeo/psalm": "^5.15"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit af78d17

Please sign in to comment.