Skip to content

Commit 59ab56c

Browse files
author
Holger Lösken
committed
Bump version
1 parent a1df909 commit 59ab56c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"config": {
3838
"sort-packages": true
3939
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true,
4042
"extra": {
4143
"laravel": {
4244
"providers": [
@@ -56,9 +58,9 @@
5658
},
5759
"require-dev": {
5860
"dg/bypass-finals": "^1.1",
59-
"mockery/mockery": "^1.0",
60-
"orchestra/testbench": "^4.0",
61-
"phpunit/phpunit": "^8.0"
61+
"mockery/mockery": "^1.3",
62+
"orchestra/testbench": "4.*|5.*",
63+
"phpunit/phpunit": "^8.4|^9.0"
6264
},
6365
"scripts": {
6466
"test": "./vendor/bin/phpunit"

0 commit comments

Comments
 (0)