Skip to content

Commit 3b6277f

Browse files
dependabot[bot]WyriHaximus
authored andcommitted
Bump wyrihaximus/async-test-utilities from 4.0.8 to 4.1.0
Bumps [wyrihaximus/async-test-utilities](https://github.com/WyriHaximus/php-async-test-utilities) from 4.0.8 to 4.1.0. - [Release notes](https://github.com/WyriHaximus/php-async-test-utilities/releases) - [Commits](WyriHaximus/php-async-test-utilities@4.0.8...4.1.0) --- updated-dependencies: - dependency-name: wyrihaximus/async-test-utilities dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afa6dfa commit 3b6277f

File tree

2 files changed

+367
-289
lines changed

2 files changed

+367
-289
lines changed

composer.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@
2020
},
2121
"require-dev": {
2222
"guzzlehttp/psr7": "^1.8.2 || ^2.0.0",
23-
"wyrihaximus/async-test-utilities": "^3.4.24 || ^4.0.0"
24-
},
25-
"config": {
26-
"platform": {
27-
"php": "7.4.7"
28-
},
29-
"sort-packages": true
23+
"wyrihaximus/async-test-utilities": "^3.4.24 || ^4.1.0"
3024
},
3125
"autoload": {
3226
"psr-4": {
@@ -38,6 +32,19 @@
3832
"ApiClients\\Tests\\Tools\\Psr7\\Oauth1\\": "tests/"
3933
}
4034
},
35+
"config": {
36+
"allow-plugins": {
37+
"ergebnis/composer-normalize": true,
38+
"composer/package-versions-deprecated": true,
39+
"dealerdirect/phpcodesniffer-composer-installer": true,
40+
"icanhazstring/composer-unused": true,
41+
"infection/extension-installer": true
42+
},
43+
"platform": {
44+
"php": "7.4.7"
45+
},
46+
"sort-packages": true
47+
},
4148
"scripts": {
4249
"post-install-cmd": [
4350
"composer normalize"

0 commit comments

Comments
 (0)