Skip to content

Commit b25cb8b

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------- | ------- | ------- | | packagist | azjezz/psl | 4.2.1 | 4.3.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 |
1 parent 858325e commit b25cb8b

3 files changed

Lines changed: 25 additions & 25 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: 3 additions & 3 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": [
@@ -30,7 +30,7 @@
3030
"doctrine/coding-standard": "^14.0.0",
3131
"justinrainbow/json-schema": "^6.7.2",
3232
"php-standard-library/psalm-plugin": "^2.3.0",
33-
"phpunit/phpunit": "^12.5.12",
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",

composer.lock

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

0 commit comments

Comments
 (0)