Skip to content

Commit

Permalink
Composer: update licence, authors, keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Mar 30, 2021
1 parent b613c82 commit c00b272
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "nettrine/extensions-knplabs",
"description": "Doctrine2 behavioral extensions for Nette Framework",
"keywords": ["nette", "doctrine", "orm", "database"],
"keywords": ["contributte", "nette", "doctrine", "orm", "database"],
"type": "library",
"license": "MPL-2.0",
"license": "MIT",
"homepage": "https://github.com/nettrine/extensions-knplabs",
"authors": [
{
"name": "Marek Bartoš",
"homepage": "https://github.com/mabar"
"name": "Milan Felix Šulc",
"homepage": "https://f3l1x.io"
}
],
"require": {
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.2.x-dev"
"dev-master": "0.3.x-dev"
}
}
}

0 comments on commit c00b272

Please sign in to comment.