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

Incude the starter bundle

parent d9c10d73
No related branches found
No related tags found
No related merge requests found
Pipeline #13818 passed
......@@ -4,7 +4,7 @@
use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug;
use Symfony\Component\ErrorHandler\Debug;
set_time_limit(0);
......
......@@ -3,6 +3,7 @@
"license": "AGPL-3.0-or-later",
"require": {
"dbp/api-core-bundle": "@dev",
"dbp/api-starter-bundle": "@dev",
"symfony/apache-pack": "^1.0",
"symfony/console": "^4.4",
"symfony/dotenv": "^4.4",
......@@ -15,6 +16,10 @@
{
"type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git"
},
{
"type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git"
}
],
"config": {
......
This diff is collapsed.
......@@ -12,5 +12,6 @@ return [
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
DBP\API\StarterBundle\DbpStarterBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
];
......@@ -34,6 +34,9 @@
"dbp/api-core-bundle": {
"version": "dev-main"
},
"dbp/api-starter-bundle": {
"version": "dev-main"
},
"dnoegel/php-xdg-base-dir": {
"version": "v0.1.1"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment