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

makes namespaces psr4 compliant #776

Open
wants to merge 63 commits into
base: master
Choose a base branch
from
Open

makes namespaces psr4 compliant #776

wants to merge 63 commits into from

Conversation

zghosts
Copy link
Member

@zghosts zghosts commented Mar 6, 2019

No description provided.

@zghosts zghosts removed the WIP Work in Progress (DO NOT MERGE) label Jun 3, 2019
@zghosts zghosts requested a review from a team June 5, 2019 23:56
composer.json Outdated
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^1.0",
"phpunit/phpunit": "^8.0",
"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 did we downgrade phpunit here?

Copy link
Member Author

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.

@iansltx
Copy link
Contributor

iansltx commented Jun 8, 2019

@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.

@zghosts
Copy link
Member Author

zghosts commented Jun 9, 2019

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.

@zghosts zghosts added the WIP Work in Progress (DO NOT MERGE) label Jun 10, 2019
@afilina
Copy link

afilina commented Apr 23, 2024

This looks like a stale PR. I would recommend closing it and revisit the topic at a later time.

@iansltx
Copy link
Contributor

iansltx commented Apr 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work in Progress (DO NOT MERGE)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants