Skip to content

Commit a04e19a

Browse files
committed
fix(actions): test actions not working with version conflict
1 parent 1d53cbe commit a04e19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"illuminate/support": "^5.2|^6.0|^7.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.2|^5.0",
33-
"phpunit/phpunit": "^8.4"
32+
"orchestra/testbench": "~3.0|^4.0|^5.0",
33+
"phpunit/phpunit": "^5.3|~6.0|~8.0"
3434
},
3535
"config": {
3636
"optimize-autoloader": true,

0 commit comments

Comments
 (0)