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 bbdd9d8 commit fd33968Copy full SHA for fd33968
.github/workflows/php.yml
@@ -47,7 +47,6 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer global require hirak/prestissimo --prefer-dist --no-progress
51
composer config platform.php $(php -r 'preg_match("#^\d+\.\d+\.\d+#", PHP_VERSION, $v); echo $v[0];')
52
composer update --prefer-dist --no-progress --no-suggest
53
@@ -90,7 +89,6 @@ jobs:
90
89
91
92
93
94
95
96
0 commit comments