PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Jelle Sebreghts   Lexographical PHP Permutations Generator   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lexographical PHP Permutations Generator
Generate permutations of characters of a string
Author: By
Last change: Codeclimate code coverage.
Codeclimate & code coverage
Added tests.
Date: 7 years ago
Size: 572 bytes
 

Contents

Class file image Download
{ "name": "jelle-s/permutations", "description": "Generates (lexographical) permutations of numbers.", "type": "library", "license": "GPL-3.0+", "authors": [ { "name": "Jelle Sebreghts", "email": "sebreghts.jelle@gmail.com" } ], "minimum-stability": "stable", "autoload": { "psr-4": {"Jelle_S\\Util\\Permutation\\": "src/"} }, "require-dev": { "phpunit/phpunit": "^5.7", "phpunit/php-code-coverage": "^4.0", "codeclimate/php-test-reporter": "dev-master" } }