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 7822d8b commit 6caaa24Copy full SHA for 6caaa24
.github/workflows/tests.yml
@@ -37,4 +37,4 @@ jobs:
37
run: composer install --no-interaction --prefer-dist
38
39
- name: Execute tests
40
- run: vendor/bin/phpunit --verbose
+ run: vendor/bin/phpunit
composer.json
@@ -15,11 +15,11 @@
15
],
16
"require": {
17
"php": "^7.2.0|^8.0",
18
- "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
+ "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
19
},
20
"require-dev": {
21
"phpstan/phpstan": "^1.10",
22
- "phpunit/phpunit": "^7.0|^8.0|^9.0"
+ "phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
23
24
"autoload": {
25
"files": [
0 commit comments