Skip to content

Commit 5b1a1e1

Browse files
committed
WIP
1 parent 1698f32 commit 5b1a1e1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.gitattributes

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
* text=auto
2-
/tests/ export-ignore
3-
/.editorconfig export-ignore
4-
/.gitattributes export-ignore
5-
/.gitignore export-ignore
6-
/.php_cs export-ignore
7-
/.scrutinizer.yml export-ignore
8-
/docker-compose.override.yml export-ignore
9-
/docker-compose.yml export-ignore
10-
/Dockerfile export-ignore
11-
/phpcs.xml export-ignore
12-
/phpstan.neon export-ignore
13-
/phpunit.xml export-ignore
14-
/Makefile export-ignore
2+
tests/ export-ignore
3+
.editorconfig export-ignore
4+
.gitattributes export-ignore
5+
.gitignore export-ignore
6+
.php_cs export-ignore
7+
.scrutinizer.yml export-ignore
8+
docker-compose.override.yml export-ignore
9+
docker-compose.yml export-ignore
10+
Dockerfile export-ignore
11+
phpcs.xml export-ignore
12+
phpstan.neon export-ignore
13+
phpunit.xml export-ignore
14+
Makefile export-ignore

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"extra": {
1818
"branch-alias": {
19-
"dev-v2": "2.0.x-dev"
19+
"dev-master": "v2.x-dev"
2020
},
2121
"zf": {
2222
"config-provider": "CoiSA\\ErrorHandler\\Container\\ConfigProvider"

0 commit comments

Comments
 (0)