Skip to content

Commit bba9e6d

Browse files
committed
upgrading to latest doctrine 0.4
1 parent fde2351 commit bba9e6d

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"ext-json": "*",
1818
"ext-curl": "*",
19-
"doctrine/rst-parser": "0.3.x-dev",
19+
"doctrine/rst-parser": "0.4.x-dev",
2020
"scrivo/highlight.php": "^9.12.0",
2121
"symfony/filesystem": "^5.2",
2222
"symfony/finder": "^5.2",

composer.lock

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function testParseUnitBlock(string $blockName)
103103
$expectedCrawler = new Crawler($expectedHtml);
104104
$indenter = $this->createIndenter();
105105

106-
$expected = trim($expectedCrawler->filter('body')->html())
106+
$expected = trim($expectedCrawler->filter('body')->html());
107107
// you can add notes to a test file via <!-- REMOVE the notes here -->
108108
// we remove them here for comparing
109109
$expected = preg_replace('/<\!\-\- REMOVE(.)+\-\->/', '', $expected);

0 commit comments

Comments
 (0)