installed.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "packages": [
  3. {
  4. "name": "php-webdriver/webdriver",
  5. "version": "1.1.1",
  6. "version_normalized": "1.1.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/php-webdriver/php-webdriver.git",
  10. "reference": "1c98108ba3eb435b681655764de11502a0653705"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/1c98108ba3eb435b681655764de11502a0653705",
  15. "reference": "1c98108ba3eb435b681655764de11502a0653705",
  16. "shasum": "",
  17. "mirrors": [
  18. {
  19. "url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
  20. "preferred": true
  21. }
  22. ]
  23. },
  24. "require": {
  25. "php": ">=5.3.19"
  26. },
  27. "require-dev": {
  28. "phpunit/phpunit": "4.6.*"
  29. },
  30. "suggest": {
  31. "phpdocumentor/phpdocumentor": "2.*"
  32. },
  33. "time": "2015-12-31T15:58:49+00:00",
  34. "type": "library",
  35. "installation-source": "dist",
  36. "autoload": {
  37. "psr-4": {
  38. "Facebook\\WebDriver\\": "lib/"
  39. }
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "Apache-2.0"
  44. ],
  45. "description": "A PHP client for WebDriver",
  46. "homepage": "https://github.com/facebook/php-webdriver",
  47. "keywords": [
  48. "facebook",
  49. "php",
  50. "selenium",
  51. "webdriver"
  52. ],
  53. "support": {
  54. "forum": "https://www.facebook.com/groups/phpwebdriver/",
  55. "issues": "https://github.com/facebook/php-webdriver/issues",
  56. "source": "https://github.com/facebook/php-webdriver"
  57. },
  58. "install-path": "../php-webdriver/webdriver"
  59. }
  60. ],
  61. "dev": true,
  62. "dev-package-names": []
  63. }