Skip to content

Commit

Permalink
Merge pull request #10 from courtney-miles/issue/9/AddJsonDataType
Browse files Browse the repository at this point in the history
fixes #9 Add support for JSON data type
  • Loading branch information
courtney-miles committed Jan 26, 2022
2 parents 3ef2dc6 + 9b043e5 commit 87e2acb
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 4,344 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/vendor/
/build/
composer.phar
composer.lock
phpunit.xml
Vagrantfile
.php_cs.dist
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}
],
"require": {
"php" : "7.2 - 7.4"
"php" : "7.2 - 7.4",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit" : "^7.0",
Expand Down

0 comments on commit 87e2acb

Please sign in to comment.