Skip to content

Commit

Permalink
fix: rearrange composer.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
Maruf Alom committed Aug 17, 2020
1 parent 1e5f7d6 commit 99d8bd8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "marufmax/deja-vu",
"description": "Caching with redis sentinal, master and slave. Supports PHPRedis client",
"type": "library",
"require-dev": {
"orchestra/testbench": "^5.3.0"
},
"license": "MIT",
"authors": [
{
Expand All @@ -16,7 +13,9 @@
"require": {
"php": "^7.2.5",
"illuminate/support": "^v7.3.0",
"marufmax/deja-vu": "@dev"
},
"require-dev": {
"orchestra/testbench": "^5.3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 99d8bd8

Please sign in to comment.