Skip to content

Commit

Permalink
Restore alignment for json
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed Dec 19, 2013
1 parent ff423d9 commit 6921bf9
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
{
"name": "zfr/zfr-rest",
"description": "Zend Framework 2 REST Module.",
"type": "library",
"license": "MIT",
"keywords": [
"zf2",
"zend framework",
"rest",
"restful",
"api"
],
"homepage": "https://github.com/zf-fr/zfr-rest",
"authors": [
{
"name": "Michaël Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr/"
"name": "zfr/zfr-rest",
"description": "Zend Framework 2 REST Module.",
"type": "library",
"license": "MIT",
"keywords": [
"zf2",
"zend framework",
"rest",
"restful",
"api"
],
"homepage": "https://github.com/zf-fr/zfr-rest",
"authors": [
{
"name": "Michaël Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
}
],
"minimum-stability": "beta",
"require": {
"php": ">=5.4",
"jms/metadata": "~1.5",
"doctrine/common": "~2.4",
"doctrine/doctrine-module": "~0.8",
"zendframework/zend-cache": "~2.2",
"zendframework/zend-http": "~2.2",
"zendframework/zend-inputfilter": "~2.2",
"zendframework/zend-filter": "~2.2",
"zendframework/zend-mvc": "~2.2",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-paginator": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2",
"zendframework/zend-stdlib": "~2.2"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
}
],
"minimum-stability": "beta",
"require": {
"php": ">=5.4",
"jms/metadata": "~1.5",
"doctrine/common": "~2.4",
"doctrine/doctrine-module": "~0.8",
"zendframework/zend-cache": "~2.2",
"zendframework/zend-http": "~2.2",
"zendframework/zend-inputfilter": "~2.2",
"zendframework/zend-filter": "~2.2",
"zendframework/zend-mvc": "~2.2",
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-paginator": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2",
"zendframework/zend-stdlib": "~2.2"
},
"require-dev": {
"zendframework/zend-config": "~2.2",
"zendframework/zend-serializer": "~2.2",
"doctrine/doctrine-orm-module": "~0.8",
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-0": {
"ZfrRest\\": "src/"
"require-dev": {
"zendframework/zend-config": "~2.2",
"zendframework/zend-serializer": "~2.2",
"doctrine/doctrine-orm-module": "~0.8",
"phpunit/phpunit": "~3.7",
"squizlabs/php_codesniffer": "1.4.*",
"satooshi/php-coveralls": "~0.6"
},
"autoload": {
"psr-0": {
"ZfrRest\\": "src/"
}
}
}
}

0 comments on commit 6921bf9

Please sign in to comment.