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 daae9fb commit f740d4fCopy full SHA for f740d4f
app/code/Magento/CatalogCmsGraphQl/composer.json
@@ -0,0 +1,28 @@
1
+{
2
+ "name": "magento/module-catalog-cms-graph-ql",
3
+ "description": "N/A",
4
+ "type": "magento2-module",
5
+ "require": {
6
+ "php": "~7.1.3||~7.2.0||~7.3.0",
7
+ "magento/framework": "*",
8
+ "magento/module-catalog": "*",
9
+ "magento/module-cms-graph-ql": "*"
10
+ },
11
+ "suggest": {
12
+ "magento/module-graph-ql": "*",
13
+ "magento/module-cms": "*",
14
+ "magento/module-catalog-graph-ql": "*"
15
16
+ "license": [
17
+ "OSL-3.0",
18
+ "AFL-3.0"
19
+ ],
20
+ "autoload": {
21
+ "files": [
22
+ "registration.php"
23
24
+ "psr-4": {
25
+ "Magento\\CatalogCmsGraphQl\\": ""
26
+ }
27
28
+}
0 commit comments