diff --git a/composer.json b/composer.json index 8db0b4d..ae388fa 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "psr-4": {"Utopia\\DSN\\": "src/DSN"} }, "scripts": { - "lint": "./vendor/bin/pint --test", - "format": "./vendor/bin/pint", + "lint": "./vendor/bin/pint --test --preset psr12", + "format": "./vendor/bin/pint --preset psr12", "test": "./vendor/bin/phpunit --configuration phpunit.xml tests" }, "require": { diff --git a/psalm.xml b/psalm.xml deleted file mode 100644 index b5d5891..0000000 --- a/psalm.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - \ No newline at end of file