We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efea04 commit 0ae3e31Copy full SHA for 0ae3e31
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "designcise/bitframe-whoops",
3
- "version": "1.0.0",
+ "version": "1.0.0",
4
"type": "library",
5
"description": "Whoops error handler middleware for BitFrame microframework",
6
"license": "MIT",
@@ -12,11 +12,12 @@
12
],
13
"require": {
14
"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"
+ "designcise/bitframe": "^1.0.0",
+ "filp/whoops": "~2.1",
+ "psr/http-server-handler": "~1.0",
+ "psr/http-server-middleware": "~1.0",
+ "symfony/var-dumper": "^2.6 || ^3.0",
20
+ "zendframework/zend-diactoros": "^1.1.0"
21
},
22
"require-dev": {
23
"phpunit/phpunit": "^6.4"
0 commit comments