Commits on Source (59)
-
Renovate Bot authored40876b82
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !2
f022c4cc -
Renovate Bot authorede416357e
-
Reiter, Christoph authored
Lock file maintenance See merge request !3
712467ae -
Renovate Bot authored4b5a40b5
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !4
29a475a8 -
Renovate Bot authored7908bd78
-
Reiter, Christoph authored
Lock file maintenance See merge request !8
23511de9 -
Reiter, Christoph authoreddfba9138
-
Bekerle, Patrizio authored6c7cefcb
-
Bekerle, Patrizio authored316c1a20
-
Reiter, Christoph authoredbf6f1d87
-
Renovate Bot authored79bd3ca8
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !9
b2272e2c -
Renovate Bot authoredbc6c7882
-
Reiter, Christoph authored
Lock file maintenance See merge request !11
c167e07a -
Renovate Bot authored465870b7
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !12
fe37c152 -
Renovate Bot authored76826e90
-
Reiter, Christoph authored
Lock file maintenance See merge request !13
27fa6baf -
Renovate Bot authored586f18a2
-
Reiter, Christoph authored
Lock file maintenance See merge request !15
b4a9e491 -
Renovate Bot authored54b1519f
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !16
07a9c7c8 -
Renovate Bot authored28b1f335
-
Reiter, Christoph authored
Lock file maintenance See merge request !18
b3ccb495 -
Reiter, Christoph authoredbf6d70d1
-
Reiter, Christoph authored20f1ec69
-
Reiter, Christoph authored4ef52687
-
Renovate Bot authoreda02e1d37
-
Reiter, Christoph authored
fix(deps): update dependency dbp/relay-core-bundle to v0.1.26 See merge request !19
1b46920d -
Reiter, Christoph authored32d5bdec
-
Reiter, Christoph authored29487d38
-
Reiter, Christoph authorede89bef9f
-
Reiter, Christoph authored129f7b0e
-
Renovate Bot authoreda0c64837
-
Reiter, Christoph authored
Update all non-major dependencies (minor) See merge request !21
4d81c222 -
7875f497
-
Renovate Bot authored6988a4e5
-
Renovate Bot authored66d7e6f9
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !20
8971e48d -
Reiter, Christoph authored
Lock file maintenance See merge request !22
e55519d4 -
Reiter, Christoph authored
In combination with the trait this allows us to subclass Person and extend it in another bundle.
d30df06a -
Reiter, Christoph authored
So it's the same everyhwere. We can allow null again if needed.
452eff13 -
Renovate Bot authored4497b7b3
-
Reiter, Christoph authored
Update all non-major dependencies (patch) See merge request !23
37653086 -
Renovate Bot authored0e7292a2
-
Renovate Bot authoredcadcff35
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !25
5e8e06a5 -
Reiter, Christoph authored
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.5.0 See merge request !24
d7434324 -
Renovate Bot authored3782ca09
-
Reiter, Christoph authored
chore(deps): update all non-major dependencies (patch) See merge request !26
887834b2 -
Renovate Bot authoredecd55192
-
Reiter, Christoph authored
fix(deps): update dependency symfony/framework-bundle to v5.4.4 See merge request !28
a6d09661 -
Renovate Bot authored2339fe30
-
Renovate Bot authored6f3fa47b
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !29
45789ddd -
Reiter, Christoph authored
chore(deps): update dependency friendsofphp/php-cs-fixer to v3.5.0 See merge request !27
a7e3c201 -
Reiter, Christoph authored
It's not used, so remove for now.
... | ... | @@ -3,10 +3,10 @@ |
"type": "symfony-bundle", | ||
"license": "AGPL-3.0-or-later", | ||
"require": { | ||
"php": "^7.3", | ||
"php": ">=7.3", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
"dbp/relay-core-bundle": "^0.1.11", | ||
"dbp/relay-core-bundle": "^0.1.25", | ||
"guzzlehttp/guzzle": "^7.0", | ||
"nelmio/cors-bundle": "^2.1.0", | ||
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0", | ||
... | ... | @@ -22,8 +22,9 @@ |
}, | ||
"require-dev": { | ||
"friendsofphp/php-cs-fixer": "^3.0", | ||
"phpstan/phpstan": "^0.12.33", | ||
"phpstan/phpstan-phpunit": "^0.12.13", | ||
"phpstan/phpstan": "^1.0.0", | ||
"phpstan/phpstan-phpunit": "^1.0.0", | ||
"phpunit/phpunit": "^9", | ||
"symfony/browser-kit": "^5.2", | ||
"symfony/http-client": "^5.2", | ||
"symfony/monolog-bundle": "^3.7", | ||
... | ... | @@ -48,14 +49,12 @@ |
}, | ||
"scripts": { | ||
"test": [ | ||
"@php vendor/bin/simple-phpunit" | ||
"@php vendor/bin/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": [ | ||
... | ... |
This diff is collapsed.
src/Entity/PersonInterface.php
0 → 100644