Skip to content

Commit

Permalink
Merge branch 'RemoveUnusedDependency'
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
akrabat committed Nov 1, 2018
2 parents b844641 + 2e5e91b commit be5a67c
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"ext-SimpleXML": "*",
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"php-http/message-factory": "^1.0"
"psr/http-message": "^1.0"
},
"require-dev": {
"nyholm/psr7": "^1.0",
Expand All @@ -40,7 +39,7 @@
"php-http/psr7-integration-tests": "dev-master"
},
"provide": {
"php-http/message-factory": "^1.0"
"psr/http-factory": "^1.0"
},
"autoload": {
"psr-4": {
Expand All @@ -53,13 +52,13 @@
}
},
"scripts": {
"test": [
"@phpunit",
"@phpcs",
"@phpstan"
],
"phpunit": "php vendor/bin/phpunit --process-isolation",
"phpcs": "php vendor/bin/phpcs",
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
"test": [
"@phpunit",
"@phpcs",
"@phpstan"
],
"phpunit": "php vendor/bin/phpunit --process-isolation",
"phpcs": "php vendor/bin/phpcs",
"phpstan": "php -d memory_limit=-1 vendor/bin/phpstan analyse src tests"
}
}

0 comments on commit be5a67c

Please sign in to comment.