From 68d4e7934987ed1cf7f9f37d1cb92b66982b1975 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Wed, 7 Jan 2015 11:25:07 -0200 Subject: [PATCH] Update "composer.json" file --- composer.json | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index 3f1a5a8..cb665b1 100644 --- a/composer.json +++ b/composer.json @@ -7,44 +7,25 @@ "license": "BSD-3-Clause", "authors": [ { - "name": "Alexandre Gomes Gaigalas", - "email": "alexandre@gaigalas.net" - }, - { - "name": "Augusto Pascutti", - "email": "augusto@phpsp.org.br" - }, - { - "name": "Henrique Moody", - "email": "henriquemoody@gmail.com" - }, - { - "name": "Ivo Nascimento", - "email": "iannsp@gmail.com" - }, - { - "name": "Nick Lombard", - "email": "github@jigsoft.co.za" - }, - { - "name": "Rogerio Prado de Jesus", - "email": "rogeriopradoj@gmail.com" - }, - { - "name": "Thiago Rigo", - "email": "thiagophx@gmail.com" + "name": "Respect/Config Contributors", + "homepage": "https://github.com/Respect/Config/graphs/contributors" } ], "autoload": { - "psr-0": { - "Respect\\Config": "library" + "psr-4": { + "Respect\\Config\\": "library/Respect/Config" } }, "require": { "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "@stable", + "phpunit/phpunit": "~4.4", "respect/test": "dev-master" + }, + "extra": { + "branch-alias": { + "dev-master": "1.1-dev" + } } }