chore: Update composer.json files.

This commit is contained in:
Pol Dellaiera
2022-03-08 15:48:26 +01:00
parent 1a783e1881
commit 325ab0daf3
3 changed files with 7 additions and 3 deletions

View File

@@ -18,6 +18,7 @@
}
],
"require": {
"spomky-labs/base64url": "^2"
},
"require-dev": {
},

View File

@@ -8,7 +8,8 @@
}
},
"require": {
"symfony/mime": "^4 || ^5"
"symfony/mime": "^4 || ^5",
"symfony/http-foundation": "^4"
},
"license": "AGPL-3.0"
}