Skip to content

Commit e4633b9

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------------ | ------- | ------- | | packagist | doctrine/dbal | 4.4.4 | 4.4.4 | | packagist | doctrine/migrations | 3.9.7 | 3.9.7 | | packagist | doctrine/orm | 3.6.8 | 3.6.8 | | packagist | illuminate/container | 13.26.1 | 13.26.1 | | packagist | laminas/laminas-servicemanager | 4.5.1 | 4.5.1 | | packagist | phpunit/phpunit | 13.1.14 | 13.3.1 | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.2 | | github-tags | shivammathur/setup-php | 2.37.1 | 2.37.2 | | packagist | symfony/cache | 8.1.4 | 8.1.4 | | packagist | symfony/yaml | 8.1.2 | 8.1.2 | | packagist | vimeo/psalm | 6.16.1 | 6.16.1 |
1 parent d4a75a0 commit e4633b9

6 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
99

1010
- name: Setup PHP, with composer and extensions
11-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
11+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1212
with:
1313
php-version: 8.4
1414
coverage: pcov

.github/workflows/composer-require-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
99

1010
- name: Setup PHP with composer require checker
11-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
11+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1212
with:
1313
php-version: 8.4
1414
tools: composer-require-checker

.github/workflows/roave-bc-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fetch-depth: 0
1111

1212
- name: Setup PHP, with composer and extensions
13-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
13+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1414
with:
1515
php-version: 8.4
1616
coverage: pcov

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
99

1010
- name: Setup PHP, with composer and extensions
11-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
11+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
1212
with:
1313
php-version: 8.4
1414
coverage: pcov

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919

2020
- name: Setup PHP, with composer and extensions
21-
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
21+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
2222
with:
2323
php-version: ${{ matrix.php-version }}
2424
# TODO: Remove next lint to enable memcached after that issue is fixed: https://github.com/php-memcached-dev/php-memcached/issues/477

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@
1818
"require": {
1919
"php": "~8.4.0 || ~8.5.0",
2020
"doctrine/common": "^3.5.0",
21-
"doctrine/dbal": "^4.4.2",
21+
"doctrine/dbal": "^4.4.4",
2222
"doctrine/event-manager": "^2.1.1",
23-
"doctrine/migrations": "^3.9.6",
24-
"doctrine/orm": "^3.6.2",
23+
"doctrine/migrations": "^3.9.7",
24+
"doctrine/orm": "^3.6.8",
2525
"doctrine/persistence": "^3.4.0 || ^4.1.1",
2626
"psr/cache": "^2.0.0 || ^3.0.0",
2727
"psr/container": "^1.1.2 || ^2.0.2"
2828
},
2929
"require-dev": {
3030
"doctrine/coding-standard": "^14.0.0",
31-
"illuminate/container": "^13.9.0",
32-
"laminas/laminas-servicemanager": "^4.5.0",
33-
"phpunit/phpunit": "^13.1.10",
34-
"psalm/plugin-phpunit": "^0.19.5",
35-
"symfony/cache": "^8.0.10",
36-
"symfony/yaml": "^8.0.11",
37-
"vimeo/psalm": "^6.15.1"
31+
"illuminate/container": "^13.26.1",
32+
"laminas/laminas-servicemanager": "^4.5.1",
33+
"phpunit/phpunit": "^13.3.1",
34+
"psalm/plugin-phpunit": "^0.20.2",
35+
"symfony/cache": "^8.1.4",
36+
"symfony/yaml": "^8.1.2",
37+
"vimeo/psalm": "^6.16.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)