Skip to content

Commit

Permalink
fdgb
Browse files Browse the repository at this point in the history
  • Loading branch information
RF1705 authored Sep 1, 2022
1 parent 7f62564 commit 9b06026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "grimzy/laravel-mysql-spatial",
"name": "rf1705/laravel-mysql-spatial",
"description": "MySQL spatial data types extension for Laravel.",
"scripts": {
"test": "phpunit -c phpunit.xml.dist",
Expand All @@ -15,17 +15,17 @@
}
],
"require": {
"php": ">=5.5.9",
"php": "^8",
"ext-pdo": "*",
"ext-json": "*",
"illuminate/database": "^5.2|^6.0|^7.0",
"illuminate/database": "^8.0",
"geo-io/wkb-parser": "^1.0",
"jmikola/geojson": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|~5.7",
"mockery/mockery": "^0.9.9",
"laravel/laravel": "^5.2|^6.0|^7.0",
"laravel/laravel": "^8.0",
"doctrine/dbal": "^2.5",
"laravel/browser-kit-testing": "^2.0",
"php-coveralls/php-coveralls": "^2.0"
Expand Down

0 comments on commit 9b06026

Please sign in to comment.