We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ecc4a commit 7a4d0e4Copy full SHA for 7a4d0e4
composer.json
@@ -30,7 +30,7 @@
30
"spatie/laravel-permission": "^6.2",
31
"spatie/laravel-schedule-monitor": "^3.7",
32
"spatie/laravel-tags": "^4.6",
33
- "torchlight/torchlight-commonmark": "^0.5.5"
+ "torchlight/torchlight-commonmark": "dev-main"
34
},
35
"require-dev": {
36
"barryvdh/laravel-debugbar": "^3.10",
@@ -86,5 +86,11 @@
86
}
87
88
"minimum-stability": "stable",
89
- "prefer-stable": true
+ "prefer-stable": true,
90
+ "repositories": [
91
+ {
92
+ "type": "vcs",
93
+ "url": "https://github.com/caendesilva/torchlight-commonmark-php"
94
+ }
95
+ ]
96
0 commit comments