1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-17 06:54:15 +01:00

Update travis.yml for PHP 5.3

This commit is contained in:
rlanvin 2017-10-11 11:06:43 +01:00
parent df7ed5e15e
commit d67a4bd27f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,4 @@
dist: precise
language: php
php:
- 5.3

View File

@ -2,13 +2,15 @@
## [Unreleased]
## [1.5.1] - 2017-05-15
- German translation [#38](https://github.com/rlanvin/php-rrule/pull/38)
## [1.5.1] - 2017-05-15
### Fixed
- Throw exception when passing a float instead of an int (e.g. INTERVAL=1.5) instead of casting silently
- Variable name typo [#34](https://github.com/rlanvin/php-rrule/issues/34)
## [1.5.0] - 2017-05-07
### Added