Skip to content

Commit e502349

Browse files
committed
Fix package name
Packagist doesn't like uppercase characters
1 parent 2bb3213 commit e502349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Yii 2 extension providing WordPress-style text processing from a TinyMCE editor.
99
## Usage
1010

1111
```bash
12-
composer require "Cyberitas/yii2-tinymce-processor"
12+
composer require "cyberitas/yii2-tinymce-processor"
1313
```
1414

1515
```php

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Cyberitas/yii2-tinymce-processor",
2+
"name": "cyberitas/yii2-tinymce-processor",
33
"description": "Yii 2 extension providing WordPress-style text processing from a TinyMCE editor",
44
"version": "0.1.0",
55
"type": "yii2-extension",

0 commit comments

Comments
 (0)