Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit a4c7e71

Browse files
Update composer.json
1 parent d14e881 commit a4c7e71

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"php": "^7.0",
1414
"illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
1515
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
16-
"league/commonmark": "^0.15|^0.16"
16+
"league/commonmark": "^0.17"
1717
},
1818
"require-dev": {
1919
"graham-campbell/analyzer": "^2.0",
20-
"graham-campbell/markdown": "^8.0",
21-
"graham-campbell/testbench": "^4.0",
20+
"graham-campbell/markdown": "^9.0",
21+
"graham-campbell/testbench": "^4.0|^5.0",
2222
"phpunit/phpunit": "^6.5"
2323
},
2424
"autoload": {
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "2.1-dev"
39+
"dev-master": "2.2-dev"
4040
},
4141
"laravel": {
4242
"providers": [

0 commit comments

Comments
 (0)