2
0
mirror of https://github.com/narkoz/hacker-scripts synced 2025-08-24 03:17:11 +00:00

require phpdotenv

This commit is contained in:
Yudi Purwanto 2015-12-01 16:31:24 +07:00
parent 617122acaa
commit 66de802d29

View File

@ -1,5 +1,6 @@
{ {
"require": { "require": {
"bestnetwork/telnet": "^1.0" "bestnetwork/telnet": "^1.0",
"vlucas/phpdotenv": "^2.0"
} }
} }