Advertisement
Northys

Untitled

Apr 4th, 2014
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name": "nette/sandbox",
  3.     "description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application.",
  4.     "homepage": "http://nette.org",
  5.     "type": "project",
  6.     "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
  7.     "authors": [
  8.         {
  9.             "name": "David Grudl",
  10.             "homepage": "http://davidgrudl.com"
  11.         },
  12.         {
  13.             "name": "Nette Community",
  14.             "homepage": "http://nette.org/contributors"
  15.         }
  16.     ],
  17.     "require": {
  18.         "php": ">= 5.3.7",
  19.         "nette/nette": "~2.1.0",
  20.         "dg/adminer-custom": "1.*"
  21.     },
  22.     "require-dev": {
  23.         "nette/tester": "~1.0.0"
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement