PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Josantonius   WP_Register   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WP_Register
Minify and unify CSS and JavaScript for WordPress
Author: By
Last change: Updated to 1.0.4 version
Updated to 1.0.4 version
Date: 6 years ago
Size: 1,451 bytes
 

Contents

Class file image Download
{ "name": "josantonius/wp_register", "version": "1.0.4", "type": "library", "description": "Register, minify and unify CSS and JavaScript resources.", "keywords": [ "WordPress", "register", "enqueue", "CSS", "JS", "Script", "assets", "minify CSS", "unify CSS", "minify JS", "unify JS", "Style", "HHVM", "PHP" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "support": { "issues": "https://github.com/josantonius/wp_register/issues", "forum": "http://stackoverflow.com/tags/josantonius/wp_register", "source": "https://github.com/josantonius/wp_register" }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "require": { "php": "^5.6 || ^7.0", "Josantonius/Json" : "^1.1.4" }, "require-dev": { "Josantonius/File": "^1.1.4" }, "autoload": { "psr-4": { "Josantonius\\WP_Register\\": "src/WP_Register/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "scripts": { "test": "phpunit" } }