PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Bhavin Gajjar   Laravel MySQL Spatial   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel MySQL Spatial
Manipulate objects with spatial data using Laravel
Author: By
Last change:
Date: 27 days ago
Size: 1,611 bytes
 

Contents

Class file image Download
{ "name": "bhavingajjar/laravel-mysql-spatial", "description": "MySQL spatial data types extension for Laravel.", "scripts": { "test": "phpunit -c phpunit.xml.dist", "test:unit": "phpunit -c phpunit.xml.dist --testsuite unit", "test:integration": "phpunit -c phpunit.xml.dist --testsuite integration" }, "type": "library", "license": "MIT", "authors": [ { "name": "Bhavin Gajjar", "email": "gajjarbhavin22@gmail.com", "role": "Maintainer" }, { "name": "Joseph Estefane", "email": "estefanejoe@gmail.com", "role": "Original Author" } ], "require": { "php": ">=7.3", "ext-pdo": "*", "ext-json": "*", "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "geo-io/wkb-parser": "^1.0", "jmikola/geojson": "^1.0" }, "require-dev": { "phpunit/phpunit": "~6.5", "laravel/laravel": "^8.0", "doctrine/dbal": "^2.5", "laravel/browser-kit-testing": "^2.0", "mockery/mockery": "^1.3" }, "autoload": { "psr-4": { "Grimzy\\LaravelMysqlSpatial\\": "src/" } }, "autoload-dev" : { "classmap" : [ "tests/Unit", "tests/Integration" ] }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" }, "laravel": { "providers": [ "Grimzy\\LaravelMysqlSpatial\\SpatialServiceProvider" ] } } }