PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Struct   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Struct
Trait that implements class getters and setters
Author: By
Last change:
Date: 20 days ago
Size: 1,131 bytes
 

Contents

Class file image Download
{ "name": "odan/struct", "type": "project", "description": "Struct type for PHP", "keywords": [ "struct", "value type" ], "homepage": "http://github.com/odan/struct", "license": "MIT", "authors": [ { "name": "odan", "email": "odan@users.noreply.github.com", "homepage": "https://github.com/odan/struct", "role": "Developer" } ], "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "5.7" }, "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": { "psr-4": { "Odan\\": "src" } }, "autoload-dev": { "psr-4": { "Odan\\Test\\": "tests" } }, "config": { "sort-packages": true } }