We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800af50 commit 5745ab1Copy full SHA for 5745ab1
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "alimranahmed/hit-logger",
3
- "description": "Laravel 5 request and response logger. Highly encouraged from spatie/laravel-http-logger",
+ "description": "Laravel request and response logger. Highly encouraged from spatie/laravel-http-logger",
4
"license": "MIT",
5
"authors": [
6
@@ -11,7 +11,7 @@
11
],
12
"minimum-stability": "dev",
13
"require": {
14
- "php": "^7.1"
+ "php": "^7.1|^8.0.2"
15
},
16
"autoload": {
17
"psr-4": {
0 commit comments