We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d009e commit 3c6c782Copy full SHA for 3c6c782
ChangeLog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+v1.8.2.1
4
+--------
5
+- Removed required in composer.json (22/05/2018)
6
+
7
v1.8.2
8
------
9
- Added GDPR agreement (17/05/2018)
composer.json
@@ -19,8 +19,6 @@
19
],
20
"require": {
21
"php": ">=5.5.9",
22
- "symfony/framework-bundle": "^3",
23
- "sensio/framework-extra-bundle": "^3",
24
"c975l/email-bundle": "^1",
25
"c975l/includelibrary-bundle": "^1"
26
},
@@ -34,4 +32,4 @@
34
32
"source": "https://github.com/975L/ContactFormBundle",
35
33
"issues": "https://github.com/975L/ContactFormBundle/issues"
36
}
37
-}
+}
0 commit comments