From e2aeaf465717c1395db0327c2ee8a3c464ce7697 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Sep 2016 09:52:11 +0200 Subject: php-ircmaxell-random-lib: 1.2.0 --- composer.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9906b59 --- /dev/null +++ b/composer.json @@ -0,0 +1,34 @@ +{ + "name": "ircmaxell/random-lib", + "type": "library", + "description": "A Library For Generating Secure Random Numbers", + "keywords": ["random", "random-numbers", "random-strings", "cryptography"], + "homepage": "https://github.com/ircmaxell/RandomLib", + "license": "MIT", + "authors": [ + { + "name": "Anthony Ferrara", + "email": "ircmaxell@ircmaxell.com", + "homepage": "http://blog.ircmaxell.com" + } + ], + "require-dev": { + "mikey179/vfsStream": "^1.6", + "friendsofphp/php-cs-fixer": "^1.11", + "phpunit/phpunit": "^4.8|^5.0" + }, + "require": { + "ircmaxell/security-lib": "^1.1", + "php": ">=5.3.2" + }, + "autoload": { + "psr-0": { + "RandomLib": "lib" + } + }, + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + } +} -- cgit