Advertisement
Guest User

Untitled

a guest
Jun 26th, 2014
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "name": "silverstripe/installer",
  3. "description": "The SilverStripe Framework Installer",
  4. "require": {
  5. "php": ">=5.3.2",
  6. "silverstripe/cms": "3.1.5",
  7. "silverstripe/framework": "3.1.5",
  8. "silverstripe-themes/simple": "*",
  9. "burnbright/silverstripe-omnipay": "dev-master",
  10. "omnipay/paypal": "~2.0"
  11. },
  12. "config": {
  13. "process-timeout": 600
  14. },
  15. "minimum-stability": "dev"
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement