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

7) Fix getTables request #75

Merged
merged 14 commits into from
Jan 4, 2019
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"keboola/php-csv-db-import": "~2.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.6.*",
"phpunit/phpunit": "^7.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why the upgrade? And why not upgrade anything else (cs, phpstan)? I have to say I much prefer to create separate PR for any non-related changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There must have been a reason, I think to match with the common-lib version, but you're right, should have been better done somewhere else. Shall I move it, or can we keep it just this once ;-)

Copy link
Contributor

Choose a reason for hiding this comment

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

image

Keep it :)

"codeclimate/php-test-reporter": "^0.3",
"keboola/coding-standard": "^6.0",
"keboola/storage-api-client": "^4.14",
Expand Down
Loading