Skip to content

Commit 0c3d85c

Browse files
committed
Use Composer 2.8 in CI for now
1 parent d37d84e commit 0c3d85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
uses: shivammathur/setup-php@v2
111111
with:
112112
php-version: ${{ matrix.php }}
113-
tools: composer:v2
113+
tools: composer:2.8
114114

115115
- name: Install dependencies
116116
run: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"illuminate/validation": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
2525
},
2626
"require-dev": {
27-
"guzzlehttp/guzzle": "^7.8",
27+
"guzzlehttp/guzzle": "^6.3 || ^7.8",
2828
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5",
2929
"symfony/var-exporter": "^4.0 || ^5.0 || ^6.0 || ^7.0"
3030
},

0 commit comments

Comments
 (0)