Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade package #7

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .codeclimate.yml

This file was deleted.

9 changes: 9 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
BASE_PATH=./
PROJECT_NAME=dhii-php_template

BUILD_ROOT_PATH=/app/

PHP_BUILD_VERSION=7.2
PHP_TEST_VERSION=7.2

XDEBUG_VERSION=3.0.4
XedinUnknown marked this conversation as resolved.
Show resolved Hide resolved

HOST_IP_ADDRESS=127.0.0.1
18 changes: 10 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
test export-ignore
nbproject export-ignore
tests export-ignore
.idea export-ignore
.codeclimate.yml export-ignore
.php_cs export-ignore
.travis.yml export-ignore
.gitattributes export-ignore
.gitignore export-ignore
composer.lock export-ignore
phpunit.xml export-ignore
.env
.env.example
phpunit.xml.dist export-ignore
CHANGELOG.md export-ignore
LICENSE export-ignore
README.md export-ignore
.env export-ignore
.env.example export-ignore
docker export-ignore

* text=auto eol=lf
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
/.idea/misc.xml
/.idea/inspectionProfiles/
/.idea/codeStyles
/.env
/.env
/.phpunit.result.cache
5 changes: 4 additions & 1 deletion .idea/php-template.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/php-test-framework.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

113 changes: 67 additions & 46 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/remote-mappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/runConfigurations/phpunit_xml_dist.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions .php_cs

This file was deleted.

23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

Loading