Skip to content

Commit

Permalink
Upgrate to 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney committed Dec 26, 2014
1 parent 208312c commit 90325ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"require": {
"php" : ">=5.5.0",
"nikic/fast-route": "0.3.0",
"opine/interfaces": "1.0.1",
"opine/config" : "3.0.2",
"opine/container" : "2.0.5",
"opine/bundle" : "2.0.2"
"opine/interfaces": "~1.0",
"opine/config" : "~3.0",
"opine/container" : "~2.0",
"opine/bundle" : "~2.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.32"
Expand All @@ -32,5 +32,5 @@
"Opine\\Route\\": "src/"
}
},
"version": "3.0.4"
"version": "3.0.6"
}

0 comments on commit 90325ff

Please sign in to comment.