Skip to content

Commit 533a5a4

Browse files
Craft 5 compatibility
1 parent 06bc72b commit 533a5a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"type": "craft-plugin",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.0",
8-
"craftcms/cms": "^4.0.0-beta"
7+
"php": "^8.2",
8+
"craftcms/cms": "^5.1.3"
99
},
1010
"suggest": {
1111
"ext-imagick": "*"
@@ -27,7 +27,7 @@
2727
"craftcms/plugin-installer": true
2828
},
2929
"platform": {
30-
"php": "8.0.2"
30+
"php": "8.2.0"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)