PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Starikov   PHP JSON Maker   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Maker
Create and edit JSON data setting class variables
Author: By
Last change: add Countable for array
Date: 5 years ago
Size: 378 bytes
 

Contents

Class file image Download
{ "name": "alexsuperstar/jsonmaker", "description": "PHP JSON Maker", "type": "library", "version": "1.1.0", "authors": [ { "name": "Alexey Starikov", "email": "alexsuperstar@mail.ru" } ], "require": { "php": ">=5.4.0" }, "autoload": { "psr-4": { "alexstar\\": "src/alexstar/" } }, "minimum-stability": "stable" }