Skip to content

Commit 08f6bee

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ---------------------------------- | ------- | ------- | | packagist | php-standard-library/async | 6.1.1 | 6.1.1 | | packagist | php-standard-library/dict | 6.1.1 | 6.1.1 | | packagist | php-standard-library/env | 6.1.1 | 6.1.1 | | packagist | php-standard-library/file | 6.1.1 | 6.1.1 | | packagist | php-standard-library/filesystem | 6.1.1 | 6.1.1 | | packagist | php-standard-library/foundation | 6.1.1 | 6.1.1 | | packagist | php-standard-library/hash | 6.1.1 | 6.1.1 | | packagist | php-standard-library/iter | 6.1.1 | 6.1.1 | | packagist | php-standard-library/json | 6.1.1 | 6.1.1 | | packagist | php-standard-library/psalm-plugin | 2.4.0 | 2.4.0 | | packagist | php-standard-library/regex | 6.1.1 | 6.1.1 | | packagist | php-standard-library/secure-random | 6.1.1 | 6.1.1 | | packagist | php-standard-library/shell | 6.1.1 | 6.1.1 | | packagist | php-standard-library/str | 6.1.1 | 6.1.1 | | packagist | php-standard-library/type | 6.1.1 | 6.1.1 | | packagist | php-standard-library/vec | 6.1.1 | 6.1.1 | | packagist | phpunit/phpunit | 12.5.14 | 12.5.14 | | packagist | psalm/plugin-phpunit | 0.19.6 | 0.20.0 | | github-tags | shivammathur/setup-php | 2.36.0 | 2.37.0 | | packagist | symfony/console | 7.4.7 | 7.4.7 | | packagist | vimeo/psalm | 6.16.1 | 6.16.1 |
1 parent ba4f4b2 commit 08f6bee

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

.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.36.0"
60+
uses: "shivammathur/setup-php@2.37.0"
6161
with:
6262
php-version: "${{ matrix.php-version }}"
6363
ini-values: memory_limit=-1
@@ -108,7 +108,7 @@ jobs:
108108
fetch-depth: 0
109109

110110
- name: "Install PHP"
111-
uses: "shivammathur/setup-php@2.36.0"
111+
uses: "shivammathur/setup-php@2.37.0"
112112
with:
113113
php-version: "${{ matrix.php-version }}"
114114
ini-values: memory_limit=-1

composer.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
"ext-json": "*",
88
"ext-libxml": "*",
99
"ext-simplexml": "*",
10-
"php-standard-library/iter": "^6.0",
11-
"php-standard-library/async": "^6.0",
12-
"php-standard-library/str": "^6.0",
13-
"php-standard-library/env": "^6.0",
14-
"php-standard-library/filesystem": "^6.0",
15-
"php-standard-library/json": "^6.0",
16-
"php-standard-library/type": "^6.0",
17-
"php-standard-library/regex": "^6.0",
18-
"php-standard-library/foundation": "^6.0",
19-
"php-standard-library/dict": "^6.0",
20-
"php-standard-library/file": "^6.0",
21-
"php-standard-library/vec": "^6.0",
22-
"php-standard-library/shell": "^6.0",
10+
"php-standard-library/iter": "^6.1.1",
11+
"php-standard-library/async": "^6.1.1",
12+
"php-standard-library/str": "^6.1.1",
13+
"php-standard-library/env": "^6.1.1",
14+
"php-standard-library/filesystem": "^6.1.1",
15+
"php-standard-library/json": "^6.1.1",
16+
"php-standard-library/type": "^6.1.1",
17+
"php-standard-library/regex": "^6.1.1",
18+
"php-standard-library/foundation": "^6.1.1",
19+
"php-standard-library/dict": "^6.1.1",
20+
"php-standard-library/file": "^6.1.1",
21+
"php-standard-library/vec": "^6.1.1",
22+
"php-standard-library/shell": "^6.1.1",
2323
"composer/composer": "^2.9.5",
2424
"nikic/php-parser": "^5.7.0",
2525
"nikolaposa/version": "^4.2.1",
2626
"ocramius/package-versions": "^2.11.0",
2727
"roave/better-reflection": "^6.69.0",
28-
"symfony/console": "^7.4.4"
28+
"symfony/console": "^7.4.7"
2929
},
3030
"license": "MIT",
3131
"authors": [
@@ -41,15 +41,15 @@
4141
"require-dev": {
4242
"doctrine/coding-standard": "^14.0.0",
4343
"justinrainbow/json-schema": "^6.7.2",
44-
"php-standard-library/hash": "^6.0",
45-
"php-standard-library/secure-random": "^6.0",
46-
"php-standard-library/psalm-plugin": "^2.3.0",
47-
"phpunit/phpunit": "^12.5.12",
48-
"psalm/plugin-phpunit": "^0.19.5",
44+
"php-standard-library/hash": "^6.1.1",
45+
"php-standard-library/secure-random": "^6.1.1",
46+
"php-standard-library/psalm-plugin": "^2.4.0",
47+
"phpunit/phpunit": "^12.5.14",
48+
"psalm/plugin-phpunit": "^0.20.0",
4949
"roave/infection-static-analysis-plugin": "^1.43.0",
5050
"roave/security-advisories": "dev-master",
5151
"squizlabs/php_codesniffer": "^4.0.1",
52-
"vimeo/psalm": "^6.15.1"
52+
"vimeo/psalm": "^6.16.1"
5353
},
5454
"conflict": {
5555
"revolt/event-loop": "<0.2.5",

0 commit comments

Comments
 (0)