Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmahoney-bl committed Nov 1, 2016
1 parent f57f6a1 commit af53f45
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 @@ -20,17 +20,17 @@
"php" : ">=7.0.0",
"nikic/fast-route": "1.0.1",
"opine/interfaces": "~1.0",
"opine/config" : "3.0.12",
"opine/container" : "2.0.11",
"opine/bundle" : "2.0.14"
"opine/config" : "~3.0",
"opine/container" : "~2.0",
"opine/bundle" : "~2.0"
},
"require-dev": {
"phpunit/phpunit": "5.5"
"phpunit/phpunit": "5.5.0"
},
"autoload": {
"psr-4": {
"Opine\\Route\\": "src/"
}
},
"version": "3.0.11"
"version": "3.0.12"
}

0 comments on commit af53f45

Please sign in to comment.