composer.json 285 B

123456789101112131415
  1. {
  2. "require-dev": {
  3. "phpunit/phpunit": "3.7.*",
  4. "mockery/mockery": "0.9.*",
  5. "lionsad/service_container": "dev-7.x-1.x"
  6. },
  7. "autoload": {
  8. "psr-4": {
  9. "Drupal\\openlayers\\": "../src/",
  10. "Drupal\\Tests\\openlayers\\": "src/"
  11. }
  12. },
  13. "require": {
  14. }
  15. }