-
Notifications
You must be signed in to change notification settings - Fork 172
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
makes namespaces psr4 compliant #776
base: master
Are you sure you want to change the base?
Conversation
…aintValidatorFactory
…aintValidatorFactory
composer.json
Outdated
}, | ||
"require-dev": { | ||
"jakub-onderka/php-parallel-lint": "^1.0", | ||
"phpunit/phpunit": "^8.0", | ||
"phpunit/phpunit": "^7.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we downgrade phpunit here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
symfony formtype tests are failing because of strict types in phpunit 8.0, I can upgrade the components we use to 3.4, which would be out of scope for this pr, but it would solve the phpunit problems.
@zghosts Cleaned up a couple minor things that Storm flagged as I was cross-checking changes there. If you'd rather back those out, feel free to rebase 'em back out and I'll submit a PR for them separately. Beyond that, my only question is why we're bumping PHPUnit versions down. Otherwise, lgtm, though I'd like to be clear of major confs before we deploy, just in case. |
Adding the changes to this pr is fine by me, we should deploy to staging first and test the crap out of it before we deploy to production. |
This looks like a stale PR. I would recommend closing it and revisit the topic at a later time. |
This looks like it incorporates the Symfony 3.4 change, and maybe dep updates, so we'll want to merge this after those two land. Maybe that could happen next week, but that depends on re-rollls of the other two. My guess is it wouldn't take a ton of work since the codebase basically hasn't changed in quite awhile. |
No description provided.