Skip to content

Commit

Permalink
Cleaned Composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Dec 28, 2017
1 parent 72ff9d4 commit 7a4a26d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"name": "phalcon/zephir",
"description": "Zephir is a compiled high level language aimed to the creation of C-extensions for PHP",
"keywords": ["extension", "zephir", "phalcon"],
"keywords": [
"extension",
"zephir",
"phalcon",
"internals"
],
"homepage": "https://zephir-lang.com/",
"license": "MIT",
"authors": [
{
"name": "Zephir Team",
"email": "team@phalconphp.com",
"email": "team@zephir-lang.com",
"homepage": "https://zephir-lang.com/"
},
{
Expand All @@ -22,7 +27,7 @@
"docs": "https://docs.zephir-lang.com/"
},
"require": {
"php": ">=5.4",
"php": ">=5.5",
"ext-json": "*",
"ext-hash": "*",
"ext-ctype": "*",
Expand All @@ -32,18 +37,13 @@
"ext-gmp": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"squizlabs/php_codesniffer": "^2.8",
"squizlabs/php_codesniffer": "^3.2",
"phpunit/phpunit": "^4.8"
},
"autoload": {
"psr-4": {
"Zephir\\": "Library"
}
},
"bin": ["bin/zephir"],
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
"bin": ["bin/zephir"]
}

0 comments on commit 7a4a26d

Please sign in to comment.