迁移过来
Showing
+77 -0
composer.json
0 → 100755
{ | ||
"name": "yjtec/pwd", | ||
"description": "pwd check create", | ||
"type": "library", | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "kidkang", | ||
"email": "723616880@qq.com" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Yjtec\\Pwd\\":"src/" | ||
} | ||
}, | ||
"minimum-stability": "dev", | ||
"require": { | ||
"yjtec/support": "1.0.*" | ||
}, | ||
"require-dev": { | ||
} | ||
} |
example/pwd.php
0 → 100644
src/Pwd.php
0 → 100755
tests/PwdTest.php
0 → 100755
Please register or sign in to comment