1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00

Add support for PHP 7.3

This commit is contained in:
rlanvin 2019-01-14 02:04:42 +00:00
parent 5e84e08893
commit 90af29e79b
2 changed files with 8 additions and 2 deletions

View File

@ -4,6 +4,7 @@ php:
- 7.0
- 7.1
- 7.2
- 7.3
install:
- composer install -n
script:

View File

@ -2,6 +2,10 @@
## [Unreleased]
## [2.0.0] - 2019-03-16
- Add support for PHP 7.3
## [2.0.0-rc1] - 2019-01-13
- Rewrite the core algorithm to use a native PHP generator, drop compability with PHP < 5.6 [#43](https://github.com/rlanvin/php-rrule/issues/43)
@ -163,8 +167,9 @@
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0-rc1...HEAD
[1.6.3]: https://github.com/rlanvin/php-rrule/compare/v1.6.3...v2.0.0-rc1
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/rlanvin/php-rrule/compare/v2.0.0-rc1...v2.0.0
[2.0.0-rc1]: https://github.com/rlanvin/php-rrule/compare/v1.6.3...v2.0.0-rc1
[1.6.3]: https://github.com/rlanvin/php-rrule/compare/v1.6.2...v1.6.3
[1.6.2]: https://github.com/rlanvin/php-rrule/compare/v1.6.1...v1.6.2
[1.6.1]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...v1.6.1