PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 1,221 bytes
 

Contents

Class file image Download
{ "name": "akash/bsf-spacex", "description": "WordPress plugin for Fullstack WordPress Development test", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "minimum-stability": "dev", "authors": [ { "name": "ManiruzzamanAkash", "email": "manirujjamanakash@gmail.com" } ], "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "require": { "php": ">=7.4" }, "require-dev": { "wp-coding-standards/wpcs": "dev-master", "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "tareq1988/wp-php-cs-fixer": "dev-master", "phpcompatibility/phpcompatibility-wp": "dev-master" }, "autoload": { "psr-4": { "Akash\\BsfSpacex\\": "includes/", "Akash\\BsfSpacex\\Tests\\": "tests/phpunit/" } }, "scripts": { "phpcs": [ "phpcs -p -s" ], "phpcbf": [ "phpcbf -p" ], "test": [ "vendor/bin/phpunit" ], "test:all": [ "phpcs -p -s & vendor/bin/phpunit" ] } }