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 84dbc84 commit db80854Copy full SHA for db80854
composer.json
@@ -3,6 +3,12 @@
3
"description": "simplified logging for laravel",
4
"type": "library",
5
"license": "MIT",
6
+ "homepage": "https://github.com/codeboxrcodehub/writelog",
7
+ "keywords": [
8
+ "Laravel",
9
+ "log",
10
+ "writelog"
11
+ ],
12
"autoload": {
13
"psr-4": {
14
"Codeboxr\\Writelog\\": "src/"
@@ -18,7 +24,10 @@
18
24
}
19
25
],
20
26
"minimum-stability": "dev",
21
- "require": {},
27
+ "require": {
28
+ "php": "^7.2|^7.3|^8.0|^8.1",
29
+ "illuminate/support": "~5|~6|~7|~8"
30
+ },
22
31
"extra": {
23
32
"laravel": {
33
"providers": [
0 commit comments