mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-04-08 23:53:48 +02:00
Add support for PHP 7.3
This commit is contained in:
parent
5e84e08893
commit
90af29e79b
@ -4,6 +4,7 @@ php:
|
|||||||
- 7.0
|
- 7.0
|
||||||
- 7.1
|
- 7.1
|
||||||
- 7.2
|
- 7.2
|
||||||
|
- 7.3
|
||||||
install:
|
install:
|
||||||
- composer install -n
|
- composer install -n
|
||||||
script:
|
script:
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.0.0] - 2019-03-16
|
||||||
|
|
||||||
|
- Add support for PHP 7.3
|
||||||
|
|
||||||
## [2.0.0-rc1] - 2019-01-13
|
## [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)
|
- 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).
|
- First release, everything before that was unversioned (`dev-master` was used).
|
||||||
|
|
||||||
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0-rc1...HEAD
|
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v2.0.0...HEAD
|
||||||
[1.6.3]: https://github.com/rlanvin/php-rrule/compare/v1.6.3...v2.0.0-rc1
|
[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.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.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
|
[1.6.1]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...v1.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user