Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApiBundle fixes in composer.js #14698

Merged
merged 1 commit into from Jan 23, 2023
Merged

ApiBundle fixes in composer.js #14698

merged 1 commit into from Jan 23, 2023

Conversation

dawkaa
Copy link
Contributor

@dawkaa dawkaa commented Jan 11, 2023

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

@dawkaa dawkaa requested a review from a team as a code owner January 11, 2023 10:33
@probot-autolabeler probot-autolabeler bot added the API APIs related issues and PRs. label Jan 11, 2023
Copy link
Member

@jakubtobiasz jakubtobiasz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also rebase on top of current 1.13 branch as we fixed the root of problem with failing tests.

@@ -44,7 +44,8 @@
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/http-client": "^5.4 || ^6.0",
"symfony/webpack-encore-bundle": "^1.15",
"theofidry/alice-data-fixtures": "^1.4"
"theofidry/alice-data-fixtures": "^1.4",
"ext-sqlite3": "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep alphabetical order please :).

Copy link
Contributor Author

@dawkaa dawkaa Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes i see @jakubtobiasz, and fixed it

@dawkaa
Copy link
Contributor Author

dawkaa commented Jan 13, 2023

i rebased and pushed

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.
@jakubtobiasz
Copy link
Member

Thanks, @dawkaa! 🎉

@dawkaa
Copy link
Contributor Author

dawkaa commented Jan 24, 2023

😁😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API APIs related issues and PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants