We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42262c3 + ffe7c92 commit 41983c5Copy full SHA for 41983c5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+<a name="1.7.1"></a>
2
+# [1.7.1](https://github.com/flextype-plugins/acl) (2020-12-29)
3
+
4
+### Bug Fixes
5
6
+* **composer** fix dependencies
7
8
<a name="1.7.0"></a>
9
# [1.7.0](https://github.com/flextype-plugins/acl) (2020-12-29)
10
composer.json
@@ -31,8 +31,7 @@
31
"autoload": {
32
"classmap": [
33
"app",
34
- "middlewares",
35
- "twig"
+ "middlewares"
36
]
37
}
38
plugin.yaml
@@ -1,5 +1,5 @@
name: ACL
-version: 1.7.0
+version: 1.7.1
description: ACL plugin for Flextype.
icon: fas fa-users-cog
author:
0 commit comments