Skip to content

Commit

Permalink
Remove static properties and methods from Request.php. (#25)
Browse files Browse the repository at this point in the history
Remove static properties and methods from Unirest and calls from related test cases.
  • Loading branch information
Mohammad-Haris authored Jul 14, 2022
1 parent 52e226f commit c74afa4
Show file tree
Hide file tree
Showing 13 changed files with 344 additions and 287 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,19 @@
"ext-json": "Allows using JSON Bodies for sending and parsing requests"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.0.0",
"phpunit/phpunit": "^5 || ^6 || ^7 || ^8 || ^9"
},
"autoload": {
"psr-0": {
"psr-4": {
"Unirest\\": "src/"
}
},
"scripts": {
"test": "phpunit",
"test-coverage": "phpunit --coverage-html=coverage"
},
"support": {
"email": "[email protected]"
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit c74afa4

Please sign in to comment.