Skip to content

Commit

Permalink
updated php-sap interfaces to v5, common to v6 and integration-tests …
Browse files Browse the repository at this point in the history
…to v7
  • Loading branch information
gregor-j committed Aug 5, 2024
1 parent fd90766 commit de2a005
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"require": {
"php": "^8.1",
"ext-sapnwrfc": "^2.1",
"php-sap/interfaces": "dev-main",
"php-sap/common": "dev-main"
"php-sap/interfaces": "^5.0",
"php-sap/common": "^6.0"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.6",
"php-sap/integration-tests": "dev-main",
"php-sap/integration-tests": "^7.0",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
Expand Down
45 changes: 19 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de2a005

Please sign in to comment.