Skip to content

Commit

Permalink
chore: Update seld/jsonlint (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Mar 8, 2024
1 parent 28fa547 commit 731a17f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"phpdocumentor/type-resolver": "^1.7",
"psr/log": "^3.0",
"sebastian/diff": "^5.0",
"seld/jsonlint": "^1.9",
"seld/jsonlint": "^1.10.2",
"seld/phar-utils": "^1.2",
"symfony/finder": "^6.4.0 || ^7.0.0",
"symfony/polyfill-iconv": "^1.28",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/Console/Command/ValidateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function test_an_invalid_json_file_is_invalid(): void
// Loading the configuration file "box.json".
The configuration file failed validation: Parse error on line 1:
{
...
^
Expected one of: 'STRING', '}'

Expand Down Expand Up @@ -346,7 +346,7 @@ public function test_an_invalid_json_file_is_invalid_in_verbose_mode(): void
} catch (RuntimeException $exception) {
$expected = <<<'OUTPUT'
The configuration file failed validation: Parse error on line 1:
{
...
^
Expected one of: 'STRING', '}'
OUTPUT;
Expand Down

0 comments on commit 731a17f

Please sign in to comment.