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

Upgrade Infection #472

Merged
merged 17 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3",
"infection/infection": "^0.10",
"infection/infection": "^0.15",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.1",
"symfony/phpunit-bridge": "^4.2 || ^5.0"
Copy link
Member

Choose a reason for hiding this comment

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

out of curiosity why removing the bridge? I think its deprecation helper is quite helpful

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought the library was not used at all. I didn't think about the deprecation helper.
I can make another PR to put it back if you wish.

Copy link
Member

Choose a reason for hiding this comment

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

That would be nice 👍

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done #475

"padraic/humbug_get_contents": "^1.1",
"phpunit/phpunit": "^8.1"
},
"suggest": {
"ext-openssl": "To accelerate private key generation."
Expand All @@ -79,7 +79,7 @@
"config": {
"bin-dir": "bin",
"platform": {
"php": "7.2.0"
"php": "7.2.9"
},
"sort-packages": true
},
Expand Down
Loading