PHP Classes

File: vendor/josantonius/file/composer.json

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

Contents

Class file image Download
{ "name": "josantonius/file", "version": "1.1.4", "type": "library", "description": "PHP library for file management.", "keywords": [ "File", "Search words in file", "File handler", "Strings", "HHVM", "PHP" ], "license": "MIT", "authors": [ { "name": "Josantonius", "email": "hello@josantonius.com", "homepage": "https://josantonius.com", "role": "Developer" } ], "support": { "issues": "https://github.com/josantonius/php-file/issues", "forum": "http://stackoverflow.com/tags/josantonius/php-file", "source": "https://github.com/josantonius/php-file" }, "config": { "preferred-install": "dist" }, "minimum-stability": "stable", "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "5.7.*" }, "autoload": { "psr-4": { "Josantonius\\File\\": "src/File/" } }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "scripts": { "test": "phpunit" } }