Skip to content

Commit f5a3987

Browse files
committed
:octocat: dependency update
1 parent 08ca204 commit f5a3987

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"psr/http-factory":"^1.0"
2727
},
2828
"require-dev": {
29-
"guzzlehttp/psr7": "^2.0",
30-
"phan/phan": "^4.0",
29+
"guzzlehttp/psr7": "^2.4",
30+
"phan/phan": "^5.4",
3131
"phpunit/phpunit": "^9.5"
3232
},
3333
"autoload": {
@@ -42,5 +42,14 @@
4242
"psr-4": {
4343
"chillerlan\\HTTPTest\\Utils\\": "tests/"
4444
}
45+
},
46+
"scripts": {
47+
"phpunit": "@php vendor/bin/phpunit",
48+
"phan": "@php vendor/bin/phan"
49+
},
50+
"config": {
51+
"lock": false,
52+
"sort-packages": true,
53+
"platform-check": true
4554
}
4655
}

0 commit comments

Comments
 (0)