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

Update deps

parent 29fa400d
No related branches found
No related tags found
No related merge requests found
Pipeline #17102 passed
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
$finder = PhpCsFixer\Finder::create() $finder = PhpCsFixer\Finder::create()
->in(__DIR__) ->in(__DIR__)
->exclude('var') ->exclude('var')
->exclude('bundles')
; ;
return PhpCsFixer\Config::create() return PhpCsFixer\Config::create()
...@@ -12,6 +11,8 @@ return PhpCsFixer\Config::create() ...@@ -12,6 +11,8 @@ return PhpCsFixer\Config::create()
'@PHP70Migration' => true, '@PHP70Migration' => true,
'@PHP71Migration' => true, '@PHP71Migration' => true,
'@PHP73Migration' => true, '@PHP73Migration' => true,
'@DoctrineAnnotation' => true,
'doctrine_annotation_array_assignment' => ['operator' => '='],
'array_syntax' => ['syntax' => 'short'], 'array_syntax' => ['syntax' => 'short'],
'yoda_style' => false, 'yoda_style' => false,
'strict_comparison' => true, 'strict_comparison' => true,
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
"require": { "require": {
"php": "^7.3", "php": "^7.3",
"api-platform/core": "<2.6", "api-platform/core": "<2.6",
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "dev-main",
"dbp/api-starter-bundle": "@dev", "dbp/api-starter-bundle": "dev-main",
"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",
......
This diff is collapsed.
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