Skip to content

Commit

Permalink
Bumped minimum PHP version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
batumibiz committed Feb 4, 2024
1 parent 6bb725e commit 19548a9
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 157 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "8.1"
"php": "8.2"
}
},
"require": {
"php": "~8.1 || ~8.2 || ~8.3",
"php": "~8.2 || ~8.3",
"ext-pdo": "*",
"phpunit/phpunit": "^10.5"
},
"require-dev": {
"slevomat/coding-standard": "^8.14",
"squizlabs/php_codesniffer": "^3.8",
"vimeo/psalm": "^5.18"
"vimeo/psalm": "^5.21"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 19548a9

Please sign in to comment.