This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -10,6 +10,7 @@
],
"require": {
"php": ">=7.1",
"ext-json": "*",
"pay-now/paynow-php-sdk": "^2.2",
"nyholm/psr7": "^1.2",
"php-http/curl-client": "^2.1"
@@ -35,5 +36,12 @@
"cs-fix": [
"php vendor/bin/phpcbf --standard=PSR2 --ignore=*/vendor/* ."
]
},
"extra": {
"hooks": {
"pre-commit": [
"php vendor/bin/phpcbf --standard=PSR2 --ignore=*/vendor/* ."
]
}
}
}