Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar authored Mar 4, 2019
1 parent 264d29d commit a13e3a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
],
"require": {
"php": ">= 7.1",
"apitte/core": "^0.4.0",
"apitte/middlewares": "^0.4.0",
"apitte/negotiation": "^0.4.0",
"apitte/debug": "^0.4.0",
"apitte/openapi": "^0.4.0"
"apitte/core": "^0.5.0",
"apitte/middlewares": "^0.5.0",
"apitte/negotiation": "^0.5.0",
"apitte/debug": "^0.5.0",
"apitte/openapi": "^0.5.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.4.x-dev"
"dev-master": "0.5.x-dev"
}
}
}

0 comments on commit a13e3a2

Please sign in to comment.