Skip to content

Commit

Permalink
Upgrate to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney committed Dec 24, 2014
1 parent 0ecce54 commit a304447
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"dependecy injection"
],
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name" : "Ryan Mahoney",
Expand All @@ -20,10 +19,10 @@
"require": {
"php" : ">=5.5.0",
"symfony/yaml" : "2.6.1",
"opine/interfaces": "1.0.0",
"opine/bundle" : "2.0.0",
"opine/config" : "3.0.0",
"opine/container" : "2.0.3"
"opine/interfaces": "1.0.1",
"opine/bundle" : "2.0.1",
"opine/config" : "3.0.1",
"opine/container" : "2.0.4"
},
"require-dev": {
"phpunit/phpunit": "3.7.32"
Expand All @@ -33,5 +32,5 @@
"Opine\\PubSub\\": "src/"
}
},
"version": "2.0.0"
"version": "2.0.1"
}

0 comments on commit a304447

Please sign in to comment.