Skip to content

Commit 82460a6

Browse files
committed
update composer dependencies to PHP ^8.1 and development branches
1 parent 8fa1371 commit 82460a6

File tree

2 files changed

+211
-172
lines changed

2 files changed

+211
-172
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
},
3131
"minimum-stability": "stable",
3232
"require": {
33-
"php": ">=7.4",
34-
"ext-sapnwrfc": "^1.4",
35-
"php-sap/interfaces": "^4.0",
36-
"php-sap/common": "^5.0"
33+
"php": "^8.1",
34+
"ext-sapnwrfc": "^2.1",
35+
"php-sap/interfaces": "dev-main",
36+
"php-sap/common": "dev-main"
3737
},
3838
"require-dev": {
3939
"ext-json": "*",
4040
"phpunit/phpunit": "^9.6",
41-
"php-sap/integration-tests": "^6.0",
41+
"php-sap/integration-tests": "dev-main",
4242
"squizlabs/php_codesniffer": "^3.7"
4343
},
4444
"autoload": {

0 commit comments

Comments
 (0)