We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1371 commit 82460a6Copy full SHA for 82460a6
composer.json
@@ -30,15 +30,15 @@
30
},
31
"minimum-stability": "stable",
32
"require": {
33
- "php": ">=7.4",
34
- "ext-sapnwrfc": "^1.4",
35
- "php-sap/interfaces": "^4.0",
36
- "php-sap/common": "^5.0"
+ "php": "^8.1",
+ "ext-sapnwrfc": "^2.1",
+ "php-sap/interfaces": "dev-main",
+ "php-sap/common": "dev-main"
37
38
"require-dev": {
39
"ext-json": "*",
40
"phpunit/phpunit": "^9.6",
41
- "php-sap/integration-tests": "^6.0",
+ "php-sap/integration-tests": "dev-main",
42
"squizlabs/php_codesniffer": "^3.7"
43
44
"autoload": {
0 commit comments