Skip to content

Commit

Permalink
- Update dependency blumilksoftware/codestyle to v3 (#473)
Browse files Browse the repository at this point in the history
* - Update dependency blumilksoftware/codestyle to v3

* #444 - wip

---------

Co-authored-by: EwelinaSkrzypacz <ewelina.skrzypacz@blumilk.pl>
  • Loading branch information
blumilkbot and EwelinaSkrzypacz authored Jul 25, 2024
1 parent 18ce4be commit 6511e6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.13.5",
"blumilksoftware/codestyle": "^2.8",
"blumilksoftware/codestyle": "^3.2.1",
"laravel/dusk": "^8.2.0",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.1.1",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

3 changes: 0 additions & 3 deletions tests/DuskTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ abstract class DuskTestCase extends BaseTestCase
{
use CreatesApplication;

/**
* @beforeClass
*/
public static function prepare(): void
{
if (!static::runningInDocker()) {
Expand Down

0 comments on commit 6511e6a

Please sign in to comment.