Skip to content

Commit 64180e1

Browse files
committed
Transcoder now requires Craft CMS 3.1.0 or later
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 0415988 commit 64180e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require": {
31-
"craftcms/cms": "^3.0.0",
31+
"craftcms/cms": "^3.1.0",
3232
"mikehaertl/php-shellcommand": "~1.2"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)