Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dipudey committed Jul 26, 2022
1 parent 84dbc84 commit db80854
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"description": "simplified logging for laravel",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/codeboxrcodehub/writelog",
"keywords": [
"Laravel",
"log",
"writelog"
],
"autoload": {
"psr-4": {
"Codeboxr\\Writelog\\": "src/"
Expand All @@ -18,7 +24,10 @@
}
],
"minimum-stability": "dev",
"require": {},
"require": {
"php": "^7.2|^7.3|^8.0|^8.1",
"illuminate/support": "~5|~6|~7|~8"
},
"extra": {
"laravel": {
"providers": [
Expand Down

0 comments on commit db80854

Please sign in to comment.