Skip to content

Commit 068b3de

Browse files
authored
Added missing composer file for Magento/Framework/Stomp (#172)
1 parent b8ab937 commit 068b3de

File tree

1 file changed

+25
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)