PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   PHP Array Key Combiner   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Array Key Combiner
Combine arrays finding intersections
Author: By
Last change: Added tests.
Date: 7 years ago
Size: 712 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/arraykeycombiner", "description": "Combines arrays by searching for intersections and adding them to the master array. Keys are combined using a delimiter.", "type": "library", "require": { "jelle-s/arrayintersections": "^1.0" }, "require-dev": { "phpunit/phpunit": "^5.7", "phpunit/php-code-coverage": "^4.0", "codeclimate/php-test-reporter": "dev-master" }, "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": {"Jelle_S\\Util\\Combiner\\": "src/"} } }