Skip to content

Commit

Permalink
created composer.json file
Browse files Browse the repository at this point in the history
In response to kwi-dk#1

For Composer to work, a repo is required to have a config file.

This is a simplified version of https://github.com/kwi-dk/UrlLinker/blob/bleeding/composer.json
  • Loading branch information
MacDada committed Sep 23, 2019
1 parent e3e0837 commit 11545b6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
@@ -0,0 +1,25 @@
{
"name": "kwi/urllinker",
"description": "Autolink URLs in text or html",
"type": "library",
"license": "CC0-1.0",
"homepage": "http://www.kwi.dk/projects/php/UrlLinker/",
"authors": [
{
"name": "Søren Løvborg",
"role": "Developer"
},
{
"name": "Dawid Nowak",
"email": "code@dnowak.pl",
"role": "Developer"
}
],
"support": {
"source": "https://bitbucket.org/kwi/urllinker",
"issues": "https://bitbucket.org/kwi/urllinker/issues"
},
"require": {
"php": ">=5.3"
}
}

0 comments on commit 11545b6

Please sign in to comment.