Skip to content

Commit 96184ae

Browse files
authored
Merge pull request #6 from dotkernel/develop
update required dependencies
2 parents bc7e0f5 + 7b30427 commit 96184ae

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 1.1.1 - 2018-05-03
2+
3+
### Changed
4+
* updated required dependencies
5+
6+
### Added
7+
* Nothing
8+
9+
### Deprecated
10+
* Nothing
11+
12+
### Removed
13+
* Nothing
14+
15+
### Fixed
16+
* Nothing
17+
18+
119
## 1.1.0 - 2017-03-15
220

321
### Changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "DotKernel service creation component through zend-servicemanager and annotations",
44
"authors": [
55
{
6-
"name": "n3vrax",
7-
"email": "tibi@apidemia.com"
6+
"name": "DotKerenel Team",
7+
"email": "team@dotkernel.com"
88
}
99
],
1010
"type": "library",
@@ -21,8 +21,8 @@
2121
"require": {
2222
"php": "^7.1",
2323
"zendframework/zend-servicemanager": "^3.3",
24-
"doctrine/annotations": "^1.3",
25-
"doctrine/cache": "^1.6"
24+
"doctrine/annotations": "^1.6",
25+
"doctrine/cache": "^1.7"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^4.7",

0 commit comments

Comments
 (0)