Skip to content

Commit c7ef0b9

Browse files
committed
Update dependencies and subsequently code
1 parent dfa22a7 commit c7ef0b9

11 files changed

+1211
-758
lines changed

composer.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "brnc/psr7-symfony1-adapter",
33
"description": "Partial PSR-7 Adapters for Symfony 1.5",
4+
"license": "MIT",
45
"keywords": [
56
"symfony1",
67
"http-message",
78
"http",
89
"message",
910
"psr-7"
1011
],
11-
"license": "MIT",
1212
"authors": [
1313
{
1414
"name": "ebln",
@@ -26,16 +26,11 @@
2626
"ergebnis/composer-normalize": "^2.15",
2727
"php-http/psr7-integration-tests": "^1.1",
2828
"phpmd/phpmd": "^2.10.1",
29-
"phpstan/phpstan": "^0.12.90",
30-
"phpstan/phpstan-webmozart-assert": "^0.12.12",
31-
"phpunit/phpunit": "^9.5",
29+
"phpstan/phpstan": "^1.10",
30+
"phpstan/phpstan-webmozart-assert": "^1.2",
31+
"phpunit/phpunit": "^9.6.7",
3232
"roave/security-advisories": "dev-master",
33-
"vimeo/psalm": "^4.8"
34-
},
35-
"config": {
36-
"allow-plugins": {
37-
"ergebnis/composer-normalize": true
38-
}
33+
"vimeo/psalm": "^5.9"
3934
},
4035
"autoload": {
4136
"psr-4": {
@@ -64,6 +59,11 @@
6459
"coverage/"
6560
]
6661
},
62+
"config": {
63+
"allow-plugins": {
64+
"ergebnis/composer-normalize": true
65+
}
66+
},
6767
"scripts": {
6868
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html coverage --coverage-text --colors=auto && chown -R 1000:1000 coverage",
6969
"quality": [

0 commit comments

Comments
 (0)