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

Add PHP 8-only support (v2) #55

Merged
merged 12 commits into from
Mar 31, 2021
Merged

Add PHP 8-only support (v2) #55

merged 12 commits into from
Mar 31, 2021

Conversation

patinthehat
Copy link
Contributor

This PR adds a new major version, v2.0.0.

Specifically, it:

  • Removes support for all PHP 7.x versions.
  • Requires PHP 8.0+.
  • All syntax converted to PHP 8 where possible.
  • Removes unnecessary PHP docblocks per Spatie's guidelines.
  • Moves exception classes to an "Exceptions" directory to match the structure of other packages.
  • Adds config & github workflow for php-cs-fixer.
  • Updates the location of CONTRIBUTING.md.
  • Updates the readme with minor adjustments from spatie/package-skeleton-php.
  • Updates the changelog - release date needs to be updated, currently is "unreleased".

@patinthehat patinthehat requested a review from freekmurze March 29, 2021 09:13
@patinthehat
Copy link
Contributor Author

ping @freekmurze

@freekmurze freekmurze merged commit 109870f into spatie:master Mar 31, 2021
@freekmurze
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants