We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8da91dd commit 2d83845Copy full SHA for 2d83845
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Ensure that deps will work on lowest supported PHP version
29
- name: Choose a Suitable PHP Version to Build PHAR
30
- run: composer config platform.php 7.0.33
+ run: composer config platform.php 8.1
31
32
- name: Get Composer Cache Directory
33
id: composer-cache
composer.json
@@ -32,8 +32,10 @@
"prefer-stable": true,
"config": {
34
"optimize-autoloader": true,
35
- "platform": {},
36
"preferred-install": "dist",
37
- "sort-packages": true
+ "sort-packages": true,
+ "platform": {
38
+ "php": "8.1"
39
+ }
40
}
41
0 commit comments