aboutsummaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2021-07-22 16:07:19 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2021-07-22 16:19:12 +0200
commita3da1483a9e689846179159355badfec8073dbec (patch)
tree770dcca6bdf5f6f2a11b0e7fcbbeda6919a3fc52 /composer.json
current code from svn, revision 62608
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..dd3a77b
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,50 @@
+{
+ "name": "studip/core",
+ "description": "Stud.IP ist ein Campus- und Lernmanagementsystem für Hochschulen, Schulen, Unternehmen, Verbände und Behörden.",
+ "config": {
+ "vendor-dir": "composer"
+ },
+ "require-dev": {
+ "adlawson/vfs": "~0.12.1",
+ "camspiers/json-pretty": "~1.0.2",
+ "codeception/codeception": "4.0.2",
+ "monolog/monolog": "~1.21.0",
+ "php-http/curl-client": "~1.7.0",
+ "phpunit/phpunit": "6.5.14",
+ "woohoolabs/yang": "~0.9.0",
+ "codeception/module-phpbrowser": "^1.0",
+ "codeception/module-asserts": "^1.1"
+ },
+ "require": {
+ "php": "^7.2",
+ "guzzlehttp/psr7": "~1.4.2",
+ "neomerx/json-api": "~1.0.9",
+ "slim/slim": "~3.12.3",
+ "spomky-labs/otphp": "^8.3.3",
+ "tuupola/cors-middleware": "~0.5.2",
+ "tecnickcom/tcpdf": "^6.3",
+ "scssphp/scssphp": "^1.4",
+ "symfony/yaml": "^3.4",
+ "mishal/iless": "^2.2",
+ "ezyang/htmlpurifier": "^4.13",
+ "davefx/phplot": "^6.2",
+ "jasig/phpcas": "^1.3",
+ "phpxmlrpc/phpxmlrpc": "^4.4",
+ "gossi/docblock": "^1.6",
+ "phpxmlrpc/extras": "^0.6.2",
+ "algo26-matthias/idna-convert": "^3.0",
+ "caxy/php-htmldiff": "^0.1.9",
+ "phpseclib/phpseclib": "^2.0",
+ "ext-gd": "*",
+ "ext-gettext": "*",
+ "ext-pdo_mysql": "*",
+ "ext-session": "*",
+ "ext-curl": "*",
+ "ext-zip": "*",
+ "ext-json": "*",
+ "ext-pcre": "*",
+ "ext-pdo": "*",
+ "ext-mbstring": "*",
+ "opis/json-schema": "^1.0"
+ }
+}