mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
Added helpers-exceptions-readabletrace package
This commit is contained in:
parent
38b75f4d8e
commit
feb7956bb0
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
"pointybeard/helpers-functions-strings": "~1.1",
|
||||
"pointybeard/helpers-functions-flags": "~1.0",
|
||||
"pointybeard/helpers-functions-arrays": "~1.0",
|
||||
"pointybeard/helpers-functions-debug": "~1.0"
|
||||
"pointybeard/helpers-functions-debug": "~1.0",
|
||||
"pointybeard/helpers-exceptions-readabletrace": "~1.0.0"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/pointybeard/helpers-functions-cli/issues",
|
||||
|
|
@ -26,6 +27,9 @@
|
|||
},
|
||||
"minimum-stability": "stable",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"pointybeard\\Helpers\\Functions\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/Cli/Cli.php"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue