Skip to content

Commit f852cd3

Browse files
committed
L5.7
1 parent 7203d1e commit f852cd3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `laravel-http-logger` will be documented in this file.
44

5+
## 1.1.3 - 2018-09-04
6+
- Added: Laravel 5.7 compatibility
7+
58
## 1.1.2 - 2018-06-03
69
- Fixed: bug when logging upload requests
710

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "~5.6.0"
20+
"illuminate/support": "~5.6.0|~5.7.0"
2121
},
2222
"require-dev": {
23-
"orchestra/testbench": "~3.6.0",
23+
"orchestra/testbench": "~3.6.0|~3.7.0",
2424
"phpunit/phpunit": "^7.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)