Skip to content

Commit 0ae3e31

Browse files
authoredMay 18, 2018
Added main BitFrame package dependency
1 parent 0efea04 commit 0ae3e31

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
 

‎composer.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "designcise/bitframe-whoops",
3-
"version": "1.0.0",
3+
"version": "1.0.0",
44
"type": "library",
55
"description": "Whoops error handler middleware for BitFrame microframework",
66
"license": "MIT",
@@ -12,11 +12,12 @@
1212
],
1313
"require": {
1414
"php": ">=7.1.0",
15-
"filp/whoops": "~2.1",
16-
"psr/http-server-handler": "~1.0",
17-
"psr/http-server-middleware": "~1.0",
18-
"symfony/var-dumper": "^2.6 || ^3.0",
19-
"zendframework/zend-diactoros": "^1.1.0"
15+
"designcise/bitframe": "^1.0.0",
16+
"filp/whoops": "~2.1",
17+
"psr/http-server-handler": "~1.0",
18+
"psr/http-server-middleware": "~1.0",
19+
"symfony/var-dumper": "^2.6 || ^3.0",
20+
"zendframework/zend-diactoros": "^1.1.0"
2021
},
2122
"require-dev": {
2223
"phpunit/phpunit": "^6.4"

0 commit comments

Comments
 (0)