From 557e07760b2c71eeb8a8c458bac5fab9f81e5c5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Wed, 22 Dec 2021 13:31:31 +0100 Subject: [PATCH] [CI] Removed ignore-platform-req from PHP 8 installation (#238) * [CI] Removed ignore-platform-req from PHP 8 installation * [Composer] Switched to new Faker org and updated version * Added direct requirement for ezsystems/ezplatform-http-cache * Added ezsystems/ezplatform-rest --- .github/workflows/ci.yaml | 7 ++----- composer.json | 4 +++- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0d6de0ea..40f9a90d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,12 +19,9 @@ jobs: php: - '7.3' - '7.4' + - '8.0' + - '8.1' composer_options: [ "" ] - include: - - php: '8.0' - composer_options: "--ignore-platform-req php" - - php: '8.1' - composer_options: "--ignore-platform-req php" steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 4ec88425..d01ae775 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "friends-of-behat/mink-browserkit-driver": "^1.4", "friends-of-behat/mink-extension": "^2.4", "friends-of-behat/symfony-extension": "^2.1", - "fzaninotto/faker": "^1.9", + "fakerphp/faker": "^1.17", "guzzlehttp/psr7": "^1.6.1", "liuggio/fastest": "^1.7", "php-http/client-common": "^2.1", @@ -44,6 +44,8 @@ "ibexa/ci-scripts": "^0.1@dev", "ezsystems/doctrine-dbal-schema": "^1.0@dev", "ezsystems/ezplatform-code-style": "^1.0.0", + "ezsystems/ezplatform-http-cache": "^2.3@dev", + "ezsystems/ezplatform-rest": "^1.3@dev", "friendsofphp/php-cs-fixer": "^2.16.0", "mikey179/vfsstream": "^1.6" },