Skip to content

Commit 92882e7

Browse files
committed
use built-in composer
Signed-off-by: Robert Landers <landers.robert@gmail.com>
1 parent b3f07bc commit 92882e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v4
9999
- run: |
100-
dphp composer install --ignore-platform-reqs
100+
composer install --ignore-platform-reqs
101101
- run: |
102102
echo "Running perf test"
103103
dphp exec tests/PerformanceTests/PerformanceClient.php

0 commit comments

Comments
 (0)