Skip to content

Commit afbb352

Browse files
committed
Use forked version of Torchlight client with Laravel 11 support
Pending merge of torchlight-api/torchlight-commonmark-php#12 we need to use my fork which updates composer.json to support the latest Laravel version
1 parent 9360345 commit afbb352

File tree

2 files changed

+78
-4
lines changed

2 files changed

+78
-4
lines changed

composer.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"laravel/tinker": "^2.7",
1414
"livewire/livewire": "^3.5",
1515
"spatie/yaml-front-matter": "^2.0",
16-
"torchlight/torchlight-laravel": "^0.6.0"
16+
"torchlight/torchlight-laravel": "^0.6.0",
17+
"torchlight/torchlight-commonmark": "dev-main"
1718
},
1819
"require-dev": {
1920
"davidbadura/faker-markdown-generator": "^1.1",
@@ -63,5 +64,11 @@
6364
"sort-packages": true
6465
},
6566
"minimum-stability": "dev",
66-
"prefer-stable": true
67+
"prefer-stable": true,
68+
"repositories": [
69+
{
70+
"type": "vcs",
71+
"url": "https://github.com/caendesilva/torchlight-commonmark-php"
72+
}
73+
]
6774
}

composer.lock

+69-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)