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 eb35f66 commit 8b71f26
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "Oleg Kasyanov",
"role": "Team Lead, Developer",
"homepage": "https://github.com/batumibiz",
"email": "oleg@mobicms.org"
"email": "oleg@batumi.org"
},
{
"name": "Our Contributors",
Expand All @@ -28,18 +28,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-gd": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.5",
"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 8b71f26

Please sign in to comment.