We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf6cd7 commit 8ba3e7fCopy full SHA for 8ba3e7f
2 files changed
.github/workflows/run-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
carbon: ^2.63
50
phpunit: ^8.5
51
- laravel: ^5.6
52
- testbench: 4.*
+ testbench: ^3.6
53
54
55
exclude:
composer.json
@@ -19,8 +19,8 @@
19
"illuminate/support": "^5.6|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0"
20
},
21
"require-dev": {
22
- "orchestra/testbench": "^4.0 || ^5.0 || ^6.44 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
23
- "phpunit/phpunit": "^8.5 || ^9.5 || ^10.5 || ^11.5.3"
+ "orchestra/testbench": "^3.6 || ^4.0 || ^5.0 || ^6.44 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
+ "phpunit/phpunit": "~7.0 || ^8.5 || ^9.5 || ^10.5 || ^11.5.3"
24
25
"autoload": {
26
"psr-4": {
0 commit comments