diff --git a/.gitignore b/.gitignore
index 836a7d3..e6ef1ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,8 +25,6 @@
# You should also get your employer (if you work as a programmer) or school,
# if any, to sign a "copyright disclaimer" for the program, if necessary. For
# more information on this, and how to apply and follow the GNU AGPL, see .
-vendor
node_modules
-server/secrets.php
.editorconfig
.env
diff --git a/.licenseignore b/.licenseignore
index 7483fbe..1721e39 100644
--- a/.licenseignore
+++ b/.licenseignore
@@ -26,7 +26,6 @@
# if any, to sign a "copyright disclaimer" for the program, if necessary. For
# more information on this, and how to apply and follow the GNU AGPL, see .
**/\.git
-**/vendor
**/*.md
**/*.png
@@ -35,8 +34,6 @@
**/*.pug
\.drone\.yml
-composer.json
-composer.lock
package.json
package-lock.json
\.editorconfig
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 7be2583..0000000
--- a/composer.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "keyoxide/web",
- "description": "Easy pgp encryption and distributed identity for all in a fully opensource and privacy-friendly package",
- "homepage": "https://keyoxide.org",
- "license": "AGPL-3.0-or-later",
- "version": "1.0.0",
- "authors": [
- {
- "name": "Yarmo Mackenbach",
- "email": "yarmo@yarmo.eu",
- "homepage": "https://yarmo.eu",
- "role": "Developer"
- }
- ],
- "support": {
- "email": "yarmo@keyoxide.org"
- },
- "require": {
- "altorouter/altorouter": "^2.0",
- "league/plates": "3.*"
- }
-}
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index 0f83454..0000000
--- a/composer.lock
+++ /dev/null
@@ -1,130 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "714480039e747619a684cf359e332f54",
- "packages": [
- {
- "name": "altorouter/altorouter",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/dannyvankooten/AltoRouter.git",
- "reference": "127f6e96998708a31ef32252985bea82e3b03888"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/127f6e96998708a31ef32252985bea82e3b03888",
- "reference": "127f6e96998708a31ef32252985bea82e3b03888",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6.0"
- },
- "require-dev": {
- "codeclimate/php-test-reporter": "dev-master",
- "phpunit/phpunit": "5.7.*",
- "squizlabs/php_codesniffer": "3.4.2"
- },
- "type": "library",
- "autoload": {
- "classmap": [
- "AltoRouter.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Danny van Kooten",
- "email": "dannyvankooten@gmail.com",
- "homepage": "http://dannyvankooten.com/"
- },
- {
- "name": "Koen Punt",
- "homepage": "https://github.com/koenpunt"
- },
- {
- "name": "niahoo",
- "homepage": "https://github.com/niahoo"
- }
- ],
- "description": "A lightning fast router for PHP",
- "homepage": "https://github.com/dannyvankooten/AltoRouter",
- "keywords": [
- "lightweight",
- "router",
- "routing"
- ],
- "time": "2019-11-23T11:01:41+00:00"
- },
- {
- "name": "league/plates",
- "version": "3.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/plates.git",
- "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
- "reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
- "shasum": ""
- },
- "require": {
- "php": "^5.3 | ^7.0"
- },
- "require-dev": {
- "mikey179/vfsstream": "^1.4",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Plates\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Jonathan Reinink",
- "email": "jonathan@reinink.ca",
- "role": "Developer"
- }
- ],
- "description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
- "homepage": "http://platesphp.com",
- "keywords": [
- "league",
- "package",
- "templates",
- "templating",
- "views"
- ],
- "time": "2016-12-28T00:14:17+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": [],
- "plugin-api-version": "1.1.0"
-}