-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade package #7
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
base: develop
Are you sure you want to change the base?
Changes from all commits
b62ba26
5a7efc6
036ceb2
a15d826
eb59814
b474e57
53be012
14993c8
4ab8bb6
d2582f8
f2dfdb5
3ae76ce
74f626e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
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 | ||
|
||
HOST_IP_ADDRESS=127.0.0.1 |
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 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ | |
/.idea/misc.xml | ||
/.idea/inspectionProfiles/ | ||
/.idea/codeStyles | ||
/.env | ||
/.env | ||
/.phpunit.result.cache |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.