diff options
-rwxr-xr-x | .github/workflows/ci-build.yml | 2 | ||||
-rwxr-xr-x | composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index d1b524c0..c64f0f11 100755 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -55,7 +55,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies - run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source + run: composer install --prefer-dist --no-interaction # - name: Analyze PHP sources # run: composer analyze diff --git a/composer.json b/composer.json index d809d0dd..4b68d498 100755 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.4 || 8.0", + "php": "^7.4 || ^8.0", "ext-json": "*", "ext-curl": "*", "spiral/goridge": "^2.4.2", |