PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Cleber Mendes   PHP WordPress Plugin Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP WordPress Plugin Generator
Generate a WordPress plugin from developer answers
Author: By
Last change: Improved error exception treatments; Improved performance; Changes to run on PHP 8; created annotations; Check for installed composer instead of download composer.phar; run Bower to install components instead of having them in the Zip file; Improved extension file validation; Improved MVC structure, now the model has mapper, service and entity; Improved Composer and Bower settings;
Date: Yesterday
Size: 560 bytes
 

Contents

Class file image Download
{ "name": "clebermind/wordpress-plugin-base-generator", "description": "Wordpress Plugin Base Generator", "license": "MIT", "authors": [ { "name": "Cleber Mendes", "email": "[email protected]", "homepage": "https://github.com/clebermind", "role": "Developer" } ], "require": { "php": ">=7.4", "symfony/console": "^5.3", "cocur/slugify": "^4.0", "symfony/process": "^5.3" }, "config": { "vendor-dir": "lib/vendor" } }