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 8907392 commit df71e5eCopy full SHA for df71e5e
src/core/etl/.gitattributes
@@ -6,9 +6,5 @@
6
/var export-ignore
7
/.gitattributes export-ignore
8
/.gitignore export-ignore
9
-/.php_cs export-ignore
10
-/composer.lock export-ignore
11
-/phpstan.neon export-ignore
12
-/phpunit.xml export-ignore
13
-/psalm.xml export-ignore
14
-/infection.json export-ignore
+/CONTRIBUTING.md export-ignore
+/README.md export-ignore
src/core/etl/composer.json
@@ -43,5 +43,6 @@
43
"Flow\\": "tests/Flow"
44
}
45
},
46
+ "minimum-stability": "dev",
47
"prefer-stable": true
48
0 commit comments