用PHP编写的EnPHP解码器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
308 B

4 years ago
  1. {
  2. "name": "ganlvtech/php-enphp-decoder",
  3. "license": "GPL-3.0",
  4. "authors": [
  5. {
  6. "name": "Ganlv",
  7. "email": "ganlvtech@qq.com"
  8. }
  9. ],
  10. "autoload": {
  11. "psr-4": {
  12. "Ganlv\\EnphpDecoder\\": "src"
  13. }
  14. },
  15. "require": {
  16. "ext-zlib": "*",
  17. "nikic/php-parser": "^4.2"
  18. }
  19. }