Skip to content

Commit

Permalink
ApiBundle fixes in composer.js
Browse files Browse the repository at this point in the history
Give exceptions, such as could not find a driver when commands create
a test database. So I added the requirement in composer.js to fix it.
  • Loading branch information
dawkaa committed Jan 20, 2023
1 parent 5c04464 commit c8c2012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sylius/Bundle/ApiBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"symfony/messenger": "^5.4 || ^6.0"
},
"require-dev": {
"ext-sqlite3": "*",
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
"nelmio/alice": "^3.8",
Expand Down

0 comments on commit c8c2012

Please sign in to comment.