Skip to content

Commit

Permalink
Cleaned composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Nov 26, 2016
1 parent 0527bd9 commit c0dfcd8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions composer.json
@@ -1,13 +1,14 @@
{
"name": "phalcon/zephir",
"description": "Zephir is a compiled high level language aimed to the creation of C-extensions for PHP",
"keywords": ["extension"],
"homepage": "http://zephir-lang.com/",
"keywords": ["extension", "zephir", "phalcon"],
"homepage": "https://zephir-lang.com/",
"license": "MIT",
"authors": [
{
"name": "Zephir Team",
"homepage": "http://zephir-lang.com/"
"email": "team@phalconphp.com",
"homepage": "https://zephir-lang.com/"
},
{
"name": "Contributors",
Expand All @@ -18,7 +19,7 @@
"issues": "https://github.com/phalcon/zephir/issues?state=open",
"source": "https://github.com/phalcon/zephir",
"forum": "https://forum.zephir-lang.com/",
"docs": "http://docs.zephir-lang.com/"
"docs": "https://docs.zephir-lang.com/"
},
"require": {
"php": ">=5.4",
Expand Down

0 comments on commit c0dfcd8

Please sign in to comment.