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 d37d84e commit 0c3d85cCopy full SHA for 0c3d85c
.github/workflows/tests.yml
@@ -110,7 +110,7 @@ jobs:
110
uses: shivammathur/setup-php@v2
111
with:
112
php-version: ${{ matrix.php }}
113
- tools: composer:v2
+ tools: composer:2.8
114
115
- name: Install dependencies
116
run: |
composer.json
@@ -24,7 +24,7 @@
24
"illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
25
},
26
"require-dev": {
27
- "guzzlehttp/guzzle": "^7.8",
+ "guzzlehttp/guzzle": "^6.3 || ^7.8",
28
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5",
29
"symfony/var-exporter": "^4.0 || ^5.0 || ^6.0 || ^7.0"
30
0 commit comments