Skip to content

Commit

Permalink
[develop] Adds L11 support (#31)
Browse files Browse the repository at this point in the history
* Adds L11 support

* Removes verbose
  • Loading branch information
nunomaduro authored Nov 30, 2023
1 parent 7822d8b commit 6caaa24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
run: composer install --no-interaction --prefer-dist

- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.2.0|^8.0",
"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"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 6caaa24

Please sign in to comment.