Skip to content

Commit 3d593b8

Browse files
Merge pull request #14 from jkowalleck/remove_cs-fixe_config_from_dist
removed `php-cs-fixer` config from dist-release
2 parents 3f35e3f + b39fd2c commit 3d593b8

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

.gitattributes

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
*.neon.dist diff=yaml
1010

1111
# files that are not bundled into the "dist" release are marked `export-ignore`
12-
.gitattributes export-ignore
13-
.gitignore export-ignore
14-
.editorconfig export-ignore
15-
/.github export-ignore
16-
/.phive export-ignore
17-
/examples export-ignore
18-
/tests export-ignore
19-
/tools export-ignore
20-
/.php_cs.dist export-ignore
21-
/phpunit.xml.dist export-ignore
22-
/psalm.xml.dist export-ignore
23-
/HISTORY.md export-ignore
12+
.gitattributes export-ignore
13+
.gitignore export-ignore
14+
.editorconfig export-ignore
15+
/.github export-ignore
16+
/.phive export-ignore
17+
/examples export-ignore
18+
/tests export-ignore
19+
/tools export-ignore
20+
/.php_cs.dist export-ignore
21+
/.php-cs-fixer.dist.php export-ignore
22+
/phpunit.xml.dist export-ignore
23+
/psalm.xml.dist export-ignore
24+
/HISTORY.md export-ignore

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## 1.0.3
4+
5+
Maintenance release:
6+
* Misc
7+
* removed `php-cs-fixer` config from dist-release.
8+
39
## 1.0.2
410

511
Maintenance release:

0 commit comments

Comments
 (0)