-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from apolloeleven/change-project-name
Change project name
- Loading branch information
Showing
4 changed files
with
30 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
{ | ||
"name": "apollo11/cli-logger", | ||
"description": "Log any cli errors", | ||
"name": "apollo11/file-logger", | ||
"description": "Log any errors in file", | ||
"license": "Apache-2.0", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Giorgi Keshikashvili", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Levan Khvedelidze", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { "apollo11\\cliLogger\\": "" } | ||
"psr-4": { "apollo11\\fileLogger\\": "" } | ||
}, | ||
"require": { | ||
"php": ">=5.6" | ||
|