diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..ecbe0a8 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "inkbox/pint-preset-laravel", + "description": "Our custom Pint preset for Laravel projects", + "type": "library", + "license": "MIT", + "authors": [ + { + "name": "Wade Striebel", + "email": "w.striebel@getinkbox.com" + } + ] +}