Skip to content

Commit

Permalink
fix: downgrade symfony extension
Browse files Browse the repository at this point in the history
Until upgrading to the newest symfony version
  • Loading branch information
rgomezcasas committed Sep 27, 2023
1 parent a43be48 commit 1968fc8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@

"roave/security-advisories": "dev-master",

"behat/behat": "^3",
"friends-of-behat/mink-extension": "^2",
"friends-of-behat/symfony-extension": "^2",
"behat/mink-browserkit-driver": "^2",
"behat/behat": "^3.13",
"friends-of-behat/mink-extension": "2.6.1",
"friends-of-behat/symfony-extension": "2.3.1",
"behat/mink-browserkit-driver": "2.1.0",

"phpunit/phpunit": "^9",
"mockery/mockery": "^1",
Expand Down
32 changes: 16 additions & 16 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/Shared/Infrastructure/Mink/MinkSessionRequestHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use Behat\Gherkin\Node\PyStringNode;
use Symfony\Component\DomCrawler\Crawler;

final class MinkSessionRequestHelper
final readonly class MinkSessionRequestHelper
{
public function __construct(private $sessionHelper)
public function __construct(private MinkHelper $sessionHelper)
{
}

Expand Down

0 comments on commit 1968fc8

Please sign in to comment.