Skip to content

Commit cfe7aab

Browse files
committed
Add 1 series back, min is 1.5
1 parent 214c624 commit cfe7aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php: [ 7.3, 7.4, 8.0 ]
1717
laravel: [ 7.*, 8.* ]
18-
commonmark: [ ^1.0, ^2.0 ]
18+
commonmark: [ ^1.5, ^2.0 ]
1919
dependency-version: [ prefer-lowest, prefer-stable ]
2020
include:
2121
- laravel: 7.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^7.2|^8.0",
2222
"torchlight/torchlight-laravel": "^0.5.5",
23-
"league/commonmark": "^2.0"
23+
"league/commonmark": "^1.5|^2.0"
2424
},
2525
"require-dev": {
2626
"orchestra/testbench": "^5.0|^6.0",

0 commit comments

Comments
 (0)