diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..705fff7 --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "munkireport/profile", + "description": "Module for munkireport.", + "license": "MIT", + + "require": { + "php": ">=7.3", + "illuminate/database": "^7.0" + } +}