From 59e85f83889f173c1199f85bf242112767758a52 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 25 Dec 2022 01:22:25 +0100 Subject: [PATCH 01/10] Add support for laravel 7 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 19b1eb9..39f10d5 100644 --- a/composer.json +++ b/composer.json @@ -11,13 +11,13 @@ ], "require": { "php": "^7.1.3", - "illuminate/contracts": "^5.5|^6.0", - "illuminate/support": "^5.5|^6.0", + "illuminate/contracts": "^5.5|^6.0|^7.0", + "illuminate/support": "^5.5|^6.0|^7.0", "league/commonmark": "^1.0" }, "require-dev": { - "graham-campbell/analyzer": "^2.1", - "graham-campbell/markdown": "^11.0", + "graham-campbell/analyzer": "^3.1", + "graham-campbell/markdown": "^13.1", "graham-campbell/testbench": "^5.1", "phpunit/phpunit": "^6.5|^7.0|^8.0" }, From 33a5655ba68f453f7de04af972fee4835e551c4e Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 25 Dec 2022 01:35:49 +0100 Subject: [PATCH 02/10] Add support for laravel 7 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 39f10d5..89cc90b 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^7.1.3", + "php": "^8.0", "illuminate/contracts": "^5.5|^6.0|^7.0", "illuminate/support": "^5.5|^6.0|^7.0", "league/commonmark": "^1.0" From 85a958733d832cf4e7a6088aaff98fb6d3c508a9 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 25 Dec 2022 01:40:26 +0100 Subject: [PATCH 03/10] Add support for laravel 7 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 89cc90b..2a58232 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cachethq/twitter", - "description": "A Twitter handle parser for Laravel 5 and 6", + "description": "A Twitter handle parser for Laravel 5 and 6 and 7", "keywords": ["twitter", "parser", "markdown", "Cachet", "CachetHQ"], "license": "MIT", "authors": [ @@ -11,15 +11,15 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^5.5|^6.0|^7.0", - "illuminate/support": "^5.5|^6.0|^7.0", + "illuminate/contracts": "^7.0", + "illuminate/support": "^7.0", "league/commonmark": "^1.0" }, "require-dev": { "graham-campbell/analyzer": "^3.1", "graham-campbell/markdown": "^13.1", "graham-campbell/testbench": "^5.1", - "phpunit/phpunit": "^6.5|^7.0|^8.0" + "phpunit/phpunit": "^8.0" }, "autoload": { "psr-4": { From 8290969b50bec70cbf99de2f8f5236a0cb8dd4a1 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 25 Dec 2022 01:45:33 +0100 Subject: [PATCH 04/10] Add support for laravel 7 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2a58232..2cf8fd9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "cachethq/twitter", - "description": "A Twitter handle parser for Laravel 5 and 6 and 7", + "name": "steffjenl/twitter", + "description": "A Twitter handle parser for Laravel 7", "keywords": ["twitter", "parser", "markdown", "Cachet", "CachetHQ"], "license": "MIT", "authors": [ From 6e2f535df5d29200542999a535a83ae217e0a6a3 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 25 Dec 2022 12:25:49 +0100 Subject: [PATCH 05/10] Add support for laravel 8 and 9 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 2cf8fd9..85c905d 100644 --- a/composer.json +++ b/composer.json @@ -11,15 +11,15 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^7.0", - "illuminate/support": "^7.0", + "illuminate/contracts": "^7.0|^8.0|^9.0", + "illuminate/support": "^7.0|^8.0|^9.0", "league/commonmark": "^1.0" }, "require-dev": { "graham-campbell/analyzer": "^3.1", "graham-campbell/markdown": "^13.1", "graham-campbell/testbench": "^5.1", - "phpunit/phpunit": "^8.0" + "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { From a2f31a4ebc0280af5cb194b74b264fff75bf726e Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Wed, 2 Aug 2023 22:27:17 +0200 Subject: [PATCH 06/10] Add support for Laravel 10 --- composer.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 85c905d..666b43d 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,29 @@ { "name": "steffjenl/twitter", - "description": "A Twitter handle parser for Laravel 7", + "description": "A Twitter handle parser for Laravel 10", "keywords": ["twitter", "parser", "markdown", "Cachet", "CachetHQ"], "license": "MIT", "authors": [ { "name": "Cachet", "email": "support@cachethq.io" + }, + { + "name": "MonkeySoft", + "email": "hallo@monkeysoft.nl" } ], "require": { - "php": "^8.0", - "illuminate/contracts": "^7.0|^8.0|^9.0", - "illuminate/support": "^7.0|^8.0|^9.0", + "php": "^8.0 || ^8.1", + "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "league/commonmark": "^1.0" }, "require-dev": { "graham-campbell/analyzer": "^3.1", "graham-campbell/markdown": "^13.1", "graham-campbell/testbench": "^5.1", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.0 || ^10.0" }, "autoload": { "psr-4": { From fc7813719df37da829c059f4846018890a56d1d2 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Wed, 2 Aug 2023 22:30:01 +0200 Subject: [PATCH 07/10] Add support for Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 666b43d..cdddad4 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": "^8.0 || ^8.1", "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "league/commonmark": "^1.0" + "league/commonmark": "^2.4" }, "require-dev": { "graham-campbell/analyzer": "^3.1", From a3930054ed3636b9515ef0c1efa10782d2659750 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sat, 16 Sep 2023 13:54:07 +0200 Subject: [PATCH 08/10] Support for PHP 7.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdddad4..3641205 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^8.0 || ^8.1", + "php": "^7.3 || ^8.0 || ^8.1", "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "league/commonmark": "^2.4" From 7dd65e53270e3ae0a713eafb947d3cfb064ba990 Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sat, 16 Sep 2023 14:04:51 +0200 Subject: [PATCH 09/10] Support for PHP 7.3 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3641205..c3ffb1a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": "^7.3 || ^8.0 || ^8.1", "illuminate/contracts": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", - "league/commonmark": "^2.4" + "league/commonmark": "^1.6 || ^2.0 || ^2.1 || ^2.2 || ^2.3 || ^2.4" }, "require-dev": { "graham-campbell/analyzer": "^3.1", From b1e9a9d7968594432c63a471e7d2aaa4e5c0515f Mon Sep 17 00:00:00 2001 From: Stephan Eizinga Date: Sun, 17 Sep 2023 10:05:13 +0200 Subject: [PATCH 10/10] Replace packagename back to cachethq --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c3ffb1a..33fe5b4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "steffjenl/twitter", - "description": "A Twitter handle parser for Laravel 10", + "name": "cachethq/twitter", + "description": "A Twitter handle parser for Laravel 5 till 10", "keywords": ["twitter", "parser", "markdown", "Cachet", "CachetHQ"], "license": "MIT", "authors": [