Skip to content

Commit 818fe07

Browse files
author
php-schubser
committed
fix: added modules in require
1 parent c917c25 commit 818fe07

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

moduleinfo.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
"developerWebsite": "https://www.shopbetreuung.com/",
1212
"website": "https://www.shopbetreuung.com/",
1313
"category": "language",
14-
1514
"modifiedCompatibility": [
1615
"2.0.5.0", "2.0.5.1"
17-
]
18-
16+
],
17+
"require": {
18+
"composer/autoload": "^1.1.0",
19+
"robinthehood/modified-std-module": "^0.1.0",
20+
"gulliver72/modified-std-language-module": "^0.1.5"
21+
}
1922
}

0 commit comments

Comments
 (0)