PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Francesco Danti   ATK Wordpress Plugin   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK Wordpress Plugin
Components to build WordPress plugins
Author: By
Last change:
Date: 1 month ago
Size: 1,299 bytes
 

Contents

Class file image Download
{ "name": "abbadon1334/atk-wordpress-plugin", "description": "Use ATK in Wordpress framework", "license": "MIT", "type": "library", "authors": [ { "name": "Alain Belair", "email": "[email protected]", "homepage": "https://github.com/ibelar" }, { "name": "Francesco Danti", "email": "[email protected]" } ], "require": { "php": ">=7.4", "atk4/ui": "^4.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.13", "friendsofphp/php-cs-fixer": "^v3.13.0", "phpstan/phpstan": "^1.9.2", "rector/rector": "^0.15.1", "szepeviktor/phpstan-wordpress": "dev-master" }, "minimum-stability": "dev", "autoload": { "psr-4": { "Atk4\\AtkWordpress\\": "src/" } }, "config": { "allow-plugins": { "ergebnis/composer-normalize": true, "phpstan/extension-installer": true }, "sort-packages": true }, "scripts": { "fix": "php-cs-fixer fix", "rector": "vendor/bin/rector process --clear-cache", "rectordry": "vendor/bin/rector process --dry-run --clear-cache", "stan": "phpstan analyse" } }