diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 7bd4777..8254b08 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,6 +1,6 @@ build: environment: - php: 8.2 + php: 8.3 tools: external_code_coverage: runs: 6 diff --git a/composer.json b/composer.json index c70d424..349e98a 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,7 @@ ], "require": { "php": "^8.1", - "illuminate/database": "^10.0", - "ext-pdo": "*" + "illuminate/database": "^10.0" }, "require-dev": { "orchestra/testbench": "^8.0",