Skip to content

Commit

Permalink
Merge pull request #19 from ytake/develop5
Browse files Browse the repository at this point in the history
Develop5
  • Loading branch information
ytake committed Feb 4, 2015
2 parents 0a69257 + ad66c4f commit d0d9f22
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"smarty/smarty": "3.*@stable"
},
"require-dev": {
"predis/predis": "*@stable",
"symfony/framework-bundle": "2.*@stable",
"symfony/console": "2.*@stable",
"phpunit/phpunit": "4.*@stable",
"mockery/mockery": "0.*@stable",
"satooshi/php-coveralls": "*@stable"
"predis/predis": "~1.0",
"symfony/framework-bundle": "2.*",
"symfony/console": "2.*",
"phpunit/phpunit": "4.*",
"mockery/mockery": "*",
"satooshi/php-coveralls": "*"
},
"suggest": {
"ext-memcached": "memcached Template Cache Driver",
Expand All @@ -40,5 +40,5 @@
"tests/TestCase.php"
]
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}

0 comments on commit d0d9f22

Please sign in to comment.