Advertisement
Guest User

Untitled

a guest
Jun 18th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. "name": "silverstripe/framework",
  2. "type": "silverstripe-module",
  3. "description": "The SilverStripe framework",
  4. "homepage": "http://silverstripe.org",
  5. "license": "BSD-3-Clause",
  6. "keywords": ["silverstripe", "framework"],
  7. "authors": [
  8. {
  9. "name": "SilverStripe",
  10. "homepage": "http://silverstripe.com"
  11. },
  12. {
  13. "name": "The SilverStripe Community",
  14. "homepage": "http://silverstripe.org"
  15. }
  16. ],
  17. "require": {
  18. "php": ">=5.3.2",
  19. "composer/installers": "*"
  20. },
  21. "autoload": {
  22. "classmap": ["tests/behat/features/bootstrap"]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement