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

Standalone tools #789

Merged
merged 19 commits into from
Aug 3, 2020
Merged

Standalone tools #789

merged 19 commits into from
Aug 3, 2020

Conversation

veewee
Copy link
Contributor

@veewee veewee commented Jul 15, 2020

Q A
Branch master
Bug fix? no
New feature? no
BC breaks? yes: types + php
Deprecations? no
Documented? no
Fixed tickets #769, #767

❗ Dropped support for PHP 72 (because of dependencies and since it is in security fixes only mode untill the end of the year)

  • This PR upgrades phpunit, phpspec, paratest, ...
  • Phpcs, psalm and composer-normalize are placed inside the repository as standalone tools (through phive)
  • Psalm level 3 issues are fixed with type detection of 96%

Phpunit could not be used as a standalone tool, since we require the prophecy bridge which is also linked to phpspec.

@veewee veewee added this to the 0.20.0 milestone Jul 15, 2020
@veewee
Copy link
Contributor Author

veewee commented Jul 17, 2020

CI issues are related to vimeo/psalm#2858

@veewee
Copy link
Contributor Author

veewee commented Aug 3, 2020

Awaiting #790 so that we can use composer-normalize as standalone tool.

@veewee veewee merged commit a0a9a33 into phpro:master Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant