Skip to content

Commit fe3238d

Browse files
committed
Updated dependencies
1 parent 7796af7 commit fe3238d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require-dev": {
2525
"larapack/dd": "^1.0",
26-
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^7.0",
26+
"orchestra/testbench": "~3.5|~3.6|~3.7|~3.8|^4.0|^7.0|^8.0|^9.0",
2727
"phpunit/phpunit": "^7.0| ^8.0|^9.5.10",
2828
"spatie/phpunit-snapshot-assertions": "^1.3|^4.2"
2929
},

tests/GenerationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function it_generated_graphviz_for_test_models_with_db_columns()
4545
]);
4646

4747
$this->assertMatchesSnapshot(Artisan::output());
48-
}o
48+
}
4949

5050
/** @test */
5151
public function it_generated_graphviz_in_jpeg_format()

0 commit comments

Comments
 (0)