Skip to content

Commit

Permalink
Merge pull request #665 from spryker-sdk/feature/frw-8773/updated-dep…
Browse files Browse the repository at this point in the history
…endencies

FRW-8773 Added PHP Unit 11 support.
  • Loading branch information
asmarovydlo authored Nov 7, 2024
2 parents 84e9590 + 3f0ea71 commit ce155eb
Show file tree
Hide file tree
Showing 13 changed files with 1,248 additions and 957 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
php-version: [
'8.1',
'8.2',
'8.3'
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status](https://github.com/spryker-sdk/sdk/workflows/CI/badge.svg?branch=master)](https://github.com/spryker-sdk/sdk/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov](https://codecov.io/gh/spryker-sdk/sdk/branch/master/graph/badge.svg?token=Ff8EDd0kgG)](https://codecov.io/gh/spryker-sdk/sdk)
[![Latest Stable Version](https://poser.pugx.org/spryker-sdk/sdk/v/stable.svg)](https://packagist.org/packages/spryker-sdk/sdk)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.1-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%208.2-8892BF.svg)](https://php.net/)
[![PHPStan](https://img.shields.io/badge/PHPStan-level%208-brightgreen.svg?style=flat)](https://phpstan.org/)

The Spryker SDK aims to provide a single entry point to accelerate your productivity working with Spryker.
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"php": ">=8.2",
"ext-ctype": "*",
"ext-curl": "*",
"ext-iconv": "*",
Expand All @@ -30,7 +30,7 @@
"m4tthumphrey/php-gitlab-api": "^11.12",
"monolog/monolog": "^2.9",
"nelmio/api-doc-bundle": "^4.12",
"ondrejmirtes/better-reflection": "4.3.*",
"ondrejmirtes/better-reflection": "6.40.*",
"phpbench/phpbench": "^1.2",
"phpmd/phpmd": "2.15.*",
"phpstan/phpstan": "^1.10",
Expand All @@ -47,7 +47,7 @@
"spryker-sdk/security-checker": "^0.2.0",
"spryker-sdk/spryk": "^0.4.7",
"spryker-sdk/sync-api": "^0.1.1",
"spryker-sdk/upgrader": "^0.3.5",
"spryker-sdk/upgrader": "^0.3.10",
"spryker/architecture-sniffer": "^0.5.7",
"spryker/code-sniffer": "^0.17.18",
"symfony/asset": "^6.0",
Expand All @@ -71,21 +71,21 @@
"symfony/var-exporter": "^6.0",
"symfony/workflow": "^6.0",
"symfony/yaml": "^6.0",
"vimeo/psalm": "^4.30"
"vimeo/psalm": "dev-master#03ee02c"
},
"require-dev": {
"codeception/codeception": "^5.0",
"codeception/codeception": "^5.1.2",
"codeception/module-asserts": "^3.0",
"codeception/module-cli": "^2.0",
"codeception/module-filesystem": "^3.0",
"codeception/module-phpbrowser": "^3.0",
"codeception/module-rest": "^3.3",
"codeception/module-symfony": "^3.2",
"codeception/module-webdriver": "^3.2",
"codeception/module-webdriver": "^4.0.1",
"mikey179/vfsstream": "^1.6",
"pavelmaksimov25/jsonpath": "^0.2",
"phpunit/php-code-coverage": "^9.2",
"phpunit/php-timer": "^5.0",
"phpunit/php-code-coverage": "^11.0",
"phpunit/php-timer": "^7.0",
"symfony/var-dumper": "^6.0"
},
"config": {
Expand Down
Loading

0 comments on commit ce155eb

Please sign in to comment.