Skip to content

Commit df71e5e

Browse files
committed
Updated .gitattributes of flow-php/etl
1 parent 8907392 commit df71e5e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/core/etl/.gitattributes

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
/var export-ignore
77
/.gitattributes export-ignore
88
/.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
9+
/CONTRIBUTING.md export-ignore
10+
/README.md export-ignore

src/core/etl/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@
4343
"Flow\\": "tests/Flow"
4444
}
4545
},
46+
"minimum-stability": "dev",
4647
"prefer-stable": true
4748
}

0 commit comments

Comments
 (0)