Skip to content

Commit 1340130

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | --------------------------------- | ------- | ------- | | packagist | azjezz/psl | 4.2.1 | 4.3.0 | | packagist | php-standard-library/psalm-plugin | 2.3.0 | 2.4.0 | | packagist | phpunit/phpunit | 12.5.12 | 12.5.14 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 | | packagist | symfony/console | 7.4.4 | 7.4.7 | | packagist | vimeo/psalm | 6.15.1 | 6.16.0 |
1 parent 858325e commit 1340130

3 files changed

Lines changed: 41 additions & 40 deletions

File tree

.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.36.0"
61+
uses: "shivammathur/setup-php@2.37.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.36.0"
112+
uses: "shivammathur/setup-php@2.37.0"
113113
with:
114114
php-version: "${{ matrix.php-version }}"
115115
ini-values: memory_limit=-1

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"ext-json": "*",
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
10-
"azjezz/psl": "^4.2.1",
10+
"azjezz/psl": "^4.3.0",
1111
"composer/composer": "^2.9.5",
1212
"nikic/php-parser": "^5.7.0",
1313
"nikolaposa/version": "^4.2.1",
1414
"ocramius/package-versions": "^2.11.0",
1515
"roave/better-reflection": "^6.69.0",
16-
"symfony/console": "^7.4.4"
16+
"symfony/console": "^7.4.7"
1717
},
1818
"license": "MIT",
1919
"authors": [
@@ -29,13 +29,13 @@
2929
"require-dev": {
3030
"doctrine/coding-standard": "^14.0.0",
3131
"justinrainbow/json-schema": "^6.7.2",
32-
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^12.5.12",
32+
"php-standard-library/psalm-plugin": "^2.4.0",
33+
"phpunit/phpunit": "^12.5.14",
3434
"psalm/plugin-phpunit": "^0.19.5",
3535
"roave/infection-static-analysis-plugin": "^1.43.0",
3636
"roave/security-advisories": "dev-master",
3737
"squizlabs/php_codesniffer": "^4.0.1",
38-
"vimeo/psalm": "^6.15.1"
38+
"vimeo/psalm": "^6.16.0"
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",

composer.lock

Lines changed: 34 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)