We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7203d1e commit f852cd3Copy full SHA for f852cd3
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to `laravel-http-logger` will be documented in this file.
4
5
+## 1.1.3 - 2018-09-04
6
+- Added: Laravel 5.7 compatibility
7
+
8
## 1.1.2 - 2018-06-03
9
- Fixed: bug when logging upload requests
10
composer.json
@@ -17,10 +17,10 @@
17
],
18
"require": {
19
"php": "^7.1",
20
- "illuminate/support": "~5.6.0"
+ "illuminate/support": "~5.6.0|~5.7.0"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "~3.6.0",
+ "orchestra/testbench": "~3.6.0|~3.7.0",
24
"phpunit/phpunit": "^7.0"
25
26
"autoload": {
0 commit comments