From 0807f3259fa944fdff5052685d08db7414f8c3e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= Date: Tue, 17 Jan 2017 17:33:26 +0100 Subject: [PATCH 1/3] fix: make composer package name lowercase --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb94dae..17b4bde 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "kbjr/Git.php", + "name": "kbjr/git.php", "autoload": { "classmap": ["Git.php"] } From e6fe4eb994d33e9faabcae9a717e077e2aed74a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= Date: Tue, 17 Jan 2017 17:34:02 +0100 Subject: [PATCH 2/3] chore: change namespace --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 17b4bde..f259515 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "kbjr/git.php", + "name": "pascalmh/git.php", "autoload": { "classmap": ["Git.php"] } From cff17628c5cf8f5373bf76ba9d9164d17cde7050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20K=C3=BCsgen?= Date: Thu, 9 Feb 2017 17:55:55 +0100 Subject: [PATCH 3/3] v1.0.0 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index f259515..074a28d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "pascalmh/git.php", + "version": "1.0.0", "autoload": { "classmap": ["Git.php"] }