diff options
-rw-r--r-- | composer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..26abf53 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "sijanec/balkan-shortlink", + "description": "a shortlink script", + "type": "project", + "require": { + "dapphp/securimage": "^4.0" + }, + "license": "Copyright", + "authors": [ + { + "name": "Anton Šijanec", + "email": "sijanecantonluka@gmail.com" + } + ] +} |