-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 816 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "php-soap/java-interop",
"description": "Cross-stack SOAP interop tests: php-soap middlewares against a Dockerised Apache WSS4J oracle.",
"license": "MIT",
"type": "project",
"autoload-dev": {
"psr-4": {
"SoapInterop\\Tests\\": "tests/"
}
},
"require": {
"php": "~8.4.0 || ~8.5.0",
"ext-dom": "*",
"ext-openssl": "*",
"php-soap/psr18-wsse-middleware": "4.x-dev",
"php-soap/psr18-attachments-middleware": "@dev",
"nyholm/psr7": "^1.8",
"symfony/http-client": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "~12.3"
},
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}