Skip to content

Commit 1bf3fa1

Browse files
committed
update php dependencies
1 parent e1b5782 commit 1bf3fa1

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22
php:
33
- 5.6
4-
- 7.0
5-
- 7.1
6-
- 7.2
4+
- 7.3
75

86
addons:
97
code_climate:

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.16.0
4+
- fix PHP Notice during view render method, when not all class poperties are set
5+
6+
## 0.15.0
7+
- code refacture required to work with php7 and new DocBlock Api
8+
9+
## 0.14.0
10+
11+
- update project dependecies
12+
13+
## 0.13.0
14+
15+
- recognise native php methods in class parser and include them in class documentation
16+
17+
## 0.12.0
18+
19+
- Add "void" if no return values available
20+
- fix for formatting of multiple @throws tags
21+
322
## 0.11.0
423

524
- feature: add links to methods for bitbucket server markdown

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"minimum-stability": "dev",
88
"prefer-stable" : true,
99
"require": {
10-
"phpdocumentor/reflection-docblock": "^3.0.2|^4.0",
10+
"phpdocumentor/reflection-docblock": "^3|^4",
1111
"clean/view": "0.1.0",
1212
"clean/phpatlas": "0.1.0"
1313
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)