Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 4e3ece9

Browse files
committed
Merge branch 'feature/95' into develop
Close #95
2 parents 440eb0b + 97dc3d2 commit 4e3ece9

File tree

5 files changed

+231
-101
lines changed

5 files changed

+231
-101
lines changed

CHANGELOG.md

+2-24
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,15 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Releases prior to 1.2.0 did not have entries.
66

7-
## 1.4.0 - TBD
7+
## 1.4.0 - 2019-01-09
88

99
### Added
1010

1111
- Nothing.
1212

1313
### Changed
1414

15-
- Nothing.
16-
17-
### Deprecated
18-
19-
- Nothing.
20-
21-
### Removed
22-
23-
- Nothing.
24-
25-
### Fixed
26-
27-
- Nothing.
28-
29-
## 1.3.2 - TBD
30-
31-
### Added
32-
33-
- Nothing.
34-
35-
### Changed
36-
37-
- Nothing.
15+
- [#95](https://github.com/zendframework/zenddiagnostics/pull/95) changes the minimum supported version of sensiolabs/security-checker from 1.3 to 5.0.
3816

3917
### Deprecated
4018

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"php-amqplib/php-amqplib": "^2.0",
2828
"phpunit/phpunit": "^5.7.27 || 6.5.8 || ^7.1.2",
2929
"predis/predis": "^1.0",
30-
"sensiolabs/security-checker": "^1.3",
30+
"sensiolabs/security-checker": "^5.0",
3131
"symfony/yaml": "^2.7 || ^3.0 || ^4.0",
3232
"zendframework/zend-coding-standard": "~1.0.0",
3333
"zendframework/zend-loader": "^2.0"

0 commit comments

Comments
 (0)