Skip to content

Commit

Permalink
Remove manual response signing
Browse files Browse the repository at this point in the history
  • Loading branch information
mstegmeyer committed May 14, 2024
1 parent 10b96dc commit 7c1ff4f
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 339 deletions.
12 changes: 2 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
},
"sort-packages": true
},
"repositories": [
{
"type": "path",
"url": "../app*",
"options": {
"symlink": true
}
}
],
"autoload": {
"psr-4": {
"Swag\\PayPalApp\\": "src/"
Expand Down Expand Up @@ -71,7 +62,8 @@
]
},
"conflict": {
"symfony/symfony": "*"
"symfony/symfony": "*",
"shopware/app-php-sdk": "<2.0.4"
},
"extra": {
"symfony": {
Expand Down
Loading

0 comments on commit 7c1ff4f

Please sign in to comment.