Skip to content

Commit

Permalink
Normalize composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 5, 2018
1 parent 1506a08 commit 3c08528
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,43 +7,45 @@
"phalcon",
"internals"
],
"homepage": "https://zephir-lang.com/",
"homepage": "https://zephir-lang.com",
"license": "MIT",
"authors": [
{
"name": "Zephir Team",
"email": "[email protected]",
"homepage": "https://zephir-lang.com/"
"homepage": "https://zephir-lang.com"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/zephir/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/phalcon/zephir/issues?state=open",
"source": "https://github.com/phalcon/zephir",
"forum": "https://forum.zephir-lang.com/",
"docs": "https://docs.zephir-lang.com/"
},
"require": {
"php": ">=5.5",
"ext-json": "*",
"ext-hash": "*",
"ext-ctype": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-xml": "*"
},
"require-dev": {
"ext-gmp": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"squizlabs/php_codesniffer": "^3.2",
"phpunit/phpunit": "^4.8|^5.7"
"phpunit/phpunit": "^4.8 || ^5.7",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
"psr-4": {
"Zephir\\": "Library"
}
},
"bin": ["bin/zephir"]
"bin": [
"bin/zephir"
],
"support": {
"issues": "https://github.com/phalcon/zephir/issues?state=open",
"forum": "https://forum.zephir-lang.com",
"source": "https://github.com/phalcon/zephir",
"docs": "https://docs.zephir-lang.com"
}
}

0 comments on commit 3c08528

Please sign in to comment.