From 4aa7b194535992dda07319c8ba8ea088da388c02 Mon Sep 17 00:00:00 2001 From: Vlad Reshetilo Date: Thu, 30 Jan 2020 11:37:43 +0200 Subject: [PATCH 1/7] update to get stable version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a34c204..a6869929 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "php-school/cli-menu", + "name": "vladreshet/cli-menu", "description": "A command line menu helper in PHP", "keywords": ["cli", "console", "terminal", "phpschool", "php-school", "menu"], "license": "MIT", From 99b6ef91a3e8deab440735825fce9ed480ecc6a2 Mon Sep 17 00:00:00 2001 From: VLReshet Date: Thu, 30 Jan 2020 15:20:28 +0200 Subject: [PATCH 2/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index de9f992e..12f38ee6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +TEMPORARY FORK OF php-school/cli-menu TO MAKE MY PACKAGE STABLE. THIS FORK WILL BE REMOVED RIGHT AFTER THE NEXT RELEASE OF php-school/cli-menu +

From 422f5e7048cb6d2b0f1a0cc674437d65308c9695 Mon Sep 17 00:00:00 2001 From: Vlad Reshetilo Date: Thu, 30 Jan 2020 11:37:43 +0200 Subject: [PATCH 3/7] update to get stable version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a34c204..a6869929 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "php-school/cli-menu", + "name": "vladreshet/cli-menu", "description": "A command line menu helper in PHP", "keywords": ["cli", "console", "terminal", "phpschool", "php-school", "menu"], "license": "MIT", From 89037d8a1a475e280c055a74191b713c7e5035a6 Mon Sep 17 00:00:00 2001 From: VLReshet Date: Thu, 30 Jan 2020 15:20:28 +0200 Subject: [PATCH 4/7] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1412e0e..c59fc784 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +TEMPORARY FORK OF php-school/cli-menu TO MAKE MY PACKAGE STABLE. THIS FORK WILL BE REMOVED RIGHT AFTER THE NEXT RELEASE OF php-school/cli-menu +

From 3efbe35af6bc0b14ab50f9e0440d30443d8aa0cc Mon Sep 17 00:00:00 2001 From: Vlad Reshetilo Date: Wed, 19 Feb 2020 21:26:37 +0200 Subject: [PATCH 5/7] Add https://github.com/VladReshet/cli-menu to Integrations section --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c59fc784..20d1cf87 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -TEMPORARY FORK OF php-school/cli-menu TO MAKE MY PACKAGE STABLE. THIS FORK WILL BE REMOVED RIGHT AFTER THE NEXT RELEASE OF php-school/cli-menu -

@@ -1430,3 +1428,4 @@ You can see the construction code here for more clarity on how to perform advanc * [Symfony Console](https://github.com/RedAntNL/console) * [Laravel](https://github.com/nunomaduro/laravel-console-menu) + * [Laravel Artisan](https://github.com/VladReshet/cli-menu) From ac625e6878eb845cc952bd2596f7b25df9748864 Mon Sep 17 00:00:00 2001 From: Vlad Reshetilo Date: Wed, 19 Feb 2020 21:27:49 +0200 Subject: [PATCH 6/7] revert composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a6869929..4a34c204 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "vladreshet/cli-menu", + "name": "php-school/cli-menu", "description": "A command line menu helper in PHP", "keywords": ["cli", "console", "terminal", "phpschool", "php-school", "menu"], "license": "MIT", From 13ed6cbde409c87b465960eea623ad425d0b6eb5 Mon Sep 17 00:00:00 2001 From: VLReshet Date: Wed, 19 Feb 2020 21:30:53 +0200 Subject: [PATCH 7/7] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d1cf87..4e386357 100644 --- a/README.md +++ b/README.md @@ -1428,4 +1428,4 @@ You can see the construction code here for more clarity on how to perform advanc * [Symfony Console](https://github.com/RedAntNL/console) * [Laravel](https://github.com/nunomaduro/laravel-console-menu) - * [Laravel Artisan](https://github.com/VladReshet/cli-menu) + * [Laravel Artisan](https://github.com/VladReshet/ArtisanUI)