Skip to content

Commit 56b621d

Browse files
committed
Renamed the composer package name to craft-transcoder
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 46e437f commit 56b621d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This plugin requires Craft CMS 3.0.0-RC1 or later.
1616

1717
To install Transcoder, follow these steps:
1818

19-
1. Install with Composer via `composer require nystudio107/craft3-transcoder` from your project directory
19+
1. Install with Composer via `composer require nystudio107/craft-transcoder` from your project directory
2020
2. Install plugin in the Craft Control Panel under Settings > Plugins
2121

2222
Transcoder works on Craft 3.x.

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "nystudio107/craft3-transcoder",
2+
"name": "nystudio107/craft-transcoder",
33
"description": "Transcode video & audio files to various formats, and provide video thumbnails",
44
"type": "craft-plugin",
5-
"version": "1.0.10",
5+
"version": "1.0.11",
66
"keywords": [
77
"craft",
88
"cms",
@@ -11,8 +11,8 @@
1111
"transcoder"
1212
],
1313
"support": {
14-
"docs": "https://github.com/nystudio107/craft3-transcoder/blob/master/README.md",
15-
"issues": "https://github.com/nystudio107/craft3-transcoder/issues"
14+
"docs": "https://github.com/nystudio107/craft-transcoder/blob/master/README.md",
15+
"issues": "https://github.com/nystudio107/craft-transcoder/issues"
1616
},
1717
"license": "proprietary",
1818
"authors": [
@@ -36,7 +36,7 @@
3636
"schemaVersion": "1.0.0",
3737
"hasCpSettings": false,
3838
"hasCpSection": false,
39-
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft3-transcoder/master/CHANGELOG.md",
39+
"changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-transcoder/master/CHANGELOG.md",
4040
"components": {
4141
"transcode": "nystudio107\\transcoder\\services\\Transcode"
4242
},

0 commit comments

Comments
 (0)