Skip to content

Commit

Permalink
src folder + composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
coccoinomane committed May 4, 2018
1 parent c802840 commit 97aa895
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "idearia/php-logger",
"description": "Simple logger class for PHP with time tracking",
"keywords": ["log", "logging", "time-tracking"],
"type": "library",
"license": "GPL3",
"authors": [
{
"name": "Guido Walter Pettinari",
"email": "[email protected]",
"homepage": "https://www.idearia.it",
"role": "Developer"
},
{
"name": "Alex Bostan",
"email": "[email protected]",
"homepage": "https://www.idearia.it",
"role": "Developer"
}
],
"homepage": "https://github.com/Idearia/php-logger",
"require": {
"php": "^7.0"
},
"autoload": {
"psr-4": {"Idearia\\": "src/"}
}
}
File renamed without changes.

0 comments on commit 97aa895

Please sign in to comment.