Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 14, 2020
1 parent abdedcc commit 36d7328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
"illuminate/contracts": "^5.5|^6.0|^7.0",
"illuminate/support": "^5.5|^6.0|^7.0",
"illuminate/view": "^5.5|^6.0|^7.0",
"league/commonmark": "^1.0"
"league/commonmark": "^1.3"
},
"require-dev": {
"graham-campbell/analyzer": "^2.4",
"graham-campbell/testbench": "^5.4",
"league/commonmark-extras": "^1.0",
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^6.5|^7.0|^8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/Facades/MarkdownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use GrahamCampbell\TestBenchCore\FacadeTrait;
use GrahamCampbell\Tests\Markdown\AbstractTestCase;
use League\CommonMark\Converter;
use League\CommonMark\Ext\SmartPunct\SmartPunctExtension;
use League\CommonMark\Extension\SmartPunct\SmartPunctExtension;

/**
* This is the markdown facade test class.
Expand Down

0 comments on commit 36d7328

Please sign in to comment.