From 1593ac9e18e7fd020ac06724d9df67875fb0e85a Mon Sep 17 00:00:00 2001 From: flandera Date: Wed, 14 Jun 2017 16:05:28 +0200 Subject: [PATCH 1/4] Create composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 58e8110..4d9ea27 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ } ], "require": { - "m4tthumphrey/php-gitlab-api": "^7.16", + "m4tthumphrey/php-gitlab-api": "^8.0", "symfony/console": "^3.0", "mouf/picotainer": "^1.0", "symfony/filesystem": "^3.0", From 527b7cd7aafa1fd773eca2b8948d89d27bb10825 Mon Sep 17 00:00:00 2001 From: flandera Date: Wed, 14 Jun 2017 16:15:37 +0200 Subject: [PATCH 2/4] Create composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4d9ea27..75fdbf4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "thecodingmachine/washingmachine", + "name": "flandera/washingmachine", "description": "CI tool that integrates with Gitlab to show variations in the CRAP index", "type": "project", "repositories": [ From ffd9972e713cc11b69f032dea2072d66ce2cca9f Mon Sep 17 00:00:00 2001 From: flandera Date: Wed, 14 Jun 2017 16:21:06 +0200 Subject: [PATCH 3/4] Create composer.lock --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 89039a4..9623fc3 100644 --- a/composer.lock +++ b/composer.lock @@ -126,11 +126,11 @@ }, { "name": "m4tthumphrey/php-gitlab-api", - "version": "7.16.0", + "version": "8.0.0", "source": { "type": "git", "url": "https://github.com/moufmouf/php-gitlab-api.git", - "reference": "c54645d9e5bfbc1565f38399de81fe5ce3700c8b" + "reference": "eea2a84a1ef247334f6f79a72a991c37b54551f2" }, "dist": { "type": "zip", From d1bff028ed425e7101556b44aed85566f11fecc5 Mon Sep 17 00:00:00 2001 From: flandera Date: Wed, 14 Jun 2017 16:36:06 +0200 Subject: [PATCH 4/4] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 75fdbf4..4d9ea27 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "flandera/washingmachine", + "name": "thecodingmachine/washingmachine", "description": "CI tool that integrates with Gitlab to show variations in the CRAP index", "type": "project", "repositories": [