Skip to content

Commit

Permalink
Merge pull request #25 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
Release version 2.0.0
  • Loading branch information
nguyenanhung authored Oct 2, 2020
2 parents 6783074 + 91b874f commit a25a002
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# My Debug

Logger with Monolog
## Support
If any question & request, please contact following information

Dump by kint-php/kint
| Name | Email | Skype | Facebook |
| ----------- | -------------------- | ---------------- | ------------- |
| Hung Nguyen | dev@nguyenanhung.com | nguyenanhung5891 | @nguyenanhung |

Custom by dev@nguyenanhung.com
From Vietnam with Love <3
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"ext-json": "*",
"monolog/monolog": "^1.23",
"cocur/slugify": "^1.4.1",
"monolog/monolog": "^2.0",
"cocur/slugify": "^4.0",
"theseer/directoryscanner": "^1.3",
"symfony/process": "^3.4",
"symfony/filesystem": "^3.4",
"symfony/polyfill": "^1.9",
"doctrine/collections": "1.3.0",
"alchemy/zippy": "^0.4.9"
"symfony/process": "^4.4",
"symfony/filesystem": "^4.4",
"symfony/polyfill": "^1.18",
"doctrine/collections": "^1.4",
"alchemy/zippy": "^0.4"
},
"require-dev": {
"kint-php/kint": "^3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface ProjectInterface
{
const VERSION = '1.0.5';
const VERSION = '2.0.0';

/**
* Hàm lấy thông tin phiên bản Packages
Expand Down

0 comments on commit a25a002

Please sign in to comment.