Skip to content

Commit

Permalink
add stubbles\webapp\response\Error::inParams()
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey179 committed Jun 17, 2015
1 parent 5f3672c commit 1a42163
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 78 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
6.2.0 (2015-06-17)
------------------

* added `stubbles\webapp\response\Error::inParams()`


6.1.0 (2015-05-28)
------------------

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"description": "Base classes for Stubbles based web applications.",
"require": {
"php": ">=5.4.0",
"stubbles/core": "^6.0",
"stubbles/input": "^5.0"
"stubbles/core": "^6.1",
"stubbles/input": "^5.1"
},
"suggest": {
"stubbles/xml": "^4.3",
Expand All @@ -16,7 +16,7 @@
"require-dev": {
"stubbles/xml": "^4.3",
"stubbles/image": "^4.0",
"phpunit/phpunit": "^4.6",
"phpunit/phpunit": "^4.7",
"mikey179/vfsStream": "^1.5",
"bovigo/callmap": "^1.0"
},
Expand All @@ -33,7 +33,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "6.1.x-dev"
"dev-master": "6.2.x-dev"
}
},
"minimum-stability": "dev",
Expand Down
Loading

0 comments on commit 1a42163

Please sign in to comment.