Skip to content

Commit d7a26f9

Browse files
committed
2 parents 051a748 + 5a31c2f commit d7a26f9

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

.travis.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
language: php
22

3-
php: [5.3, 5.4, 5.5, 5.6, hhvm, 7]
3+
php:
4+
- 5.4
5+
- 5.5
6+
- 5.6
7+
- 7.0
8+
- 7.1
9+
- 7.2
10+
- nightly
11+
12+
matrix:
13+
include:
14+
- php: 5.3
15+
dist: precise
16+
allow_failures:
17+
- php: nightly
418

519
before_script:
6-
- composer install --dev --prefer-source
20+
- composer install --prefer-source
721

822
script: php test/test.php
923

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
...
77

8+
## [1.3.1] - 2019-01-15
9+
### Added
10+
* Added missing "RangeAnnotation" to demo script by [@lsces].
11+
* Added "PropertyAnnotation" implementation by [@jcheron].
12+
13+
### Changed
14+
* Added slash added before PHP global functions to improve namespace resolution speed by [@jcheron].
15+
816
## [1.3.0] - 2016-02-14
917
### Added
1018
* Run tests on PHP 7 as well.
@@ -65,3 +73,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6573
[1.2.0]: https://github.com/php-annotations/php-annotations/compare/v1.1.0...v1.2.0
6674
[1.1.0]: https://github.com/php-annotations/php-annotations/compare/v1.0.0...v1.1.0
6775
[@benesch]: https://github.com/benesch
76+
[@lsces]: https://github.com/lsces
77+
[@jcheron]: https://github.com/jcheron

0 commit comments

Comments
 (0)