From 631e696897be3e892beaad33e56b35ed28ff2d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=C4=9Fuz?= Date: Wed, 4 Jul 2018 16:42:47 +0300 Subject: [PATCH] Published --- composer.json | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index b7b0e290..81d3d2c8 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,7 @@ "homepage": "http://github.com/oguz463/php-gedcom", "license": "GPL-3.0", "require": { - "php": ">=5.3", - "monolog/monolog": "dev-bugfix" + "php": ">=5.3" }, "require-dev": { "phpunit/PHPUnit": "3.7.*", @@ -17,15 +16,5 @@ "psr-0": { "PhpGedcom\\": "library/" } - }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/skypal/php-gedcom" - }, - { - "type": "vcs", - "url": "https://github.com/mrkrstphr/php-gedcom" - } - ] + } }