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

Commit 79d0b7d

Browse files
committed
Merging develop to master in preparation for 1.4.0 release.
2 parents 84d3609 + 81af0b9 commit 79d0b7d

File tree

5 files changed

+233
-81
lines changed

5 files changed

+233
-81
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +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.3.2 - TBD
7+
## 1.4.0 - 2019-01-09
88

99
### Added
1010

1111
- Nothing.
1212

1313
### Changed
1414

15-
- 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.
1616

1717
### Deprecated
1818

composer.json

+3-3
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"
@@ -56,8 +56,8 @@
5656
},
5757
"extra": {
5858
"branch-alias": {
59-
"dev-master": "1.3.x-dev",
60-
"dev-develop": "1.4.x-dev"
59+
"dev-master": "1.4.x-dev",
60+
"dev-develop": "1.5.x-dev"
6161
}
6262
},
6363
"scripts": {

0 commit comments

Comments
 (0)