diff --git a/composer.json b/composer.json index c70d424..b5214df 100644 --- a/composer.json +++ b/composer.json @@ -10,13 +10,12 @@ ], "require": { "php": "^8.1", - "illuminate/database": "^10.0", - "ext-pdo": "*" + "illuminate/database": "^10.0" }, "require-dev": { "orchestra/testbench": "^8.0", - "phpunit/phpunit": "^10.1", "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.1", "singlestoredb/singlestoredb-laravel": "^1.5.1" }, "autoload": { @@ -37,5 +36,8 @@ } }, "minimum-stability": "dev", - "prefer-stable": true + "prefer-stable": true, + "config": { + "sort-packages": true + } }