Skip to content

Commit d1a451f

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | ------------------------- | ------ | ------ | | packagist | composer/composer | 2.7.7 | 2.7.7 | | packagist | roave/better-reflection | 6.26.0 | 6.37.0 | | github-tags | shivammathur/setup-php | 2.30.4 | 2.30.5 | | packagist | squizlabs/php_codesniffer | 3.10.1 | 3.10.1 | | packagist | symfony/console | 7.1.1 | 7.1.1 |
1 parent a3e50b8 commit d1a451f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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/[email protected].4"
60+
uses: "shivammathur/[email protected].5"
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/[email protected].4"
111+
uses: "shivammathur/[email protected].5"
112112
with:
113113
php-version: "${{ matrix.php-version }}"
114114
ini-values: memory_limit=-1

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"require": {
55
"php": "~8.2.0 || ~8.3.0",
66
"azjezz/psl": "^2.9.1",
7-
"composer/composer": "^2.7.6",
7+
"composer/composer": "^2.7.7",
88
"nikic/php-parser": "^4.19.1",
99
"nikolaposa/version": "^4.2.0",
1010
"ocramius/package-versions": "^2.8.0",
11-
"roave/better-reflection": "^6.26.0",
12-
"symfony/console": "^7.0.7"
11+
"roave/better-reflection": "^6.37.0",
12+
"symfony/console": "^7.1.1"
1313
},
1414
"license": "MIT",
1515
"authors": [
@@ -29,7 +29,7 @@
2929
"psalm/plugin-phpunit": "^0.19.0",
3030
"roave/infection-static-analysis-plugin": "^1.35.0",
3131
"roave/security-advisories": "dev-master",
32-
"squizlabs/php_codesniffer": "^3.10.0",
32+
"squizlabs/php_codesniffer": "^3.10.1",
3333
"vimeo/psalm": "^5.24.0"
3434
},
3535
"conflict": {

0 commit comments

Comments
 (0)