Skip to content

Commit 19b9c10

Browse files
author
Dustin Wheeler
committed
Add editorconfig yaml config. Adjust docker-compose php image name.
1 parent 638a47a commit 19b9c10

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ trim_trailing_whitespace = false
1616

1717
[*.yml]
1818
indent_size = 2
19+
20+
[*.yaml]
21+
indent_size = 2

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ docs
55
vendor
66
coverage
77
.env
8+
.phpunit.result.cache

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
USER_USERNAME: ${USER_USERNAME:-developer}
1212
USER_UID: ${USER_UID:-1000}
1313
USER_GID: ${USER_GID:-1000}
14-
image: signal:dev
14+
image: laravel-openapi:dev
1515
environment:
1616
USER_USERNAME: ${USER_USERNAME:-vscode}
1717
USER_UID: ${USER_UID:-1000}

0 commit comments

Comments
 (0)