Skip to content

Commit

Permalink
#83 Make the package compatible with php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rachidtarsimi committed Dec 10, 2024
1 parent 3aa54d4 commit 421d12d
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"cweagans/composer-patches": "^1 || ^2",
"php-http/logger-plugin": "^1",
"php-http/message": "~1.13",
"phpro/soap-client": "~2.4",
"phpro/soap-client": ">=3 <4",
"psr/http-client": "^1",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1",
Expand Down Expand Up @@ -69,13 +69,5 @@
},
"bin": ["bin/epoetry"],
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"patches": {
"phpro/soap-client" : {
"https://github.com/phpro/soap-client/issues/446": "https://patch-diff.githubusercontent.com/raw/phpro/soap-client/pull/448.diff",
"https://github.com/phpro/soap-client/issues/444": "https://patch-diff.githubusercontent.com/raw/phpro/soap-client/pull/445.diff"
}
}
}
"prefer-stable": true
}

0 comments on commit 421d12d

Please sign in to comment.