Skip to content

Commit 5851629

Browse files
committed
Dependencies update
1 parent 9a55944 commit 5851629

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tools: composer:v2
2424

2525
- name: "Cache Composer dependencies"
26-
uses: "actions/cache@v2"
26+
uses: "actions/cache@v4"
2727
with:
2828
path: "/tmp/composer-cache"
2929
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ All settings have only default scope and config type pool is set to environment
1717

1818
## Compatibility
1919
* Magento >= 2.4.4
20-
* PHP 8.1, 8.2
20+
* PHP >= 8.1
2121

2222
## Profiler collectors
2323
- Ajax

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"filp/whoops": "^2.1",
1515
"jdorn/sql-formatter": "^1.2",
1616
"symfony/var-dumper": "*",
17-
"symfony/stopwatch": "^2.8 || ^3.0 || ^4.0 || ^5.0"
17+
"symfony/stopwatch": "^2.8 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
1818
},
1919
"require-dev": {
2020
"bitexpert/phpstan-magento": "^0.30.0",

0 commit comments

Comments
 (0)