Skip to content

Commit

Permalink
minor #14698 ApiBundle fixes in composer.js (dawkaa)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.13 branch.

Discussion
----------

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.

| Q               | A                                                            |
|-----------------|--------------------------------------------------------------|
| Branch?         | 1.13


Commits
-------

a470cd2 ApiBundle fixes in composer.js
  • Loading branch information
jakubtobiasz committed Jan 23, 2023
2 parents 9573582 + a470cd2 commit 644a9ad
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 644a9ad

Please sign in to comment.