Skip to content

Commit 1a7bb74

Browse files
authored
Cleanup and make sure CI passes (#1)
* normalize composer * Enable Roave BC check * Fixed PHPStan * Remove checks not needed * cs * update deps versions * Fixed lowest build
1 parent 9f4541f commit 1a7bb74

5 files changed

Lines changed: 16 additions & 975 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
"psr/http-factory": "^1.0"
1616
},
1717
"require-dev": {
18-
"symfony/http-client": "^5.0",
1918
"nyholm/psr7": "^1.2",
2019
"php-http/discovery": "^1.7",
20+
"php-http/httplug": "^2.0",
2121
"php-http/mock-client": "^1.3",
22-
"phpunit/phpunit": "^8.5"
22+
"phpunit/phpunit": "^8.5",
23+
"symfony/http-client": "^5.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)