Skip to content

Commit

Permalink
Upgrate to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney committed Dec 24, 2014
1 parent 017166b commit cb0dba3
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
@@ -1,7 +1,6 @@
{
"name": "opine/route",
"type": "library",
"minimum-stability": "dev",
"description": "Service wrapper for FastRoute providing a more slim-like interface",
"keywords": [
"routing",
Expand All @@ -20,10 +19,10 @@
"require": {
"php" : ">=5.5.0",
"nikic/fast-route": "0.3.0",
"opine/interfaces": "1.0.0",
"opine/config" : "3.0.0",
"opine/container" : "2.0.3",
"opine/bundle" : "2.0.0"
"opine/interfaces": "1.0.1",
"opine/config" : "3.0.1",
"opine/container" : "2.0.4",
"opine/bundle" : "2.0.1"
},
"require-dev": {
"phpunit/phpunit": "3.7.32"
Expand All @@ -33,5 +32,5 @@
"Opine\\Route\\": "src/"
}
},
"version": "3.0.2"
"version": "3.0.3"
}

0 comments on commit cb0dba3

Please sign in to comment.