From 2721907f4a795d593e61b145cb775d544ba1f1e8 Mon Sep 17 00:00:00 2001 From: Greg RG Date: Sat, 5 Oct 2024 14:17:44 +0100 Subject: [PATCH 1/5] Update torchlight-laravel ^0.6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6b51bd6..66884e7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ ], "require": { "php": "^7.2|^8.0", - "torchlight/torchlight-laravel": "^0.5.10", + "torchlight/torchlight-laravel": "^0.5|^0.6", "league/commonmark": "^1.5|^2.0" }, "require-dev": { From 637dc11e3e1d8f1945168b5239dd67914d26a337 Mon Sep 17 00:00:00 2001 From: Greg RG Date: Sat, 5 Oct 2024 14:18:57 +0100 Subject: [PATCH 2/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 66884e7..e2087a3 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "torchlight/torchlight-commonmark", + "name": "givx/torchlight-commonmark", "description": "A Commonmark extension for Torchlight, the syntax highlighting API.", "homepage": "https://torchlight.dev", "type": "library", From 314aac4dd2681576363519a156485ef8e4120477 Mon Sep 17 00:00:00 2001 From: Greg RG Date: Sat, 5 Oct 2024 14:19:38 +0100 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d563bd1..fe92a40 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Torchlight is a VS Code-compatible syntax highlighter that requires no JavaScrip To install, require the package from composer: ```shell -composer require torchlight/torchlight-commonmark +composer require givx/torchlight-commonmark ``` This will install the [Laravel Client](https://github.com/torchlight-api/torchlight-laravel) as well. From 9809ca5227102618f995d988192e461072db6d9a Mon Sep 17 00:00:00 2001 From: Greg RG Date: Sat, 5 Oct 2024 14:32:41 +0100 Subject: [PATCH 4/5] Initial for pull request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe92a40..d563bd1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Torchlight is a VS Code-compatible syntax highlighter that requires no JavaScrip To install, require the package from composer: ```shell -composer require givx/torchlight-commonmark +composer require torchlight/torchlight-commonmark ``` This will install the [Laravel Client](https://github.com/torchlight-api/torchlight-laravel) as well. From dbd97d2e78104d79a73f08c88db7704265722333 Mon Sep 17 00:00:00 2001 From: Greg RG Date: Sat, 5 Oct 2024 14:36:40 +0100 Subject: [PATCH 5/5] Misse the name package init for pull request --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e2087a3..66884e7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "givx/torchlight-commonmark", + "name": "torchlight/torchlight-commonmark", "description": "A Commonmark extension for Torchlight, the syntax highlighting API.", "homepage": "https://torchlight.dev", "type": "library",