Skip to content

Commit d8133da

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------------------- | ------ | ------- | | packagist | composer/composer | 2.8.5 | 2.8.8 | | packagist | nikolaposa/version | 4.2.0 | 4.2.1 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.18 | | packagist | psalm/plugin-phpunit | 0.19.2 | 0.19.5 | | packagist | roave/infection-static-analysis-plugin | 1.36.0 | 1.37.0 | | github-tags | shivammathur/setup-php | 2.32.0 | 2.33.0 | | packagist | squizlabs/php_codesniffer | 3.11.3 | 3.12.2 | | packagist | symfony/console | 7.2.1 | 7.2.5 | | packagist | vimeo/psalm | 6.6.1 | 6.10.1 |
1 parent 4eef6ea commit d8133da

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/continuous-integration.yml

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

6060
- name: "Install PHP"
61-
uses: "shivammathur/setup-php@2.32.0"
61+
uses: "shivammathur/setup-php@2.33.0"
6262
with:
6363
php-version: "${{ matrix.php-version }}"
6464
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.32.0"
112+
uses: "shivammathur/setup-php@2.33.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
1010
"azjezz/psl": "^3.2.0",
11-
"composer/composer": "^2.8.5",
11+
"composer/composer": "^2.8.8",
1212
"nikic/php-parser": "^5.4.0",
13-
"nikolaposa/version": "^4.2.0",
13+
"nikolaposa/version": "^4.2.1",
1414
"ocramius/package-versions": "^2.10.0",
1515
"roave/better-reflection": "^6.57.0",
16-
"symfony/console": "^7.2.1"
16+
"symfony/console": "^7.2.5"
1717
},
1818
"license": "MIT",
1919
"authors": [
@@ -30,12 +30,12 @@
3030
"doctrine/coding-standard": "^12.0.0",
3131
"estahn/phpunit-json-assertions": "^4.0",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^11.5.7",
34-
"psalm/plugin-phpunit": "^0.19.2",
35-
"roave/infection-static-analysis-plugin": "^1.36.0",
33+
"phpunit/phpunit": "^11.5.18",
34+
"psalm/plugin-phpunit": "^0.19.5",
35+
"roave/infection-static-analysis-plugin": "^1.37.0",
3636
"roave/security-advisories": "dev-master",
37-
"squizlabs/php_codesniffer": "^3.11.3",
38-
"vimeo/psalm": "^6.6.1"
37+
"squizlabs/php_codesniffer": "^3.12.2",
38+
"vimeo/psalm": "^6.10.1"
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)