First public release
Showing
.gitignore
0 → 100755
README.md
100644 → 100755
build.sh
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "dtw/website", | ||
"version": "0.0.1", | ||
"config": { | ||
"vendor-dir": "site/vendor" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "5.0.*" | ||
}, | ||
"require": { | ||
"monolog/monolog": "1.0.*", | ||
"twig/twig": "~1.0", | ||
"hassankhan/config": "^0.10.0", | ||
"klein/klein": "^2.1", | ||
"lusitanian/oauth": "^0.8.9", | ||
"ezyang/htmlpurifier": "^4.8", | ||
"predis/predis": "^1.1", | ||
"intervention/image": "^2.3", | ||
"cloudinary/cloudinary_php": "^1.7", | ||
"firebase/php-jwt": "^5.0", | ||
"phpmailer/phpmailer": "^6.0", | ||
"endroid/qr-code": "^2.5", | ||
"dzango/twig-truncate-extension": "^1.1", | ||
"stripe/stripe-php": "^6.38", | ||
"mvieira/macaroons": "^0.0.1", | ||
"pear/crypt_gpg": "^1.6", | ||
"elasticsearch/elasticsearch": "^7.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"dtw\\": "site/lib", | ||
"dtw\\utils\\": "site/lib/utils" | ||
} | ||
} | ||
} |
config/config.json.example
0 → 100644
config/news.json
0 → 100644
config/nginx/base.conf
0 → 100644
config/nginx/hackthis.conf
0 → 100644
config/nginx/nginx.conf
0 → 100644
config/sidebar.json
0 → 100644