Skip to content

Commit

Permalink
Merge pull request #197 from Invertus/SV-27/logger-inferface
Browse files Browse the repository at this point in the history
[WIP] SaferPay add logger interface
  • Loading branch information
MarijusCoding authored Oct 8, 2024
2 parents fce5b13 + e2eeea3 commit 413924f
Show file tree
Hide file tree
Showing 59 changed files with 2,660 additions and 86 deletions.
13 changes: 9 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@
"php": "5.6"
}
},
"repositories": [
{
"repositories": {
"knapsack": {
"type": "vcs",
"url": "https://github.com/Invertus/Knapsack.git"
},
"lock": {
"type": "vcs",
"url": "https://github.com/Invertus/lock.git",
"no-api": true
}
],
},
"require": {
"vlucas/phpdotenv": "^3.6",
"symfony/expression-language": "^3.4",
Expand All @@ -37,7 +41,8 @@
"apimatic/unirest-php": "^2.3",
"symfony/yaml": "^3.4",
"league/container": "2.5.0",
"invertus/lock": "^1.0.0"
"invertus/lock": "^1.0.0",
"invertus/knapsack": "^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
Expand Down
Loading

0 comments on commit 413924f

Please sign in to comment.