Skip to content

Commit 2b6842f

Browse files
author
aleksandr.shelestov
committed
Added: Email notifications
Added: Token Protection
1 parent 1d9ee6b commit 2b6842f

28 files changed

+1229
-47
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ PHPForm is released under MIT, ensuring it remains free and open for use and mod
4747
## Running locally with docker
4848
Use the latest [image from docker hub](https://hub.docker.com/r/phpform/phpform-server) to run it locally:
4949
```bash
50-
docker run --name phpform -d -p 9000:9000 phpform/phpform-server:0.1
50+
docker run --name phpform -d -p 9000:9000 phpform/phpform-server:0.2
5151
```
5252
Copy environment file and adjust it to your needs:
5353
```bash

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"symfony/flex": "^2",
2121
"symfony/form": "7.0.*",
2222
"symfony/framework-bundle": "7.0.*",
23+
"symfony/mailer": "7.0.*",
2324
"symfony/password-hasher": "7.0.*",
2425
"symfony/runtime": "7.0.*",
2526
"symfony/security-bundle": "7.0.*",

0 commit comments

Comments
 (0)