-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8d0fc14
commit 5ed0399
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule dbp-relay-core-bundle
updated
33 files
Submodule relay-formalize-bundle
updated
15 files
+1 −1 | .github/workflows/test.yml | |
+1 −0 | .php-cs-fixer.dist.php | |
+4 −0 | CHANGELOG.md | |
+2 −2 | composer.json | |
+248 −373 | composer.lock | |
+0 −3 | src/DependencyInjection/DbpRelayFormalizeExtension.php | |
+6 −0 | src/Entity/Form.php | |
+29 −4 | src/Entity/Submission.php | |
+2 −2 | src/Rest/FormProcessor.php | |
+2 −2 | src/Rest/FormProvider.php | |
+8 −2 | src/Rest/SubmissionProcessor.php | |
+2 −2 | src/Rest/SubmissionProvider.php | |
+1 −1 | src/Service/FormalizeService.php | |
+12 −12 | tests/ApiTest.php | |
+8 −8 | tests/Service/FormalizeServiceTest.php |
Submodule relay-server-template
updated
6 files
+1 −1 | .github/workflows/test.yml | |
+2 −0 | .php-cs-fixer.dist.php | |
+4 −0 | CHANGELOG.md | |
+2 −2 | composer.json | |
+161 −157 | composer.lock | |
+0 −3 | symfony.lock |