summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-20 13:14:51 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-20 13:14:51 +0200
commit1566b328652bf5cc405f07f78fd54f712239c3b9 (patch)
treeedbee36e3dc4b4af5b1d21069c71f2586ba8a321 /composer.json
parent28b58ab6850ced458e6bd894cf0934c819004a58 (diff)
php-nette-application: 2.3.13
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..583d342
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,42 @@
+{
+ "name": "nette/application",
+ "description": "Nette Application MVC Component",
+ "homepage": "https://nette.org",
+ "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
+ "authors": [
+ {
+ "name": "David Grudl",
+ "homepage": "https://davidgrudl.com"
+ },
+ {
+ "name": "Nette Community",
+ "homepage": "https://nette.org/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.1",
+ "nette/component-model": "~2.2",
+ "nette/http": "~2.2",
+ "nette/reflection": "~2.2",
+ "nette/security": "~2.2",
+ "nette/utils": "~2.2"
+ },
+ "suggest": {
+ "nette/forms": "Allows to use Nette\\Application\\UI\\Form",
+ "latte/latte": "Allows using Latte in templates"
+ },
+ "require-dev": {
+ "nette/tester": "~1.3",
+ "nette/di": "~2.3",
+ "nette/forms": "~2.2",
+ "nette/robot-loader": "~2.2",
+ "latte/latte": "~2.3.9"
+ },
+ "conflict": {
+ "nette/nette": "<2.2"
+ },
+ "autoload": {
+ "classmap": ["src/"]
+ },
+ "minimum-stability": "dev"
+}