Skip to content

Commit

Permalink
Merge pull request #2 from yceruto/symfony_5
Browse files Browse the repository at this point in the history
Add support for friends-of-behat/symfony-extension
  • Loading branch information
yceruto authored Nov 8, 2021
2 parents 6a4b9b7 + d78b966 commit af157ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
}
],
"require": {
"php": "^7.1",
"behat/behat": "^3.5",
"behat/symfony2-extension": "^2.1",
"doctrine/data-fixtures": "^1.3"
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"behat/behat": "^3.5",
"doctrine/data-fixtures": "^1.3",
"doctrine/doctrine-bundle": "^1.8",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.8"
"friends-of-behat/symfony-extension": "^2.0",
"phpunit/phpunit": "^7.5"
},
"suggest": {
"doctrine/migrations": "Uses DBAL to load versioned database schema and migration classes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<service id="behat.doctrine_data_fixtures.service.fixture_loader" class="%behat.doctrine_data_fixtures.service.fixture_loader.class%">
<argument type="service" id="service_container" />
<argument type="service" id="symfony2_extension.kernel" />
<argument type="service" id="fob_symfony.kernel" />
<argument>%behat.doctrine_data_fixtures.use_backup%</argument>
</service>

Expand Down

0 comments on commit af157ae

Please sign in to comment.