diff --git a/composer.json b/composer.json index 1e92190..1dcbb03 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "sleiman/airtable-php", "license": "MIT", "autoload": { - "psr-4" : { - "TANIOS\\Airtable\\" : "src" + "psr-4": { + "TANIOS\\Airtable\\": "src" } }, "description": "A PHP wrapper for the Airtable API"