Skip to content

Commit 86cca87

Browse files
authored
Add missing composer file for Magento_Stomp (#173)
1 parent 068b3de commit 86cca87

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "magento/module-stomp",
3+
"description": "N/A",
4+
"config": {
5+
"sort-packages": true
6+
},
7+
"require": {
8+
"magento/framework": "*",
9+
"magento/framework-stomp": "*",
10+
"magento/framework-message-queue": "*",
11+
"magento/module-asynchronous-operations": "*",
12+
"php": "~8.2.0||~8.3.0||~8.4.0"
13+
},
14+
"type": "magento2-module",
15+
"license": [
16+
"OSL-3.0",
17+
"AFL-3.0"
18+
],
19+
"autoload": {
20+
"files": [
21+
"registration.php"
22+
],
23+
"psr-4": {
24+
"Magento\\Stomp\\": ""
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)