Skip to content

Commit

Permalink
Trimming package dependencies to hard requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Crumm committed Apr 20, 2014
1 parent 36bba19 commit f633dd8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "mcrumm/pecan",
"description": "An event-driven, non-blocking shell for ReactPHP based on the Symfony Console Shell.",
"keywords": [ "shell", "console", "react" ]
"keywords": [ "shell", "console", "react" ],
"license": "MIT",
"authors": [
{
Expand All @@ -11,8 +11,10 @@
],
"require": {
"php": ">= 5.4",
"react/promise": "~2.0",
"symfony/console": "~2.4",
"react/react": "0.4.*"
"react/child-process": "0.4.*"

},
"require-dev": {
"phpspec/phpspec": "2.0.*@dev"
Expand All @@ -32,4 +34,3 @@
}
}
}

0 comments on commit f633dd8

Please sign in to comment.