Skip to content

Commit 1b6b925

Browse files
authored
Merge pull request #4 from phpform-dev/browser-push-notifications
Browser push notification for form submissions
2 parents c1c41b1 + d5eae51 commit 1b6b925

36 files changed

+2299
-74
lines changed

Diff for: composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@
66
"require": {
77
"php": ">=8.2",
88
"ext-ctype": "*",
9+
"ext-gd": "*",
910
"ext-iconv": "*",
1011
"ext-xml": "*",
11-
"ext-gd": "*",
1212
"ext-zip": "*",
1313
"doctrine/doctrine-bundle": "^2.11",
1414
"doctrine/doctrine-migrations-bundle": "^3.3",
1515
"doctrine/orm": "^2.17",
16+
"minishlink/web-push": "^8.0",
1617
"phpoffice/phpspreadsheet": "^1.29",
1718
"symfony/console": "7.0.*",
1819
"symfony/dotenv": "7.0.*",

0 commit comments

Comments
 (0)