PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Everton C B Junior   PHP CKEditor Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CKEditor Library
Use the CKEditor to edit HTML in a form input
Author: By
Last change:
Date: 3 years ago
Size: 565 bytes
 

Contents

Class file image Download
{ "name": "ebarrosjr/ckeditor", "description": "CkEditor plugin for CakePHP 3.x with version selection", "type": "cakephp-plugin", "license": "MIT", "require": { "php": ">=5.5.9", "cakephp/cakephp": ">=3.3.2 <4.0.0" }, "require-dev": { "phpunit/phpunit": "*" }, "autoload": { "psr-4": { "CkEditor\\": "src" } }, "autoload-dev": { "psr-4": { "CkEditor\\Test\\": "tests", "Cake\\Test\\": "./vendor/cakephp/cakephp/tests" } } }