From 8c8ee4cee63c5e76c8737deb7daa5e02fea51d12 Mon Sep 17 00:00:00 2001 From: simba77 Date: Thu, 19 Aug 2021 22:56:02 +0300 Subject: [PATCH] Updated the package name --- README.md | 16 ++++++++-------- composer.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ecd1797..95a50f9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# `simba77/ckeditor-media-embed` +# `johncms/ckeditor-media-embed` -[![PHP-CI](https://github.com/simba77/ckeditor-media-embed/workflows/PHP-CI/badge.svg?branch=master)](https://github.com/simba77/ckeditor-media-embed/actions) -[![Packagist](https://img.shields.io/packagist/l/simba77/ckeditor-media-embed.svg)](https://packagist.org/packages/simba77/ckeditor-media-embed) -[![Source Code](https://img.shields.io/badge/source-simba77%2Fckeditor--media--embed-blue)](https://github.com/simba77/ckeditor-media-embed) -[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/simba77/ckeditor-media-embed.svg?label=stable)](https://github.com/simba77/ckeditor-media-embed/releases) -[![Packagist](https://img.shields.io/packagist/dt/simba77/ckeditor-media-embed)](https://packagist.org/packages/simba77/ckeditor-media-embed) +[![PHP-CI](https://github.com/johncms/ckeditor-media-embed/workflows/PHP-CI/badge.svg?branch=master)](https://github.com/johncms/ckeditor-media-embed/actions) +[![Packagist](https://img.shields.io/packagist/l/johncms/ckeditor-media-embed.svg)](https://packagist.org/packages/johncms/ckeditor-media-embed) +[![Source Code](https://img.shields.io/badge/source-johncms%2Fckeditor--media--embed-blue)](https://github.com/johncms/ckeditor-media-embed) +[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/johncms/ckeditor-media-embed.svg?label=stable)](https://github.com/johncms/ckeditor-media-embed/releases) +[![Packagist](https://img.shields.io/packagist/dt/johncms/ckeditor-media-embed)](https://packagist.org/packages/johncms/ckeditor-media-embed) The library replaces the semantic output of the CKEditor 5 with the html code of the content preview. @@ -14,7 +14,7 @@ The preferred method of installation is via [Composer](http://getcomposer.org). `composer.json`: ```bash -composer require simba77/ckeditor-media-embed +composer require johncms/ckeditor-media-embed ``` ## Example @@ -42,4 +42,4 @@ echo $embed->embedMedia($html); ## License The `simba77/ckeditor-media-embed` library is licensed for use under the MIT License (MIT). -Please see [LICENSE](https://github.com/simba77/ckeditor-media-embed/blob/master/LICENSE) for more information. +Please see [LICENSE](https://github.com/johncms/ckeditor-media-embed/blob/master/LICENSE) for more information. diff --git a/composer.json b/composer.json index b70176b..af3d73e 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "simba77/ckeditor-media-embed", + "name": "johncms/ckeditor-media-embed", "description": "The library replaces the semantic output of the CKEditor 5 with the html code of the content preview", "type": "library", "license": "MIT", - "homepage": "https://github.com/simba77/ckeditor-media-embed", + "homepage": "https://github.com/johncms/ckeditor-media-embed", "authors": [ { "name": "Maksim Masalov",