Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 30, 2012
1 parent 1fadacf commit 36f9fd2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
@@ -0,0 +1,24 @@
{
"name": "nette/sandbox",
"description": "The sandbox is a pre-packaged Nette Framework project, basic configured structure for your application.",
"keywords": ["framework", "mvc", "debugging", "templating", "database", "dbal", "forms", "latte", "neon", "mailing", "images", "micro"],
"homepage": "http://nette.org",
"license": ["BSD-3", "GPLv2", "GPLv3"],
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://github.com/nette/nette/contributors"
}
],
"config": {
"vendor-dir": "libs"
},
"require": {
"php": ">= 5.3.0",
"nette/nette": ">= 2.0.4"
}
}

0 comments on commit 36f9fd2

Please sign in to comment.