Skip to content
Snippets Groups Projects
Commit e940b636 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

wip

parent 045b67e7
No related branches found
No related tags found
No related merge requests found
......@@ -2,33 +2,22 @@
"type": "project",
"license": "AGPL-3.0-or-later",
"require": {
"dbp/api-alma-bundle": "@dev",
"dbp/api-core-bundle": "@dev",
"dbp/api-authentic-document-bundle": "@dev",
"dbp/api-esign-bundle": "@dev",
"dbp/api-knowledgebase-bundle": "@dev",
"dbp/api-nextcloud-bundle": "@dev",
"dbp/api-location-check-in-bundle": "@dev",
"symfony/apache-pack": "^1.0",
"symfony/console": "^4.4",
"symfony/dotenv": "^4.4",
"symfony/flex": "^1.1",
"symfony/framework-bundle": "^4.4",
"symfony/monolog-bundle": "^3.5",
"symfony/yaml": "^4.4",
"ext-fileinfo": "*",
"ext-json": "*"
"symfony/yaml": "^4.4"
},
"repositories": [
{
"type": "path",
"url": "./bundles/*"
"type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git"
}
],
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true,
"platform": {
"php": "7.3"
......@@ -36,12 +25,12 @@
},
"autoload": {
"psr-4": {
"App\\": "src/"
"DBP\\API\\Server\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"App\\Tests\\": "tests/"
"DBP\\API\\Server\\Tests\\": "tests/"
}
},
"replace": {
......@@ -96,15 +85,10 @@
"symfony": {
"allow-contrib": false,
"require": "^4.4"
},
"metasyntactical/composer-plugin-license-check": {
"whitelist": [],
"blacklist": []
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"metasyntactical/composer-plugin-license-check": "^0.5.0",
"phpstan/phpstan": "^0.12.7",
"phpstan/phpstan-phpunit": "^0.12.6",
"symfony/debug-bundle": "^4.4",
......@@ -112,8 +96,6 @@
"symfony/profiler-pack": "^1.0",
"symfony/var-dumper": "^4.4",
"symfony/web-server-bundle": "^4.4",
"vimeo/psalm": "^3.10",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2"
"vimeo/psalm": "^3.10"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment