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.

40 lines
1000 B

2 years ago
  1. {
  2. "name": "jaeger/querylist",
  3. "description": "Simple, elegant, extensible PHP Web Scraper (crawler/spider),Use the css3 dom selector,Based on phpQuery! 简洁、优雅、可扩展的PHP采集工具(爬虫),基于phpQuery。",
  4. "keywords":["QueryList","phpQuery","spider"],
  5. "homepage": "http://querylist.cc",
  6. "require": {
  7. "PHP":">=7.1",
  8. "jaeger/phpquery-single": "^1",
  9. "jaeger/g-http": "^1.1",
  10. "ext-dom": "*",
  11. "tightenco/collect": ">5.0"
  12. },
  13. "suggest":{
  14. },
  15. "license": "MIT",
  16. "authors": [
  17. {
  18. "name": "Jaeger",
  19. "email": "JaegerCode@gmail.com"
  20. }
  21. ],
  22. "autoload":{
  23. "psr-4":{
  24. "QL\\":"src"
  25. }
  26. },
  27. "autoload-dev": {
  28. "psr-4": {
  29. "Tests\\": "tests/"
  30. }
  31. },
  32. "require-dev": {
  33. "symfony/var-dumper": "^3.3",
  34. "phpunit/phpunit": "^8.5"
  35. },
  36. "scripts": {
  37. "test": "./vendor/bin/phpunit"
  38. }
  39. }