Skip to content

Commit 6caaa24

Browse files
authored
[develop] Adds L11 support (#31)
* Adds L11 support * Removes verbose
1 parent 7822d8b commit 6caaa24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
run: composer install --no-interaction --prefer-dist
3838

3939
- name: Execute tests
40-
run: vendor/bin/phpunit --verbose
40+
run: vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^7.2.0|^8.0",
18-
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0"
18+
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1919
},
2020
"require-dev": {
2121
"phpstan/phpstan": "^1.10",
22-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
22+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
2323
},
2424
"autoload": {
2525
"files": [

0 commit comments

Comments
 (0)