-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
713uk13m
authored and
713uk13m
committed
Dec 30, 2018
1 parent
a6c7b2c
commit b2d6215
Showing
6 changed files
with
63 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"name": "nguyenanhung/my-debug", | ||
"type": "library", | ||
"description": "My Debug, Logger Library", | ||
"keywords": [ | ||
"debug", | ||
"logger", | ||
"log" | ||
], | ||
"homepage": "https://github.com/nguyenanhung/my-debug", | ||
"license": "GPL-3.0", | ||
"authors": [ | ||
{ | ||
"name": "Nguyen An Hung", | ||
"email": "dev@nguyenanhung.com", | ||
"homepage": "https://nguyenanhung.com", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"monolog/monolog": "^1.23", | ||
"cocur/slugify": "^1.4.1", | ||
"theseer/directoryscanner": "^1.3", | ||
"symfony/process": "^3.4.17", | ||
"symfony/filesystem": "^3.4.17", | ||
"symfony/polyfill": "^1.9.0", | ||
"doctrine/collections": "1.3.0", | ||
"alchemy/zippy": "^0.4.9" | ||
}, | ||
"require-dev": { | ||
"kint-php/kint": "^3.0" | ||
}, | ||
"suggest": { | ||
"ext-curl": "Needed to support cURL", | ||
"ext-json": "Needed to support JSON", | ||
"ext-iconv": "Needed to support ICONV", | ||
"ext-mbstring": "Needed to support MbString", | ||
"ext-openssl": "Needed to support OpenSSL" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"nguyenanhung\\MyDebug\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Tests\\": "tests/" | ||
} | ||
}, | ||
"config": { | ||
"process-timeout": 0 | ||
}, | ||
"scripts": { | ||
"start": "php -S localhost:8080 -t public", | ||
"test": "phpunit" | ||
} | ||
} |
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