Skip to content

Commit de2a005

Browse files
committed
updated php-sap interfaces to v5, common to v6 and integration-tests to v7
1 parent fd90766 commit de2a005

File tree

2 files changed

+22
-29
lines changed

2 files changed

+22
-29
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"require": {
3333
"php": "^8.1",
3434
"ext-sapnwrfc": "^2.1",
35-
"php-sap/interfaces": "dev-main",
36-
"php-sap/common": "dev-main"
35+
"php-sap/interfaces": "^5.0",
36+
"php-sap/common": "^6.0"
3737
},
3838
"require-dev": {
3939
"ext-json": "*",
4040
"phpunit/phpunit": "^9.6",
41-
"php-sap/integration-tests": "dev-main",
41+
"php-sap/integration-tests": "^7.0",
4242
"squizlabs/php_codesniffer": "^3.7"
4343
},
4444
"autoload": {

composer.lock

Lines changed: 19 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)