Skip to content

Commit

Permalink
Merge pull request #8 from eman-development-design/develop
Browse files Browse the repository at this point in the history
updated codebase to support PHP 8
  • Loading branch information
eman1986 authored Dec 22, 2020
2 parents 9fc3e82 + e9f5c7d commit fd3e0bf
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
insert_final_newline=false
indent_style = space

[*.php]
indent_style = space
indent_size = 4

[*.{json, md}]
indent_style = space
indent_size = 2
8 changes: 4 additions & 4 deletions composer.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"role": "developer"
}
],
"version": "1.0.4",
"version": "1.0.5",
"require": {
"php": "^7.2.0",
"ext-mongodb": "*",
"mongodb/mongodb": "^1.4"
"php": ">=7.2.0",
"ext-mongodb": "^1.8.1",
"mongodb/mongodb": "^1.8"
},
"autoload": {
"psr-4": {
Expand Down
257 changes: 236 additions & 21 deletions composer.lock
100644 → 100755

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

0 comments on commit fd3e0bf

Please sign in to comment.