Skip to content

Commit bbede20

Browse files
committed
Update project configuration
- Update/add/remove tools and configs. - Add virtual environment. - Configure PHPStorm. - Change namespace and refactor everything accordingly.
1 parent 3a886ad commit bbede20

52 files changed

Lines changed: 3286 additions & 1215 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codeclimate.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.gitattributes

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
test export-ignore
2-
nbproject export-ignore
3-
.idea export-ignore
4-
.phan export-ignore
5-
.codeclimate.yml export-ignore
6-
.php_cs export-ignore
7-
.travis.yml export-ignore
8-
.gitattributes export-ignore
9-
.gitignore export-ignore
10-
composer.lock export-ignore
11-
phpunit.xml export-ignore
1+
tests export-ignore
2+
.idea export-ignore
3+
phpcs.xml.dist export-ignore
4+
psalm.xml.dist export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore
7+
composer.lock export-ignore
8+
phpunit.xml.dist export-ignore
9+
docker export-ignore
10+
11+
* text eol=lf

.gitignore

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
/nbproject/private
21
/vendor/
3-
/test/log/
4-
/test/coverage/
5-
/.idea/dictionaries/
6-
/.idea/codeStyles/
7-
/.idea/tasks.xml
2+
/build/
83
/.idea/workspace.xml
9-
/.idea/deployment.xml
4+
/.idea/codeStyles/
5+
/.idea/inspectionProfiles/
106
/.idea/misc.xml
7+
/.env
8+
9+
/.phpunit.result.cache
Lines changed: 48 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

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

.idea/php-test-framework.xml

Lines changed: 1 addition & 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: 179 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)