Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeCulea authored Aug 27, 2019
1 parent e6c40ba commit f68eadd
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{
name: "maximeculea/logger",
license: "GPL-3.0",
description: "A simple PHP logger for WordPress.",
authors: [
{
name: "Maxime Culea",
homepage: "https://maximeculea.fr"
}
],
require: {
composer/installers: "~1.0"
},
autoload: {
files: [ "logger.php" ]
}
"name":"maximeculea/logger",
"license":"GPL-3.0",
"description":"A simple PHP logger for WordPress.",
"authors":[
{
"name":"Maxime Culea",
"homepage":"https://maximeculea.fr"
}
],
"require":{
"composer/installers":"~1.0"
},
"autoload":{
"files":[
"logger.php"
]
}
}

0 comments on commit f68eadd

Please sign in to comment.