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 736afc1 commit c529b1cCopy full SHA for c529b1c
.github/workflows/ci-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
38
- composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
+ composer update --prefer-dist --no-interaction --no-suggest
39
40
- name: Execute tests
41
run: vendor/bin/phpunit
composer.json
@@ -23,7 +23,7 @@
23
}
24
],
25
"require": {
26
- "php": "^7.2",
+ "php": "^7.2|^8.0",
27
"guzzlehttp/guzzle": "^6.2 || ^7.0",
28
"guzzlehttp/promises": "^1.0",
29
"guzzlehttp/psr7": "^1.4",
0 commit comments