Skip to content

Commit 2c3f065

Browse files
committed
Updated packages and php versions
1 parent 25b2b34 commit 2c3f065

2 files changed

Lines changed: 21 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,19 @@ Initial tagged release
8282

8383
### Fixed
8484
* Nothing
85+
86+
## 3.0.0 - 2020-04-12
87+
88+
Updated packages and php versions
89+
90+
### Added
91+
* Everything
92+
93+
### Deprecated
94+
* Nothing
95+
96+
### Removed
97+
* Nothing
98+
99+
### Fixed
100+
* Nothing

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "DotKernel service creation component through laminas-servicemanager and annotations",
44
"authors": [
55
{
6-
"name": "DotKerenel Team",
6+
"name": "DotKernel Team",
77
"email": "team@dotkernel.com"
88
}
99
],
@@ -19,10 +19,10 @@
1919
"service-manager"
2020
],
2121
"require": {
22-
"php": "^7.2",
23-
"laminas/laminas-servicemanager": "^3.3",
24-
"doctrine/annotations": "^1.6",
25-
"doctrine/cache": "^1.7",
22+
"php": "^7.4",
23+
"laminas/laminas-servicemanager": "^3.4",
24+
"doctrine/annotations": "^1.10",
25+
"doctrine/cache": "^1.10",
2626
"laminas/laminas-dependency-plugin": "^1.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)