Skip to content

Commit be5a67c

Browse files
committed
Merge branch 'RemoveUnusedDependency'
Closes #69
2 parents b844641 + 2e5e91b commit be5a67c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
"ext-SimpleXML": "*",
2929
"php": "^7.1",
3030
"psr/http-factory": "^1.0",
31-
"psr/http-message": "^1.0",
32-
"php-http/message-factory": "^1.0"
31+
"psr/http-message": "^1.0"
3332
},
3433
"require-dev": {
3534
"nyholm/psr7": "^1.0",
@@ -40,7 +39,7 @@
4039
"php-http/psr7-integration-tests": "dev-master"
4140
},
4241
"provide": {
43-
"php-http/message-factory": "^1.0"
42+
"psr/http-factory": "^1.0"
4443
},
4544
"autoload": {
4645
"psr-4": {
@@ -53,13 +52,13 @@
5352
}
5453
},
5554
"scripts": {
56-
"test": [
57-
"@phpunit",
58-
"@phpcs",
59-
"@phpstan"
60-
],
61-
"phpunit": "php vendor/bin/phpunit --process-isolation",
62-
"phpcs": "php vendor/bin/phpcs",
63-
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
55+
"test": [
56+
"@phpunit",
57+
"@phpcs",
58+
"@phpstan"
59+
],
60+
"phpunit": "php vendor/bin/phpunit --process-isolation",
61+
"phpcs": "php vendor/bin/phpcs",
62+
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
6463
}
6564
}

0 commit comments

Comments
 (0)