Skip to content

Commit 78765fd

Browse files
author
bidi
committed
updated dependencies to latest version
1 parent dce6ef4 commit 78765fd

4 files changed

Lines changed: 31 additions & 7 deletions

File tree

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
clover.xml
2+
coveralls-upload.json
3+
phpunit.xml
4+
15
# Created by .ignore support plugin (hsz.mobi)
26
### JetBrains template
37
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
48
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
59

6-
# User-specific stuff:
10+
# Admin-specific stuff:
711
.idea
812

913
## File-based project format:
@@ -25,10 +29,11 @@ com_crashlytics_export_strings.xml
2529
crashlytics.properties
2630
crashlytics-build.properties
2731
fabric.properties
32+
2833
### Composer template
2934
composer.phar
3035
/vendor/
3136

3237
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
3338
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
34-
composer.lock
39+
composer.lock

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 3.0.1 - 2020-04-22
2+
3+
### Changed
4+
* Updated 3rd party dependencies to latest version
5+
* Updated License
6+
* Updated .gitignore
7+
8+
### Added
9+
* Nothing
10+
11+
### Deprecated
12+
* Nothing
13+
14+
### Removed
15+
* Nothing
16+
17+
### Fixed
18+
* Nothing
19+
120
## 3.0.0 - 2020-04-09
221

322
### Changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2018 DotKernel
3+
Copyright (c) 2020 Apidemia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "Logging Error Handler for Middleware Applications",
44
"type": "library",
55
"require": {
6-
"laminas/laminas-diactoros": "^2.0",
7-
"mezzio/mezzio": "^3.0",
8-
"laminas/laminas-log": "^2.10",
6+
"laminas/laminas-diactoros": "^2.2",
7+
"mezzio/mezzio": "^3.2",
8+
"laminas/laminas-log": "^2.12",
99
"dotkernel/dot-log": "^3.0",
1010
"psr/http-message": "^1.0",
1111
"psr/container": "^1.0",

0 commit comments

Comments
 (0)