Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm committed Dec 17, 2015
1 parent dd06f03 commit afa9c0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"type": "symfony-bundle",
"description": "This Bundle provide REPL shell in application context for symfony console",
"license": "MIT",
"version" : "1.0",
"version" : "1.1",
"minimum-stability": "stable",
"authors": [
{
"name": "Anton Pogonets",
"email": "zayass@gmail.com"
"name": "Florian Semm",
"email": "floriansemm@gmail.com"
}
],

"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "^2.8",
"d11wtq/boris": "*"
"d11wtq/boris": "^1.0"
},

"autoload": {
Expand Down

0 comments on commit afa9c0a

Please sign in to comment.