summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..d59ea21
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,59 @@
+{
+ "name": "phalcon/cphalcon",
+ "description": "Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.",
+ "keywords": [
+ "extension",
+ "phalcon",
+ "framework",
+ "high load",
+ "mvc"
+ ],
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "doctrine/instantiator": "1.0.5",
+ "phpdocumentor/reflection-docblock": "^2.0",
+ "phpunit/phpunit": "^4.8",
+ "mustache/mustache": "^2.11",
+ "twig/twig": "~1.34",
+ "predis/predis": "^1.1",
+ "codeception/codeception": "^2.3",
+ "codeception/verify": "^0.3",
+ "codeception/specify": "^0.4",
+ "squizlabs/php_codesniffer": "^2.9",
+ "phalcon/zephir": "^0.10"
+ },
+ "license": "BSD-3-Clause",
+ "authors": [
+ {
+ "name": "Phalcon Team",
+ "email": "team@phalconphp.com",
+ "homepage": "https://phalconphp.com/en/team"
+ },
+ {
+ "name": "Contributors",
+ "homepage": "https://github.com/phalcon/cphalcon/graphs/contributors"
+ }
+ ],
+ "autoload-dev": {
+ "psr-4": {
+ "Zephir\\Optimizers\\": "optimizers/",
+ "Phalcon\\Test\\Unit\\": "tests/unit/",
+ "Phalcon\\Test\\Unit5x\\": "tests/unit5x/",
+ "Phalcon\\Test\\Integration\\": "tests/integration/",
+ "Phalcon\\Test\\Module\\": "tests/_support/Module/",
+ "Phalcon\\Test\\Listener\\": "tests/_data/listener/"
+ }
+ },
+ "support": {
+ "issues": "https://github.com/phalcon/cphalcon/issues",
+ "source": "https://github.com/phalcon/cphalcon",
+ "forum": "https://forum.phalconphp.com/",
+ "docs": "https://docs.phalconphp.com/",
+ "wiki": "https://github.com/phalcon/cphalcon/wiki",
+ "irc": "irc://irc.freenode.org/phalconphp",
+ "rss" : "https://blog.phalconphp.com/rss",
+ "email": "support@phalconphp.com"
+ }
+}