PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Utility Functions   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Utility Functions
General-purpose utility functions
Author: By
Last change:
Date: 27 days ago
Size: 1,178 bytes
 

Contents

Class file image Download
{ "name": "odan/util", "type": "library", "description": "Utility functions", "keywords": [ "util", "uuid", "html", "array", "utf8", "iso", "encoding" ], "homepage": "http://github.com/odan/util", "license": "MIT", "authors": [ { "name": "odan", "email": "odan@users.noreply.github.com", "homepage": "https://github.com/odan", "role": "Developer" } ], "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "~5.0" }, "scripts": { "test": "phpunit", "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests", "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit -n --no-patch 1 src tests" }, "autoload": { "files": ["src/util.php"] }, "autoload-dev": { "psr-4": { "Odan\\Util\\Test\\": "tests" } }, "config": { "sort-packages": true } }