Skip to content

Commit b4466c5

Browse files
author
Designcise
committed
Add PSR http-factory dependency in composer
1 parent ad68242 commit b4466c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "designcise/bitframe",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "PHP PSR-15 / PSR-7 middleware dispatcher microframework",
55
"type": "library",
66
"keywords": ["Designcise", "BitFrame", "Microframework", "Framework", "Middleware Dispatcher", "PSR-7", "PSR-15"],
@@ -13,6 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.1.0",
16+
"psr/http-factory": "^1.0",
1617
"psr/http-message": "^1.0",
1718
"psr/http-server-handler": "~1.0",
1819
"psr/http-server-middleware": "~1.0",

0 commit comments

Comments
 (0)