diff --git a/composer.json b/composer.json index 4451cb50..81742dae 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { - "name": "grimzy/laravel-mysql-spatial", + "name": "slimfadi/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", + "type": "wordpress-theme", "license": "MIT", "authors": [ { @@ -18,13 +18,13 @@ "php": ">=7.3", "ext-pdo": "*", "ext-json": "*", - "illuminate/database": "^8.0", + "illuminate/database": "^9.0", "geo-io/wkb-parser": "^1.0", "jmikola/geojson": "^1.0" }, "require-dev": { "phpunit/phpunit": "~6.5", - "laravel/laravel": "^8.0", + "laravel/laravel": "^9.0", "doctrine/dbal": "^2.5", "laravel/browser-kit-testing": "^2.0", "mockery/mockery": "^1.3"