We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e64c81 commit a7ed923Copy full SHA for a7ed923
.github/workflows/tests.yml
@@ -52,7 +52,7 @@ jobs:
52
with:
53
php-version: ${{ matrix.php }}
54
extensions: curl
55
- coverage: none
+ coverage: xdebug
56
57
- name: Install dependencies
58
run: |
composer.json
@@ -20,7 +20,7 @@
20
"require-dev": {
21
"mockery/mockery": "~1.0",
22
"orchestra/testbench": "^7.0|^8.0|^9.0",
23
- "phpunit/phpunit": "^10.5"
+ "phpunit/phpunit": "^9.5|^10.5"
24
},
25
"autoload": {
26
"psr-4": {
0 commit comments