Skip to content

Commit 4bd378f

Browse files
authored
Merge pull request #7 from Dhii/update
Update
2 parents 0623f4e + ef60685 commit 4bd378f

File tree

10 files changed

+485
-444
lines changed

10 files changed

+485
-444
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ PROJECT_NAME=me_library
55
PHP_BUILD_VERSION=7.2
66
PHP_TEST_VERSION=7.2
77

8-
HOST_IP_ADDRESS=127.0.0.1
8+
HOST_IP_ADDRESS=host-gateway
99

1010

.idea/php-project.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 51 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/phpunit_xml_dist.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [[*next-version*]] - YYYY-MM-DD
8+
### Fixed
9+
- Maintenance: update tool configs, modernize Docker.
810

911
## [0.1.1-alpha2] - 2021-06-21
1012
### Fixed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,10 @@
2828
"psr-4": {
2929
"Me\\Library\\Test\\Func\\": "tests/functional"
3030
}
31+
},
32+
"config": {
33+
"allow-plugins": {
34+
"dealerdirect/phpcodesniffer-composer-installer": true
35+
}
3136
}
3237
}

0 commit comments

Comments
 (0)