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 83299c1 commit e8d16e0Copy full SHA for e8d16e0
.gitignore
@@ -1,5 +1,6 @@
1
+/.idea
2
/.php-cs-fixer.cache
3
/composer.lock
4
/vendor
5
/src/Resources/public/
-/src/Resources/app/administration/node_modules/
6
+/src/Resources/app/administration/node_modules/
qodana.yaml
@@ -0,0 +1,11 @@
+bootstrap: composer req shopware/elasticsearch:*
+php:
+ version: "8.1"
+include:
+ - name: VulnerableLibrariesGlobal
+plugins:
7
+ - id: de.espend.idea.php.annotation
8
+ - id: fr.adrienbrault.idea.symfony2plugin
9
+ - id: com.kalessil.phpStorm.phpInspectionsEA
10
+ - id: de.shyim.shopware6
11
+
0 commit comments