Skip to content

Commit

Permalink
Craft 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-lenz committed May 22, 2024
1 parent 06bc72b commit 533a5a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "craft-plugin",
"license": "MIT",
"require": {
"php": "^8.0",
"craftcms/cms": "^4.0.0-beta"
"php": "^8.2",
"craftcms/cms": "^5.1.3"
},
"suggest": {
"ext-imagick": "*"
Expand All @@ -27,7 +27,7 @@
"craftcms/plugin-installer": true
},
"platform": {
"php": "8.0.2"
"php": "8.2.0"
}
}
}

0 comments on commit 533a5a4

Please sign in to comment.