Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit a13e3a2

Browse files
authored
v0.5
1 parent 264d29d commit a13e3a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
],
1414
"require": {
1515
"php": ">= 7.1",
16-
"apitte/core": "^0.4.0",
17-
"apitte/middlewares": "^0.4.0",
18-
"apitte/negotiation": "^0.4.0",
19-
"apitte/debug": "^0.4.0",
20-
"apitte/openapi": "^0.4.0"
16+
"apitte/core": "^0.5.0",
17+
"apitte/middlewares": "^0.5.0",
18+
"apitte/negotiation": "^0.5.0",
19+
"apitte/debug": "^0.5.0",
20+
"apitte/openapi": "^0.5.0"
2121
},
2222
"minimum-stability": "dev",
2323
"prefer-stable": true,
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "0.4.x-dev"
26+
"dev-master": "0.5.x-dev"
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)