From afe1d0890bf06fc4dde7de49ab4c0acfe6b9236b Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:12:23 +0100 Subject: [PATCH 01/10] SDK-5711: Dropped php 7.4 version and updated dependencies --- composer.json | 14 +++---- composer.lock | 114 +++++++++++++++++++++++--------------------------- 2 files changed, 60 insertions(+), 68 deletions(-) diff --git a/composer.json b/composer.json index 6c3eb50e..ae506500 100644 --- a/composer.json +++ b/composer.json @@ -4,11 +4,11 @@ "description": "Integrator module", "license": "proprietary", "require": { - "php": ">=7.4", + "php": "^8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", - "composer-plugin-api": "^1.0.0 || ^2.0.0", + "composer-plugin-api": "^2.0.0", "aws/aws-sdk-php": "^3.257", "composer/composer": "^2.6.0", "czproject/git-php": "^4.1", @@ -16,17 +16,17 @@ "nikic/php-parser": "^4.13.0", "sebastian/diff": "^4.0.0", "spryker-sdk/utils": "^0.1.2", - "symfony/console": "^5.4 || ^6.0", - "symfony/finder": "^5.4 || ^6.0", - "symfony/process": "^5.4 || ^6.0" + "symfony/console": "^6.0", + "symfony/finder": "^6.0", + "symfony/process": "^6.0" }, "require-dev": { "ext-zip": "*", "phpstan/phpstan": "^1.0.0", "phpunit/phpunit": "^9.5.0", "spryker-sdk/manifest-test-data-provider": "dev-master", - "spryker/code-sniffer": "0.17.18", - "symfony/filesystem": "^5.4 || ^6.0" + "spryker/code-sniffer": "^0.17.19", + "symfony/filesystem": "^6.0" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 10a1fbc0..2b0db0cd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2bde9080e040e43c0a3ecfa20eae9664", + "content-hash": "2f817bd6f2854c80f3abd37f17fd3a95", "packages": [ { "name": "aws/aws-crt-php", @@ -2247,46 +2247,42 @@ }, { "name": "symfony/console", - "version": "v5.4.32", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7" + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/c70df1ffaf23a8d340bded3cfab1b86752ad6ed7", - "reference": "c70df1ffaf23a8d340bded3cfab1b86752ad6ed7", + "url": "https://api.github.com/repos/symfony/console/zipball/c3ebc83d031b71c39da318ca8b7a07ecc67507ed", + "reference": "c3ebc83d031b71c39da318ca8b7a07ecc67507ed", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.0.2", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.1|^6.0" + "symfony/string": "^5.4|^6.0" }, "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<4.4", - "symfony/dotenv": "<5.1", - "symfony/event-dispatcher": "<4.4", - "symfony/lock": "<4.4", - "symfony/process": "<4.4" + "symfony/dependency-injection": "<5.4", + "symfony/dotenv": "<5.4", + "symfony/event-dispatcher": "<5.4", + "symfony/lock": "<5.4", + "symfony/process": "<5.4" }, "provide": { - "psr/log-implementation": "1.0|2.0" + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^4.4|^5.0|^6.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/event-dispatcher": "^4.4|^5.0|^6.0", - "symfony/lock": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/var-dumper": "^4.4|^5.0|^6.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/lock": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" }, "suggest": { "psr/log": "For using the console logger", @@ -2321,12 +2317,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command-line", + "command line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.32" + "source": "https://github.com/symfony/console/tree/v6.0.19" }, "funding": [ { @@ -2342,7 +2338,7 @@ "type": "tidelift" } ], - "time": "2023-11-18T18:23:04+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2413,23 +2409,22 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.25", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", - "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/3d49eec03fda1f0fc19b7349fbbe55ebc1004214", + "reference": "3d49eec03fda1f0fc19b7349fbbe55ebc1004214", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.0.2", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" }, "type": "library", "autoload": { @@ -2457,7 +2452,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.25" + "source": "https://github.com/symfony/filesystem/tree/v6.0.19" }, "funding": [ { @@ -2473,26 +2468,24 @@ "type": "tidelift" } ], - "time": "2023-05-31T13:04:02+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { "name": "symfony/finder", - "version": "v5.4.27", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", - "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", + "url": "https://api.github.com/repos/symfony/finder/zipball/5cc9cac6586fc0c28cd173780ca696e419fefa11", + "reference": "5cc9cac6586fc0c28cd173780ca696e419fefa11", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -2520,7 +2513,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.27" + "source": "https://github.com/symfony/finder/tree/v6.0.19" }, "funding": [ { @@ -2536,7 +2529,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T08:02:31+00:00" + "time": "2023-01-20T17:44:14+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3111,21 +3104,20 @@ }, { "name": "symfony/process", - "version": "v5.4.28", + "version": "v6.0.19", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b" + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", - "reference": "45261e1fccad1b5447a8d7a8e67aa7b4a9798b7b", + "url": "https://api.github.com/repos/symfony/process/zipball/2114fd60f26a296cc403a7939ab91478475a33d4", + "reference": "2114fd60f26a296cc403a7939ab91478475a33d4", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.0.2" }, "type": "library", "autoload": { @@ -3153,7 +3145,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.28" + "source": "https://github.com/symfony/process/tree/v6.0.19" }, "funding": [ { @@ -3169,7 +3161,7 @@ "type": "tidelift" } ], - "time": "2023-08-07T10:36:04+00:00" + "time": "2023-01-01T08:36:10+00:00" }, { "name": "symfony/service-contracts", @@ -5186,20 +5178,20 @@ }, { "name": "spryker/code-sniffer", - "version": "0.17.18", + "version": "0.17.19", "source": { "type": "git", "url": "https://github.com/spryker/code-sniffer.git", - "reference": "5fb8b573abc4a906d0d364a4a03abd38e565ba29" + "reference": "2156a1d4d257e20dacc955872c8f6b9c7b8be3fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker/code-sniffer/zipball/5fb8b573abc4a906d0d364a4a03abd38e565ba29", - "reference": "5fb8b573abc4a906d0d364a4a03abd38e565ba29", + "url": "https://api.github.com/repos/spryker/code-sniffer/zipball/2156a1d4d257e20dacc955872c8f6b9c7b8be3fd", + "reference": "2156a1d4d257e20dacc955872c8f6b9c7b8be3fd", "shasum": "" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "slevomat/coding-standard": "^7.2.0 || ^8.0.1", "squizlabs/php_codesniffer": "^3.6.2" }, @@ -5240,7 +5232,7 @@ "issues": "https://github.com/spryker/code-sniffer/issues", "source": "https://github.com/spryker/code-sniffer" }, - "time": "2023-01-03T16:08:22+00:00" + "time": "2023-11-02T19:16:04+00:00" }, { "name": "squizlabs/php_codesniffer", @@ -5372,11 +5364,11 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": ">=7.4", + "php": "^8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", - "composer-plugin-api": "^1.0.0 || ^2.0.0" + "composer-plugin-api": "^2.0.0" }, "platform-dev": { "ext-zip": "*" From 7bc347db3e29cf34536abc3ff33237bba7541335 Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:13:53 +0100 Subject: [PATCH 02/10] SDK-5711: Updated github ci scripts. --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c950ab70..b1141222 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,6 @@ jobs: fail-fast: false matrix: php-version: [ - '7.4', '8.1', '8.2', '8.3' @@ -64,14 +63,14 @@ jobs: - name: Run tests run: | - if [[ ${{ matrix.php-version }} == '7.4' ]]; then + if [[ ${{ matrix.php-version }} == '8.0' ]]; then XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover coverage.xml else composer test fi - name: Code Coverage Report - if: success() && matrix.php-version == '7.4' + if: success() && matrix.php-version == '8.0' uses: codecov/codecov-action@v1 - name: Composer require spryker-sdk/composer-prefer-lowest package From bd46a59bf75354c99816f2f97549d68aad2ca82e Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:20:04 +0100 Subject: [PATCH 03/10] SDK-5711: Updated badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a021275e..703cc350 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://github.com/spryker-sdk/integrator/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/integrator/actions?query=workflow%3ACI+branch%3Amaster) [![codecov](https://codecov.io/gh/spryker-sdk/integrator/branch/master/graph/badge.svg?token=l6Xj26Cqei)](https://codecov.io/gh/spryker-sdk/integrator) [![Latest Stable Version](https://poser.pugx.org/spryker-sdk/integrator/v/stable.svg)](https://packagist.org/packages/spryker-sdk/integrator) -[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/) +[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg)](https://php.net/) [![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/) Auto-migrate applications in regard to new core releases using module manifests. From f1236590dbed5605f850daddf9f79009667f860a Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:23:05 +0100 Subject: [PATCH 04/10] SDK-5711: Updated php version constraint. --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ae506500..6deaf646 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Integrator module", "license": "proprietary", "require": { - "php": "^8.0", + "php": " >=8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", diff --git a/composer.lock b/composer.lock index 2b0db0cd..824da4c1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2f817bd6f2854c80f3abd37f17fd3a95", + "content-hash": "bfca7a397d84605eb7a419f5a5a3bfa8", "packages": [ { "name": "aws/aws-crt-php", @@ -5364,7 +5364,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.0", + "php": " >=8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", From ed884d6e9ddaf8e68a73a79d0b603b9ec5198f2d Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:24:59 +0100 Subject: [PATCH 05/10] SDK-5711: Updated github ci scripts. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1141222..2923ad9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: php-version: [ - '8.1', + '8.0', '8.2', '8.3' ] From 058d35533ac811d96eb6f225d3c33d70e127f4eb Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:25:33 +0100 Subject: [PATCH 06/10] SDK-5711: Updated php version constraint. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6deaf646..58145c3d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Integrator module", "license": "proprietary", "require": { - "php": " >=8.0", + "php": ">=8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", From beae65e61b4f2564bb4411fc1339f41cb4009a9a Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:28:08 +0100 Subject: [PATCH 07/10] SDK-5711: Updated php version constraint. --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 824da4c1..00bb41a7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bfca7a397d84605eb7a419f5a5a3bfa8", + "content-hash": "1904e24631b4b7b9faceff3576dad552", "packages": [ { "name": "aws/aws-crt-php", @@ -5364,7 +5364,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": " >=8.0", + "php": ">=8.0", "ext-dom": "*", "ext-json": "*", "ext-simplexml": "*", From a7d3c7808ff475808a333bf04afedd4486f7ddc9 Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:33:20 +0100 Subject: [PATCH 08/10] SDK-5711: Fixed code style. --- src/Builder/Printer/ClassPrinter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Builder/Printer/ClassPrinter.php b/src/Builder/Printer/ClassPrinter.php index 5f34a77c..fb788f0d 100644 --- a/src/Builder/Printer/ClassPrinter.php +++ b/src/Builder/Printer/ClassPrinter.php @@ -20,7 +20,7 @@ class ClassPrinter extends Standard /** * Determine whether a list of nodes uses multiline formatting. * - * @param (\PhpParser\Node|null)[] $nodes Node list + * @param list<\PhpParser\Node|null> $nodes Node list * * @return bool Whether multiline formatting is used */ From 925d092569571c7fa1cbd6d3312ccae255e8ab9a Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:54:08 +0100 Subject: [PATCH 09/10] SDK-5711: Fixed tests. --- composer.json | 2 +- composer.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 58145c3d..a388d5de 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "ext-zip": "*", "phpstan/phpstan": "^1.0.0", "phpunit/phpunit": "^9.5.0", - "spryker-sdk/manifest-test-data-provider": "dev-master", + "spryker-sdk/manifest-test-data-provider": " dev-feature/sdk-5711-drop-php74", "spryker/code-sniffer": "^0.17.19", "symfony/filesystem": "^6.0" }, diff --git a/composer.lock b/composer.lock index 00bb41a7..b96ca1db 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1904e24631b4b7b9faceff3576dad552", + "content-hash": "3f48c9384df2bad660963dc0329c2e15", "packages": [ { "name": "aws/aws-crt-php", @@ -5148,22 +5148,21 @@ }, { "name": "spryker-sdk/manifest-test-data-provider", - "version": "dev-master", + "version": "dev-feature/sdk-5711-drop-php74", "source": { "type": "git", "url": "https://github.com/spryker-sdk/manifest-test-data-provider.git", - "reference": "c1f19eefc14a97faa742d387828d2e07e404e397" + "reference": "2f28877e0951653ebf80e813ad19371e1ab6b443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/manifest-test-data-provider/zipball/c1f19eefc14a97faa742d387828d2e07e404e397", - "reference": "c1f19eefc14a97faa742d387828d2e07e404e397", + "url": "https://api.github.com/repos/spryker-sdk/manifest-test-data-provider/zipball/2f28877e0951653ebf80e813ad19371e1ab6b443", + "reference": "2f28877e0951653ebf80e813ad19371e1ab6b443", "shasum": "" }, "require": { "php": ">=7.4" }, - "default-branch": true, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5172,9 +5171,9 @@ "description": "Data provider for manifests generation and integration tests", "support": { "issues": "https://github.com/spryker-sdk/manifest-test-data-provider/issues", - "source": "https://github.com/spryker-sdk/manifest-test-data-provider/tree/master" + "source": "https://github.com/spryker-sdk/manifest-test-data-provider/tree/feature/sdk-5711-drop-php74" }, - "time": "2023-12-13T14:44:09+00:00" + "time": "2024-01-03T09:50:55+00:00" }, { "name": "spryker/code-sniffer", From 94dd90abea88d65fdd1aa7bae23fde8778789e58 Mon Sep 17 00:00:00 2001 From: Pavel Maksimov <82393959+pavelmaksimov25@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:09:03 +0100 Subject: [PATCH 10/10] SDK-5711: Fixed tests. --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index b96ca1db..c650a993 100644 --- a/composer.lock +++ b/composer.lock @@ -5152,16 +5152,16 @@ "source": { "type": "git", "url": "https://github.com/spryker-sdk/manifest-test-data-provider.git", - "reference": "2f28877e0951653ebf80e813ad19371e1ab6b443" + "reference": "b7db10575bc116a6493fbc1fe393c3b66ca64261" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spryker-sdk/manifest-test-data-provider/zipball/2f28877e0951653ebf80e813ad19371e1ab6b443", - "reference": "2f28877e0951653ebf80e813ad19371e1ab6b443", + "url": "https://api.github.com/repos/spryker-sdk/manifest-test-data-provider/zipball/b7db10575bc116a6493fbc1fe393c3b66ca64261", + "reference": "b7db10575bc116a6493fbc1fe393c3b66ca64261", "shasum": "" }, "require": { - "php": ">=7.4" + "php": ">=8.0" }, "type": "library", "notification-url": "https://packagist.org/downloads/", @@ -5173,7 +5173,7 @@ "issues": "https://github.com/spryker-sdk/manifest-test-data-provider/issues", "source": "https://github.com/spryker-sdk/manifest-test-data-provider/tree/feature/sdk-5711-drop-php74" }, - "time": "2024-01-03T09:50:55+00:00" + "time": "2024-01-03T10:07:55+00:00" }, { "name": "spryker/code-sniffer",