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 @@ ...@@ -4,7 +4,7 @@
use App\Kernel; use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application; use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput; use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug; use Symfony\Component\ErrorHandler\Debug;
set_time_limit(0); set_time_limit(0);
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "@dev",
"dbp/api-starter-bundle": "@dev",
"symfony/apache-pack": "^1.0", "symfony/apache-pack": "^1.0",
"symfony/console": "^4.4", "symfony/console": "^4.4",
"symfony/dotenv": "^4.4", "symfony/dotenv": "^4.4",
...@@ -15,6 +16,10 @@ ...@@ -15,6 +16,10 @@
{ {
"type": "vcs", "type": "vcs",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git" "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": { "config": {
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "b10115c7d6abe06456bd493aa46eddb9", "content-hash": "f4eac2575f4edbf3e88e919f88820a04",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
...@@ -258,12 +258,6 @@ ...@@ -258,12 +258,6 @@
"brick", "brick",
"math" "math"
], ],
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-08-18T23:57:15+00:00" "time": "2020-08-18T23:57:15+00:00"
}, },
{ {
...@@ -319,20 +313,6 @@ ...@@ -319,20 +313,6 @@
} }
], ],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-08-25T05:50:16+00:00" "time": "2020-08-25T05:50:16+00:00"
}, },
{ {
...@@ -421,6 +401,67 @@ ...@@ -421,6 +401,67 @@
], ],
"time": "2020-10-20T13:16:44+00:00" "time": "2020-10-20T13:16:44+00:00"
}, },
{
"name": "dbp/api-starter-bundle",
"version": "dev-main",
"source": {
"type": "git",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git",
"reference": "ed779f3ba952190a5175f01d4dddb92f48397af2"
},
"require": {
"api-platform/core": "^2.4",
"dbp/api-core-bundle": "@dev",
"php": "^7.3",
"symfony/framework-bundle": "^4.1.12"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13",
"symfony/phpunit-bridge": "^4.4",
"vimeo/psalm": "^3.12"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"DBP\\API\\StarterBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DBP\\API\\StarterBundle\\Tests\\": "tests/"
}
},
"scripts": {
"test": [
"@php vendor/bin/simple-phpunit"
],
"phpstan": [
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/phpstan analyze --ansi"
],
"psalm": [
"@php vendor/bin/simple-phpunit --atleast-version 0",
"@php vendor/bin/psalm"
],
"lint": [
"@composer run cs",
"@composer run phpstan",
"@composer run psalm"
],
"cs-fix": [
"@php vendor/bin/php-cs-fixer --ansi fix"
],
"cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
]
},
"license": [
"AGPL-3.0-or-later"
],
"time": "2020-10-29T15:12:06+00:00"
},
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
"version": "1.11.1", "version": "1.11.1",
...@@ -572,20 +613,6 @@ ...@@ -572,20 +613,6 @@
"redis", "redis",
"xcache" "xcache"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2020-07-07T18:54:01+00:00" "time": "2020-07-07T18:54:01+00:00"
}, },
{ {
...@@ -727,20 +754,6 @@ ...@@ -727,20 +754,6 @@
"doctrine", "doctrine",
"php" "php"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
"type": "tidelift"
}
],
"time": "2020-06-05T16:59:53+00:00" "time": "2020-06-05T16:59:53+00:00"
}, },
{ {
...@@ -834,20 +847,6 @@ ...@@ -834,20 +847,6 @@
"sqlserver", "sqlserver",
"sqlsrv" "sqlsrv"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
],
"time": "2020-10-22T17:26:24+00:00" "time": "2020-10-22T17:26:24+00:00"
}, },
{ {
...@@ -940,20 +939,6 @@ ...@@ -940,20 +939,6 @@
"orm", "orm",
"persistence" "persistence"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
"type": "tidelift"
}
],
"time": "2020-08-25T10:57:15+00:00" "time": "2020-08-25T10:57:15+00:00"
}, },
{ {
...@@ -1030,20 +1015,6 @@ ...@@ -1030,20 +1015,6 @@
"event system", "event system",
"events" "events"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2020-05-29T18:28:51+00:00" "time": "2020-05-29T18:28:51+00:00"
}, },
{ {
...@@ -1122,20 +1093,6 @@ ...@@ -1122,20 +1093,6 @@
"uppercase", "uppercase",
"words" "words"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2020-05-29T07:19:59+00:00" "time": "2020-05-29T07:19:59+00:00"
}, },
{ {
...@@ -1192,20 +1149,6 @@ ...@@ -1192,20 +1149,6 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-05-29T17:27:14+00:00" "time": "2020-05-29T17:27:14+00:00"
}, },
{ {
...@@ -1268,20 +1211,6 @@ ...@@ -1268,20 +1211,6 @@
"parser", "parser",
"php" "php"
], ],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00" "time": "2020-05-25T17:44:05+00:00"
}, },
{ {
...@@ -2024,12 +1953,6 @@ ...@@ -2024,12 +1953,6 @@
"url", "url",
"ws" "ws"
], ],
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-08-13T17:18:44+00:00" "time": "2020-08-13T17:18:44+00:00"
}, },
{ {
...@@ -2164,16 +2087,6 @@ ...@@ -2164,16 +2087,6 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-07-23T08:35:51+00:00" "time": "2020-07-23T08:35:51+00:00"
}, },
{ {
...@@ -2831,20 +2744,6 @@ ...@@ -2831,20 +2744,6 @@
], ],
"description": "Symfony Asset Component", "description": "Symfony Asset Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -2920,20 +2819,6 @@ ...@@ -2920,20 +2819,6 @@
"caching", "caching",
"psr6" "psr6"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-25T19:32:35+00:00" "time": "2020-10-25T19:32:35+00:00"
}, },
{ {
...@@ -2996,20 +2881,6 @@ ...@@ -2996,20 +2881,6 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-07T11:33:47+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
...@@ -3069,20 +2940,6 @@ ...@@ -3069,20 +2940,6 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3155,20 +3012,6 @@ ...@@ -3155,20 +3012,6 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3221,20 +3064,6 @@ ...@@ -3221,20 +3064,6 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3303,20 +3132,6 @@ ...@@ -3303,20 +3132,6 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-27T10:05:40+00:00" "time": "2020-10-27T10:05:40+00:00"
}, },
{ {
...@@ -3407,20 +3222,6 @@ ...@@ -3407,20 +3222,6 @@
], ],
"description": "Symfony Doctrine Bridge", "description": "Symfony Doctrine Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3473,20 +3274,6 @@ ...@@ -3473,20 +3274,6 @@
"env", "env",
"environment" "environment"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3539,20 +3326,6 @@ ...@@ -3539,20 +3326,6 @@
], ],
"description": "Symfony ErrorHandler Component", "description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3619,20 +3392,6 @@ ...@@ -3619,20 +3392,6 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3695,20 +3454,6 @@ ...@@ -3695,20 +3454,6 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:19:58+00:00" "time": "2020-07-06T13:19:58+00:00"
}, },
{ {
...@@ -3755,20 +3500,6 @@ ...@@ -3755,20 +3500,6 @@
], ],
"description": "Symfony ExpressionLanguage Component", "description": "Symfony ExpressionLanguage Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3814,20 +3545,6 @@ ...@@ -3814,20 +3545,6 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3872,20 +3589,6 @@ ...@@ -3872,20 +3589,6 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3935,20 +3638,6 @@ ...@@ -3935,20 +3638,6 @@
} }
], ],
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-14T17:41:54+00:00" "time": "2020-10-14T17:41:54+00:00"
}, },
{ {
...@@ -4075,20 +3764,6 @@ ...@@ -4075,20 +3764,6 @@
], ],
"description": "Symfony FrameworkBundle", "description": "Symfony FrameworkBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4151,20 +3826,6 @@ ...@@ -4151,20 +3826,6 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-14T17:08:19+00:00" "time": "2020-10-14T17:08:19+00:00"
}, },
{ {
...@@ -4215,21 +3876,7 @@ ...@@ -4215,21 +3876,7 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [ "time": "2020-10-24T11:50:19+00:00"
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
...@@ -4316,20 +3963,6 @@ ...@@ -4316,20 +3963,6 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-28T05:50:56+00:00" "time": "2020-10-28T05:50:56+00:00"
}, },
{ {
...@@ -4383,20 +4016,6 @@ ...@@ -4383,20 +4016,6 @@
"symfony", "symfony",
"words" "words"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4454,20 +4073,6 @@ ...@@ -4454,20 +4073,6 @@
"mime", "mime",
"mime-type" "mime-type"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4530,20 +4135,6 @@ ...@@ -4530,20 +4135,6 @@
], ],
"description": "Symfony Monolog Bridge", "description": "Symfony Monolog Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4607,20 +4198,6 @@ ...@@ -4607,20 +4198,6 @@
"log", "log",
"logging" "logging"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-06T15:12:11+00:00" "time": "2020-10-06T15:12:11+00:00"
}, },
{ {
...@@ -4691,20 +4268,6 @@ ...@@ -4691,20 +4268,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4772,20 +4335,6 @@ ...@@ -4772,20 +4335,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4849,20 +4398,6 @@ ...@@ -4849,20 +4398,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4922,20 +4457,6 @@ ...@@ -4922,20 +4457,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4998,20 +4519,6 @@ ...@@ -4998,20 +4519,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -5078,20 +4585,6 @@ ...@@ -5078,20 +4585,6 @@
"portable", "portable",
"shim" "shim"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -5154,20 +4647,6 @@ ...@@ -5154,20 +4647,6 @@
"property path", "property path",
"reflection" "reflection"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5239,20 +4718,6 @@ ...@@ -5239,20 +4718,6 @@
"type", "type",
"validator" "validator"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5324,20 +4789,6 @@ ...@@ -5324,20 +4789,6 @@
"uri", "uri",
"url" "url"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5416,20 +4867,6 @@ ...@@ -5416,20 +4867,6 @@
], ],
"description": "Symfony SecurityBundle", "description": "Symfony SecurityBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5498,20 +4935,6 @@ ...@@ -5498,20 +4935,6 @@
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-28T05:25:24+00:00" "time": "2020-10-28T05:25:24+00:00"
}, },
{ {
...@@ -5566,20 +4989,6 @@ ...@@ -5566,20 +4989,6 @@
], ],
"description": "Symfony Security Component - CSRF Library", "description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5629,20 +5038,6 @@ ...@@ -5629,20 +5038,6 @@
], ],
"description": "Symfony Security Component - Guard", "description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5704,20 +5099,6 @@ ...@@ -5704,20 +5099,6 @@
], ],
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5795,20 +5176,6 @@ ...@@ -5795,20 +5176,6 @@
], ],
"description": "Symfony Serializer Component", "description": "Symfony Serializer Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5871,20 +5238,6 @@ ...@@ -5871,20 +5238,6 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-07T11:33:47+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
...@@ -5946,20 +5299,6 @@ ...@@ -5946,20 +5299,6 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-09-28T13:05:58+00:00" "time": "2020-09-28T13:05:58+00:00"
}, },
{ {
...@@ -6058,20 +5397,6 @@ ...@@ -6058,20 +5397,6 @@
], ],
"description": "Symfony Twig Bridge", "description": "Symfony Twig Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -6142,20 +5467,6 @@ ...@@ -6142,20 +5467,6 @@
], ],
"description": "Symfony TwigBundle", "description": "Symfony TwigBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -6244,20 +5555,6 @@ ...@@ -6244,20 +5555,6 @@
], ],
"description": "Symfony Validator Component", "description": "Symfony Validator Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-28T05:25:24+00:00" "time": "2020-10-28T05:25:24+00:00"
}, },
{ {
...@@ -6330,20 +5627,6 @@ ...@@ -6330,20 +5627,6 @@
"debug", "debug",
"dump" "dump"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-26T20:47:51+00:00" "time": "2020-10-26T20:47:51+00:00"
}, },
{ {
...@@ -6399,20 +5682,6 @@ ...@@ -6399,20 +5682,6 @@
"instantiate", "instantiate",
"serialize" "serialize"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -6484,20 +5753,6 @@ ...@@ -6484,20 +5753,6 @@
"psr13", "psr13",
"push" "push"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -6552,20 +5807,6 @@ ...@@ -6552,20 +5807,6 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -6678,16 +5919,6 @@ ...@@ -6678,16 +5919,6 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-10-27T19:28:23+00:00" "time": "2020-10-27T19:28:23+00:00"
}, },
{ {
...@@ -6760,12 +5991,6 @@ ...@@ -6760,12 +5991,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-09-29T22:16:17+00:00" "time": "2020-09-29T22:16:17+00:00"
}, },
{ {
...@@ -6846,12 +6071,6 @@ ...@@ -6846,12 +6071,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-09-29T21:35:58+00:00" "time": "2020-09-29T21:35:58+00:00"
}, },
{ {
...@@ -6940,12 +6159,6 @@ ...@@ -6940,12 +6159,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-22T13:17:25+00:00" "time": "2020-08-22T13:17:25+00:00"
}, },
{ {
...@@ -7029,12 +6242,6 @@ ...@@ -7029,12 +6242,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-01T11:48:26+00:00" "time": "2020-08-01T11:48:26+00:00"
}, },
{ {
...@@ -7115,12 +6322,6 @@ ...@@ -7115,12 +6322,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-01T11:48:26+00:00" "time": "2020-08-01T11:48:26+00:00"
}, },
{ {
...@@ -7199,12 +6400,6 @@ ...@@ -7199,12 +6400,6 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-22T13:37:56+00:00" "time": "2020-08-22T13:37:56+00:00"
}, },
{ {
...@@ -7386,12 +6581,6 @@ ...@@ -7386,12 +6581,6 @@
"non-blocking", "non-blocking",
"promise" "promise"
], ],
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2020-07-14T21:47:18+00:00" "time": "2020-07-14T21:47:18+00:00"
}, },
{ {
...@@ -7520,20 +6709,6 @@ ...@@ -7520,20 +6709,6 @@
"validation", "validation",
"versioning" "versioning"
], ],
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-10-14T08:51:15+00:00" "time": "2020-10-14T08:51:15+00:00"
}, },
{ {
...@@ -7578,20 +6753,6 @@ ...@@ -7578,20 +6753,6 @@
"Xdebug", "Xdebug",
"performance" "performance"
], ],
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-10-24T12:39:10+00:00" "time": "2020-10-24T12:39:10+00:00"
}, },
{ {
...@@ -7809,12 +6970,6 @@ ...@@ -7809,12 +6970,6 @@
} }
], ],
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2020-10-27T22:44:27+00:00" "time": "2020-10-27T22:44:27+00:00"
}, },
{ {
...@@ -8055,20 +7210,6 @@ ...@@ -8055,20 +7210,6 @@
"MIT" "MIT"
], ],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2020-10-25T07:23:44+00:00" "time": "2020-10-25T07:23:44+00:00"
}, },
{ {
...@@ -8181,12 +7322,6 @@ ...@@ -8181,12 +7322,6 @@
"unidiff", "unidiff",
"unified diff" "unified diff"
], ],
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00" "time": "2020-10-26T13:10:38+00:00"
}, },
{ {
...@@ -8248,20 +7383,6 @@ ...@@ -8248,20 +7383,6 @@
], ],
"description": "Symfony DebugBundle", "description": "Symfony DebugBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8311,20 +7432,6 @@ ...@@ -8311,20 +7432,6 @@
"configuration", "configuration",
"options" "options"
], ],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8387,20 +7494,6 @@ ...@@ -8387,20 +7494,6 @@
], ],
"description": "Symfony PHPUnit Bridge", "description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T12:35:18+00:00" "time": "2020-10-24T12:35:18+00:00"
}, },
{ {
...@@ -8445,20 +7538,6 @@ ...@@ -8445,20 +7538,6 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8486,20 +7565,6 @@ ...@@ -8486,20 +7565,6 @@
"MIT" "MIT"
], ],
"description": "A pack for the Symfony web profiler", "description": "A pack for the Symfony web profiler",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-08-12T06:50:46+00:00" "time": "2020-08-12T06:50:46+00:00"
}, },
{ {
...@@ -8545,20 +7610,6 @@ ...@@ -8545,20 +7610,6 @@
], ],
"description": "Symfony Stopwatch Component", "description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8620,20 +7671,6 @@ ...@@ -8620,20 +7671,6 @@
], ],
"description": "Symfony WebProfilerBundle", "description": "Symfony WebProfilerBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8688,20 +7725,6 @@ ...@@ -8688,20 +7725,6 @@
], ],
"description": "Symfony WebServerBundle", "description": "Symfony WebServerBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -8901,7 +7924,8 @@ ...@@ -8901,7 +7924,8 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"dbp/api-core-bundle": 20 "dbp/api-core-bundle": 20,
"dbp/api-starter-bundle": 20
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
......
...@@ -12,5 +12,6 @@ return [ ...@@ -12,5 +12,6 @@ return [
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true], Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true], Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true], Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
DBP\API\StarterBundle\DbpStarterBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true], DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
]; ];
...@@ -34,6 +34,9 @@ ...@@ -34,6 +34,9 @@
"dbp/api-core-bundle": { "dbp/api-core-bundle": {
"version": "dev-main" "version": "dev-main"
}, },
"dbp/api-starter-bundle": {
"version": "dev-main"
},
"dnoegel/php-xdg-base-dir": { "dnoegel/php-xdg-base-dir": {
"version": "v0.1.1" "version": "v0.1.1"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment