PHP Classes

File: vendor/josantonius/json/composer.json

Recommend this page to a friend!
  Classes of Josantonius   WP_Register   vendor/josantonius/json/composer.json   Download  
File: vendor/josantonius/json/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:
Date: 5 years ago
Size: 1,302 bytes
 

Contents

Class file image Download
{ "name": "josantonius/json", "version": "1.1.4", "type": "library", "description": "PHP simple library for managing Json files.", "keywords": [ "JSON", "HHVM", "File to array", "Array to file", "JavaScript Object Notation", "JavaScript", "Data exchange", "PHP" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "support": { "issues": "https://github.com/josantonius/php-asset/issues", "forum": "http://stackoverflow.com/tags/josantonius/php-asset", "source": "https://github.com/josantonius/php-asset" }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "5.7.*" }, "autoload": { "psr-4": { "Josantonius\\Json\\": "src/Json/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "scripts": { "test": "phpunit" } }