-
Notifications
You must be signed in to change notification settings - Fork 6
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
Bump to PHP 8 #3
Conversation
@toooni |
@ch2877 Yes. PHP 7.2 had it's EOL almost a year ago. And since this update does not offer new features, there is no need to keep it IMO. Don't you think? |
@sprain @eric-reichenbach |
CHANGELOG.md
Outdated
## 1.1.0 (2021-xx-yy) | ||
|
||
* Renamed Mixed to MixedMoney (reserved word as of PHP 7). | ||
* Dropped support for PHP 5.6. |
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.
Dropped support for PHP 5.6.
belongs to v1.0
1.1 would need a notice that support for PHP 7.0 to 7.1 was dropped.
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.
Renamed Mixed to MixedMoney (reserved word as of PHP 7).
Oh … and would this make it a v2.0 as it is a bc break?
Fine by me, once it's merge into master we would just need to add to the change log: "Added support for QR Bills (BankCreditTransferWithCreditorReference, BankCreditTransferWithQRR)" As well as explicitly stating on the readme.md the compatible PHP versions |
Bump to PHP8