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

Update psalm

parent c4866ed1
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -8,7 +8,7 @@ return [
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => ($_ENV['DISABLE_DEV_SERVER'] ?? 'true') !== 'true'],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => false],
Symfony\Bundle\MonologBundle\MonologBundle::class => ['all' => true],
Symfony\Bundle\WebProfilerBundle\WebProfilerBundle::class => ['dev' => true],
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true],
......
......@@ -558,9 +558,6 @@
"webmozart/assert": {
"version": "1.9.1"
},
"webmozart/glob": {
"version": "4.1.0"
},
"webmozart/path-util": {
"version": "2.3.0"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment