Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Create a new ready session use case #10

Merged
merged 19 commits into from
Apr 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
KERNEL_CLASS='StepupReadId\Kernel'
APP_ENV=dev
APP_SECRET=secret
APP_AUTHORIZATION_TOKEN=authorization_token
APP_OPAQUE_ID=opaque_id
APP_READID_SERVER_FQDN=readid.server.com
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"php": "^7.2.5",
"ext-ctype": "*",
"ext-iconv": "*",
"ramsey/uuid": "^4.0",
"sensio/framework-extra-bundle": "^5.1",
"surfnet/stepup-saml-bundle": "^4.1",
"symfony/asset": "4.4.*",
Expand All @@ -16,6 +17,7 @@
"symfony/framework-bundle": "4.4.*",
"symfony/http-client": "4.4.*",
"symfony/intl": "4.4.*",
"symfony/messenger": "4.4.*",
"symfony/monolog-bundle": "^3.1",
"symfony/security-bundle": "4.4.*",
"symfony/serializer-pack": "*",
Expand All @@ -24,6 +26,7 @@
"symfony/yaml": "4.4.*"
},
"require-dev": {
"ext-json": "*",
"ibuildings/qa-pack": "^1.8",
"symfony/debug-pack": "*",
"symfony/maker-bundle": "^1.0",
Expand Down
Loading