Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 authored Feb 9, 2018
1 parent f42240c commit eecbac5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"mockery/mockery": "~0.9.4",
"phpunit/phpunit": "^4.8|^5.4|^6.3",
"mockery/mockery": "~0.9.4|~1.0",
"phpunit/phpunit": "~4.8|~5.4|~6.3|~7.0",
"nesbot/carbon": "~1.20",
"php-http/guzzle6-adapter": "^1.0"
},
Expand All @@ -51,5 +51,7 @@
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit eecbac5

Please sign in to comment.