Skip to content

Commit

Permalink
Added main BitFrame package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
designcise authored May 18, 2018
1 parent 0efea04 commit 0ae3e31
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "designcise/bitframe-whoops",
"version": "1.0.0",
"version": "1.0.0",
"type": "library",
"description": "Whoops error handler middleware for BitFrame microframework",
"license": "MIT",
Expand All @@ -12,11 +12,12 @@
],
"require": {
"php": ">=7.1.0",
"filp/whoops": "~2.1",
"psr/http-server-handler": "~1.0",
"psr/http-server-middleware": "~1.0",
"symfony/var-dumper": "^2.6 || ^3.0",
"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",
"zendframework/zend-diactoros": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4"
Expand Down

0 comments on commit 0ae3e31

Please sign in to comment.