Update composer.json, add proper license

This commit is contained in:
Daniel Supernault 2018-11-08 23:37:20 -07:00
parent b75745f4d6
commit 3a281575e2
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -1,8 +1,8 @@
{ {
"name": "laravel/laravel", "name": "pixelfed/pixelfed",
"description": "The Laravel Framework.", "description": "Open and ethical photo sharing platform, powered by ActivityPub federation.",
"keywords": ["framework", "laravel"], "keywords": ["framework", "laravel", "pixelfed", "activitypub", "social", "network", "federation"],
"license": "MIT", "license": "AGPL-3.0-only",
"type": "project", "type": "project",
"require": { "require": {
"php": "^7.1.3", "php": "^7.1.3",