Skip to content

Commit

Permalink
Merge pull request #12 from activecollab/spatial
Browse files Browse the repository at this point in the history
Add support for spatial types
  • Loading branch information
ilijastuden authored Apr 23, 2022
2 parents 85710ea + 03d2e30 commit f6dc0f6
Show file tree
Hide file tree
Showing 73 changed files with 1,905 additions and 1,039 deletions.
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"activecollab/containeraccess": "^2.0",
"activecollab/datevalue": "^2.0",
Expand All @@ -27,6 +28,20 @@
"phpunit/phpunit": "~9.0",
"pimple/pimple": "~3.5.0"
},
"replace": {
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": "*",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*",
"symfony/polyfill-php73": "*",
"symfony/polyfill-php80": "*",
"symfony/polyfill-php81": "*",
"symfony/polyfill-mbstring": "*",
"symfony/polyfill-ctype": "*",
"symfony/polyfill-util": "*"
},
"autoload": {
"psr-4": {
"ActiveCollab\\DatabaseConnection\\": "src",
Expand Down
Loading

0 comments on commit f6dc0f6

Please sign in to comment.