PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   WordPress React Plugin Kit   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WordPress React Plugin Kit
Environment to develop new WordPress plugins
Author: By
Last change:
Date: 1 year ago
Size: 1,151 bytes
 

Contents

Class file image Download
{ "name": "akash/jobplace", "description": "A Job posting platform made by WordPress", "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "authors": [ { "name": "ManiruzzamanAkash", "email": "manirujjamanakash@gmail.com" } ], "config": { "allow-plugins": { "dealerdirect/phpcodesniffer-composer-installer": true } }, "require": { "php": ">=7.0.0|8.0" }, "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", "wp-phpunit/wp-phpunit": "^6.0", "yoast/phpunit-polyfills": "^1.0", "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { "Akash\\JobPlace\\": "includes/", "Akash\\JobPlace\\Tests\\": "tests/phpunit/" } }, "scripts": { "phpcs": [ "phpcs -p -s" ], "phpcbf": [ "phpcbf -p" ] } }