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 92f40ea commit e6c40ba
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
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 e6c40ba

Please sign in to comment.