PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP JSON Query   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON Query
Query JSON data to find and extract information
Author: By
Last change: update package licence in composer
Date: 5 years ago
Size: 770 bytes
 

Contents

Class file image Download
{ "name": "nahid/jsonq", "description": "JsonQ is a PHP based json data query library", "keywords": ["json", "jsonq", "query"], "homepage": "https://github.com/nahid/jsonq", "type": "library", "license": "CC0-1.0", "authors": [ { "name": "Nahid Bin Azhar", "email": "nahid.dns@gmail.com" } ], "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.0", "symfony/var-dumper": "^3.4", "graham-campbell/testbench": "^3.1" }, "autoload": { "psr-4": { "Nahid\\JsonQ\\": "src/" } }, "autoload-dev": { "psr-4": { "Nahid\\JsonQ\\Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true }