Skip to content

Commit b7b0a9d

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------ | | packagist | azjezz/psl | 2.3.1 | 2.6.0 | | packagist | composer/composer | 2.5.1 | 2.5.7 | | packagist | doctrine/coding-standard | 11.0.0 | 11.1.0 | | packagist | nikic/php-parser | 4.15.3 | 4.15.5 | | packagist | phpunit/phpunit | 9.5.27 | 9.6.8 | | packagist | roave/better-reflection | 6.5.0 | 6.10.0 | | packagist | roave/infection-static-analysis-plugin | 1.27.0 | 1.32.0 | | github-tags | shivammathur/setup-php | 2.24.0 | 2.25.2 | | packagist | squizlabs/php_codesniffer | 3.7.1 | 3.7.2 | | packagist | symfony/console | 6.2.3 | 6.2.11 | | packagist | vimeo/psalm | 5.4.0 | 5.12.0 |
1 parent e9fa426 commit b7b0a9d

File tree

4 files changed

+361
-308
lines changed

4 files changed

+361
-308
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
fetch-depth: 0
5858

5959
- name: "Install PHP"
60-
uses: "shivammathur/setup-php@2.24.0"
60+
uses: "shivammathur/setup-php@2.25.2"
6161
with:
6262
php-version: "${{ matrix.php-version }}"
6363
ini-values: memory_limit=-1
@@ -109,7 +109,7 @@ jobs:
109109
fetch-depth: 0
110110

111111
- name: "Install PHP"
112-
uses: "shivammathur/setup-php@2.24.0"
112+
uses: "shivammathur/setup-php@2.25.2"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

.github/workflows/release-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: "actions/checkout@v3"
2828

2929
- name: "Install PHP"
30-
uses: "shivammathur/setup-php@2.24.0"
30+
uses: "shivammathur/setup-php@2.25.2"
3131
with:
3232
coverage: "pcov"
3333
php-version: "${{ matrix.php-version }}"

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"require": {
55
"php": "~8.1.0 || ~8.2.0",
66
"ext-json": "*",
7-
"azjezz/psl": "^2.3.1",
8-
"composer/composer": "^2.5.1",
9-
"nikic/php-parser": "^4.15.3",
7+
"azjezz/psl": "^2.6.0",
8+
"composer/composer": "^2.5.7",
9+
"nikic/php-parser": "^4.15.5",
1010
"nikolaposa/version": "^4.1.0",
1111
"ocramius/package-versions": "^2.7.0",
12-
"roave/better-reflection": "^6.5.0",
13-
"symfony/console": "^6.2.3"
12+
"roave/better-reflection": "^6.10.0",
13+
"symfony/console": "^6.2.11"
1414
},
1515
"license": "MIT",
1616
"authors": [
@@ -24,14 +24,14 @@
2424
}
2525
],
2626
"require-dev": {
27-
"doctrine/coding-standard": "^11.0.0",
27+
"doctrine/coding-standard": "^11.1.0",
2828
"php-standard-library/psalm-plugin": "^2.2.1",
29-
"phpunit/phpunit": "^9.5.27",
29+
"phpunit/phpunit": "^9.6.8",
3030
"psalm/plugin-phpunit": "^0.18.4",
31-
"roave/infection-static-analysis-plugin": "^1.27.0",
31+
"roave/infection-static-analysis-plugin": "^1.32.0",
3232
"roave/security-advisories": "dev-master",
33-
"squizlabs/php_codesniffer": "^3.7.1",
34-
"vimeo/psalm": "^5.4.0"
33+
"squizlabs/php_codesniffer": "^3.7.2",
34+
"vimeo/psalm": "^5.12.0"
3535
},
3636
"conflict": {
3737
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)