We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214c624 commit cfe7aabCopy full SHA for cfe7aab
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
php: [ 7.3, 7.4, 8.0 ]
17
laravel: [ 7.*, 8.* ]
18
- commonmark: [ ^1.0, ^2.0 ]
+ commonmark: [ ^1.5, ^2.0 ]
19
dependency-version: [ prefer-lowest, prefer-stable ]
20
include:
21
- laravel: 7.*
composer.json
@@ -20,7 +20,7 @@
"require": {
"php": "^7.2|^8.0",
22
"torchlight/torchlight-laravel": "^0.5.5",
23
- "league/commonmark": "^2.0"
+ "league/commonmark": "^1.5|^2.0"
24
},
25
"require-dev": {
26
"orchestra/testbench": "^5.0|^6.0",
0 commit comments