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 0c3a4bd commit 40e4545Copy full SHA for 40e4545
composer.json
@@ -1,7 +1,11 @@
1
{
2
"name": "bearcms/code-element-addon",
3
"description": "Code element for Bear CMS",
4
- "keywords": ["code", "element", "Bear CMS"],
+ "keywords": [
5
+ "code",
6
+ "element",
7
+ "Bear CMS"
8
+ ],
9
"homepage": "https://github.com/bearcms/code-element-addon",
10
"license": "MIT",
11
"authors": [
@@ -14,10 +18,12 @@
14
18
"require": {
15
19
"php": ">=7.1",
16
20
"bearcms/bearframework-addon": "1.*",
17
- "bearframework/localization-addon": "0.2.*",
- "ivopetkov/client-packages-bearframework-addon": "0.2.*"
21
+ "bearframework/localization-addon": "1.*",
22
+ "ivopetkov/client-packages-bearframework-addon": "1.*"
23
},
24
"autoload": {
- "files": ["autoload.php"]
25
+ "files": [
26
+ "autoload.php"
27
+ ]
28
}
-}
29
+}
0 commit comments