Skip to content

Commit 3d4ba78

Browse files
authored
Merge pull request #121 from TimWolla/composer-bump
Run `composer bump`
2 parents 139b831 + eeae41b commit 3d4ba78

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Diff for: composer.json

+10-6
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"ext-zip": "*",
3232
"composer/composer": "dev-main",
3333
"fidry/cpu-core-counter": "^1.2",
34-
"illuminate/container": "^10.47",
35-
"symfony/console": "^6.4",
36-
"symfony/process": "^6.4",
34+
"illuminate/container": "^10.48.24",
35+
"symfony/console": "^6.4.15",
36+
"symfony/process": "^6.4.15",
3737
"webmozart/assert": "^1.11"
3838
},
3939
"require-dev": {
40-
"behat/behat": "^3.14",
40+
"behat/behat": "^3.16",
4141
"doctrine/coding-standard": "^12.0",
4242
"php-standard-library/psalm-plugin": "^2.3",
43-
"phpunit/phpunit": "^10.5",
43+
"phpunit/phpunit": "^10.5.38",
4444
"psalm/plugin-phpunit": "^0.18.4",
45-
"vimeo/psalm": "^5.22"
45+
"vimeo/psalm": "^5.26.1"
4646
},
4747
"replace": {
4848
"symfony/polyfill-php81": "*",
@@ -52,8 +52,12 @@
5252
"config": {
5353
"sort-packages": true,
5454
"preferred-install": "dist",
55+
"bump-after-update": true,
5556
"allow-plugins": {
5657
"dealerdirect/phpcodesniffer-composer-installer": true
58+
},
59+
"platform": {
60+
"php": "8.1.0"
5761
}
5862
}
5963
}

Diff for: composer.lock

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)