Compare commits

..

2 commits

Author SHA1 Message Date
Benjamin Nussbaum
cf66a4e606 chore(docker): add instructions on how to generate an APP_KEY
Some checks are pending
tests / ci (push) Waiting to run
2026-03-04 08:24:22 +01:00
Benjamin Nussbaum
b6df311d01 chore: update dependencies 2026-03-04 08:24:22 +01:00

12
composer.lock generated
View file

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.371.3", "version": "3.371.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "d300ec1c861e52dc8f17ca3d75dc754da949f065" "reference": "957f8a5ecc30670c95dfc37a9d04660899fc44e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d300ec1c861e52dc8f17ca3d75dc754da949f065", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/957f8a5ecc30670c95dfc37a9d04660899fc44e0",
"reference": "d300ec1c861e52dc8f17ca3d75dc754da949f065", "reference": "957f8a5ecc30670c95dfc37a9d04660899fc44e0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -153,9 +153,9 @@
"support": { "support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions", "forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.371.3" "source": "https://github.com/aws/aws-sdk-php/tree/3.371.4"
}, },
"time": "2026-02-27T19:05:40+00:00" "time": "2026-03-03T19:52:06+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",