Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchFilter: Allow strategy on associations #1

Open
wants to merge 368 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
368 commits
Select commit Hold shift + click to select a range
278a1cb
fix windows test
soyuka Sep 13, 2020
32249e9
Merge pull request #3718 from soyuka/merge-25
soyuka Sep 13, 2020
31de66f
Fix mising @type in output DTO collections (#3699)
soyuka Sep 13, 2020
6e2538b
Pre hydrate input before denormalize (#3701)
soyuka Sep 13, 2020
cb3f641
Add Tidelift to FUNDING.yml
dunglas Sep 14, 2020
ead38e9
Backport pull request #3486 (#3723)
babeuloula Sep 15, 2020
3c80345
Handle Symfony stateless control
mtarld Feb 27, 2020
9f38f83
Merge pull request #3436 from mtarld/feature/stateless
dunglas Sep 25, 2020
ce06420
Add messenger=persist (#3617)
vincentchalamon Sep 25, 2020
6ac03d6
Fix expression language argument for PublishMercureUpdatesListener
matthew-banning Sep 29, 2020
2b4606f
fix: simplify PurgeHttpCacheListener
dunglas Oct 1, 2020
f23fc22
Merge pull request #3743 from dunglas/fix/purge-http-cache-listener-q…
dunglas Oct 2, 2020
88a994d
Merge pull request #3739 from matthew-banning/patch-1
dunglas Oct 2, 2020
176cdf9
Merge branch '2.5' into master
dunglas Oct 2, 2020
e057998
fix: update JS assets
dunglas Oct 2, 2020
8d78b3f
Merge pull request #3744 from dunglas/fix/bump-js-deps
dunglas Oct 2, 2020
044bebf
[2.5] Fix CI (#3753)
antograssiot Oct 13, 2020
f20e322
Merge branch '2.5'
antograssiot Oct 13, 2020
87c75d4
Try to fix master pipeline (#3756)
antograssiot Oct 14, 2020
89e085f
Add previous_data to persisters context when available
antograssiot Oct 12, 2020
823cdaf
Merge pull request #3752 from antograssiot/attribute_extractor
dunglas Oct 14, 2020
42c717b
Fix openApi when no data provided (#3757)
Te4g Oct 14, 2020
68163f3
fix OpenApi operation servers/security (#3758)
soyuka Oct 14, 2020
b322aff
[GraphQL] Fix filter arguments order (#3468)
ArnoudThibaut Oct 15, 2020
1c7c26d
feat: improves iri_only implementation (#3454)
Oct 15, 2020
8c69482
Add configurable asset_package
smatyas Oct 15, 2020
2a216dc
fix identifiers do not denormalize the same identifier twice (#3762)
soyuka Oct 19, 2020
b5c72b7
[Mercure] Add a `normalization_context` option in `mercure` attribute…
alanpoulain Oct 20, 2020
bf2cd50
Slash baseUrl only from IRI beginning
maxtorete Oct 21, 2020
111bddb
Merge pull request #3776 from maxtorete/patch-1
dunglas Oct 22, 2020
a573432
fix: better PHPUnit version detection
dunglas Oct 23, 2020
9b6fd22
Merge pull request #3781 from dunglas/fix/phpunit-version-detection
dunglas Oct 23, 2020
274d032
Allow method/property to return false
stephanvierkant Oct 25, 2020
000a56a
Merge pull request #3790 from stephanvierkant/mercure-method-false
dunglas Oct 26, 2020
a2d91b4
tests: update Behat dependencies for Symfony 5 to test Symfony 5 comp…
dunglas Oct 26, 2020
93ce475
ci: fix PHPStan
dunglas Oct 26, 2020
f94a31e
Merge pull request #3792 from dunglas/fix/sf5.1-dep
dunglas Oct 26, 2020
31ae040
Merge pull request #3793 from dunglas/fix/phpstan
dunglas Oct 26, 2020
b4326b9
Use PHPUnit Bridge 5.1 instead of version 5.x-dev (#3779)
Deuchnord Oct 26, 2020
6971a35
Fix tests (#3791)
pierredup Oct 26, 2020
8e58a98
Add support for PHP 8 (#3745)
pierredup Oct 26, 2020
ff931eb
Lazy load remaining commands
deguif Oct 28, 2020
51310fd
Merge pull request #3798 from deguif/lazy-load-command
dunglas Oct 28, 2020
9b2ce68
Do not inject api_platform.security.resource_access_checker on ItemNo…
vincentchalamon Oct 29, 2020
eae59df
Merge pull request #3801 from vincentchalamon/issues/item-normalizer
dunglas Oct 29, 2020
a9e108d
Lazy load SwaggerCommand
deguif Oct 30, 2020
1b18bce
fix: use getArrayCopy for assertMatchesJsonSchema (#3807)
alanpoulain Nov 2, 2020
f07b2f6
fix: add base Hydra properties to collection items definition in JSON…
alanpoulain Nov 2, 2020
1ef4176
fix: add additionalProperties (false) to the generated JSON schema (#…
alanpoulain Nov 2, 2020
fba4b1a
fix: use validation groups for property metadata in JSON Schema facto…
alanpoulain Nov 2, 2020
ab79d36
Merge pull request #3802 from deguif/lazy-load-command
dunglas Nov 2, 2020
457208a
Add git everywhere (#3813)
soyuka Nov 2, 2020
bfca0eb
ci: remove deprecated packages from composer.json (#3794)
dunglas Nov 5, 2020
6dded70
Use setup-php (#3814)
soyuka Nov 6, 2020
095a378
Merge remote-tracking branch 'upstream/2.5' into merge-25
soyuka Nov 6, 2020
70289ca
Fix tests
soyuka Nov 6, 2020
6ad1fbc
Fix phpstan
soyuka Nov 7, 2020
003608e
Fix mercure context
soyuka Nov 7, 2020
9f3f840
Groups should be an array
soyuka Nov 7, 2020
d26805c
Fix sf5 deprecation notices (#3)
soyuka Nov 7, 2020
33cfa2c
fix tests
soyuka Nov 7, 2020
b896509
Merge pull request #3812 from soyuka/merge-25
soyuka Nov 7, 2020
ea698f8
OpenApi refactor on path docs.json?spec_version=3
soyuka Oct 15, 2020
49ce534
Fix openapi schema definitions for subresources
soyuka Oct 14, 2020
1ae4dfc
Merge pull request #3759 from soyuka/fix/openapi-docs-endpoint
soyuka Nov 8, 2020
4eda8d5
Merge pull request #3764 from smatyas/asset-package
soyuka Nov 8, 2020
3605e6d
[DEFAULT ORDER] #1246: Support default order for a specific custom op…
ahmed-bhs Nov 8, 2020
8a62553
fix: manage JSON Schema nullability (#3817)
alanpoulain Nov 8, 2020
3cf90f7
Fix tests (#3818)
soyuka Nov 8, 2020
5b2cfdc
[ValidationException] Allow customization of validation error status …
ahmed-bhs Nov 8, 2020
db13fcc
Use operation output class name instead Resource short name in operat…
maxtorete Nov 8, 2020
4af03d0
Rewrite bad input denormalization error (#3697)
soyuka Nov 8, 2020
d1856d3
Merge 2.5 into master
soyuka Nov 9, 2020
70b1b76
Speed up symfony 5.2 build (#3822)
soyuka Nov 9, 2020
5ec957d
Merge 2.5 onto master
soyuka Nov 9, 2020
9aa36a2
Remove behatch/contexts repository
soyuka Nov 10, 2020
2d8e89a
Merge pull request #3824 from soyuka/2.5
soyuka Nov 10, 2020
04142a6
Allow to search on multiple values on every strategies (#3786)
benja-M-1 Nov 11, 2020
51dfcd2
Apply "static_lambda" CS rule under `src/` dir (#3725)
phansys Nov 13, 2020
cf69423
Specify AdditionalProperties according to allow_extra_attributes (#3829)
soyuka Nov 13, 2020
7595ac7
Disable additionalProperties in json schema assertions (#3830)
soyuka Nov 13, 2020
e383f09
fix warning for preloading AbstractPaginator class
optior Nov 12, 2020
12f2c21
CI: Set-env is deprecated (#3835)
soyuka Nov 17, 2020
347a095
Serializer: Support ignore annotation (#3820)
TheCrealm Nov 18, 2020
a5bd35a
Escape search terms before using them in a Regex (#3755)
rimas-kudelis Nov 19, 2020
fcb3376
Subresource definition ADR proposal
soyuka Nov 19, 2020
a18abb3
fix links
soyuka Nov 19, 2020
3af682c
Review
soyuka Nov 19, 2020
1ddd7c6
Review
soyuka Nov 19, 2020
6350ea0
Review
soyuka Nov 19, 2020
9d6fad4
explicit
soyuka Nov 19, 2020
0ca717c
review
soyuka Nov 19, 2020
a5bd1b7
Merge branch '2.5' into master
soyuka Nov 20, 2020
6679793
chore: remove unuseful private properties from ApiResource (#3841)
alanpoulain Nov 20, 2020
ab474b6
Merge 2.5 onto master
soyuka Nov 20, 2020
a9f4138
Chunk headers to comply with Varnish max length
julienfalque Nov 21, 2020
6a56b62
Merge pull request #3843 from julienfalque/fix-varnish-ban-header-length
soyuka Nov 24, 2020
621ef66
* make all openapi info model fields configurable
Nov 19, 2020
bcf2a46
Merge pull request #3837 from WhiteRabbitDE/feature/make-all-swagger-…
soyuka Nov 24, 2020
a009340
Apply suggestions from code review
soyuka Nov 25, 2020
c31c9d9
Fix #3844 open api shows with jsonld normalizer
soyuka Nov 26, 2020
9663fda
Merge pull request #3846 from soyuka/fix/documentation
dunglas Nov 26, 2020
c984ab6
Merge pull request #3838 from soyuka/adr
soyuka Nov 26, 2020
01ed8dd
Resource identifiers
soyuka Nov 19, 2020
001f714
Apply suggestions from code review
soyuka Nov 26, 2020
a2f719c
Merge pull request #3840 from soyuka/adr-resources-identifiers
soyuka Nov 26, 2020
3f4bd56
feat: add ApiResource PHP 8 attribute
dunglas Nov 26, 2020
11dafa5
feat: add ApiProperty PHP 8 attribute
dunglas Nov 27, 2020
8a5494d
tests: fix tests
dunglas Nov 27, 2020
f99cc0a
Merge pull request #3851 from dunglas/feat/php8-attributes
dunglas Nov 27, 2020
254db87
Update composer.json
LordSimal Nov 28, 2020
be44e2c
Merge pull request #3855 from LordSimal/2.5
dunglas Nov 28, 2020
4bac128
Changelog for v2.5.8 (#3853)
soyuka Nov 28, 2020
d6a7f60
Merge branch 2.5 into master
soyuka Nov 28, 2020
c41db56
Update AbstractConstraintViolationListNormalizer.php
theofidry Nov 28, 2020
f71b9e5
Merge 2.5 into master (#3856)
soyuka Nov 28, 2020
30218e4
Fix tests
theofidry Nov 29, 2020
dd105c0
Merge pull request #3857 from api-platform/feature/violation-code
soyuka Nov 29, 2020
0a5058d
fix phpstan (#3859)
soyuka Nov 29, 2020
5573b2a
fix phpstan (#3859)
soyuka Nov 29, 2020
39c0dc5
Fix phpstan (#3861)
soyuka Nov 30, 2020
2b18296
Merge 2.5 to fix phpstan (#3862)
soyuka Nov 30, 2020
f3c544a
Deep object update consistency (#3847)
soyuka Nov 30, 2020
c86bb1d
Rework to improve and simplify identifiers management (#3825)
soyuka Nov 30, 2020
f9ae34b
fix: ApiResource attribute
dunglas Nov 30, 2020
d674766
Merge pull request #3864 from dunglas/fix/attributes
dunglas Nov 30, 2020
c715918
Merge branch '2.5'
dunglas Dec 1, 2020
df91438
feat: bump JS deps
dunglas Dec 1, 2020
a6f0893
Merge pull request #3867 from dunglas/feat/bump-js-deps
dunglas Dec 1, 2020
12dca8d
feat: add ApiFilter attribute
dunglas Dec 1, 2020
e969429
Merge pull request #3868 from dunglas/feat/api-filter-attribute
dunglas Dec 1, 2020
74d8eed
feat: add ApiSubresource attribute (#3869)
dunglas Dec 1, 2020
294b635
[Elasticsearch] inject denormalization context into `Paginator` to ha…
hhamon Dec 1, 2020
7d2cfbb
fix: support for defaults
dunglas Dec 2, 2020
7cbc853
Merge pull request #3866 from hhamon/feature/elasticsearch-serializat…
dunglas Dec 2, 2020
1494ae8
Merge pull request #3872 from dunglas/fix/defaults
dunglas Dec 2, 2020
b5be5e0
Throw an error when no identifier is defined (#3871)
soyuka Dec 2, 2020
6806c0e
fix: set stateless to false by default and remove the deprecation
dunglas Dec 2, 2020
918a001
Use "id" as default identifier if none provided
soyuka Dec 2, 2020
b81374f
Merge pull request #3873 from dunglas/fix/stateless
dunglas Dec 2, 2020
e4c3667
Merge pull request #3874 from soyuka/fix/denormalize-identifier-twice
dunglas Dec 2, 2020
3115c80
docs: editorial changes to the changelog for 2.5.8
dunglas Dec 2, 2020
d4d6377
Merge pull request #3875 from dunglas/docs/2.5-changelog
dunglas Dec 2, 2020
f8a8882
Merge branch '2.5'
dunglas Dec 2, 2020
f53bb64
Changelog 2.6.0 (#3876)
soyuka Dec 2, 2020
d4420d2
Make "hydra:mapping" item's property nullable (#3877)
GaryPEGEOT Dec 3, 2020
4f1ebb0
Merge branch '2.5'
alanpoulain Dec 3, 2020
588c743
Merge pull request #3879 from alanpoulain/merge-2.5
alanpoulain Dec 3, 2020
b1275a2
Restore indentation.
drupol Dec 5, 2020
a636f5a
Update PHP CS Fixer configuration.
drupol Dec 5, 2020
3bf2a9c
Restore relevant changes introduced in 7d2cfbb.
drupol Dec 5, 2020
f7ea5c8
Try to fix PHPStan issues.
drupol Dec 5, 2020
43335fd
Merge pull request #3886 from drupol/update-php-cs-fixer-configuration
alanpoulain Dec 5, 2020
4359926
Fix for empty example and empty default value (#3887)
Tayfun74 Dec 6, 2020
3fe2ce2
Fix passing tags to purge
julienfalque Dec 8, 2020
29cd84b
Merge pull request #3827 from optior/fix-opcache-preloading-warning
dunglas Dec 10, 2020
3402e9a
allow absence of token for sf authentication manager
cdaguerre Dec 11, 2020
1d02bb7
Merge pull request #3894 from julienfalque/fix-varnish-tags-list
dunglas Dec 13, 2020
31069f7
Fix for additionalProp1 showing in example value (#3888)
Tayfun74 Dec 13, 2020
76ca535
Merge pull request #3899 from cdaguerre/master
dunglas Dec 13, 2020
c20a3fd
Fix PHP-CS-Fixer errors
meyerbaptiste Dec 14, 2020
48447ce
Fix PHPStan errors
meyerbaptiste Dec 15, 2020
65a406c
Merge pull request #3903 from meyerbaptiste/fix_ci
dunglas Dec 17, 2020
642b94f
docs: changelog for 2.5.9
dunglas Dec 17, 2020
cd5398a
ci: replace PHP rc by 8.0
dunglas Dec 17, 2020
4f05477
Merge pull request #3911 from dunglas/docs/2.5.9-changelog
dunglas Dec 17, 2020
48d78b7
Merge branch '2.5'
dunglas Dec 17, 2020
46bbf6b
fix: tests and CS
dunglas Dec 17, 2020
9d2244b
fix: PHP 8 tests
dunglas Dec 17, 2020
75deb1a
Merge pull request #3913 from dunglas/fix/merge-2.5
dunglas Dec 17, 2020
126e65d
Revert messenger=persist and introduce a ResumableDataPersisterInterf…
soyuka Dec 19, 2020
6f0959b
Add ResumableDataPersisterInterface to changelog (#3917)
soyuka Dec 22, 2020
fa99626
fix: mercure multiple topic publishing (#3921)
divine Dec 29, 2020
91e4b18
Fix the ci (#3926)
jockos Jan 2, 2021
3d8449a
OpenAPI: fix #3920 security scheme (#3927)
soyuka Jan 2, 2021
ed59e8d
Fix mongodb tests (#3931)
soyuka Jan 4, 2021
11e0f2c
Fix OpenApi spec security must be an array (#3933)
Toflar Jan 4, 2021
9aca700
Allow arbitrary extension property types (#3934)
Toflar Jan 4, 2021
8711c80
Restore composite identifier denormalization (#3932)
antograssiot Jan 4, 2021
9e6ae81
Make sure both, description and summary are generated (#3939)
Toflar Jan 5, 2021
ab9ce51
Update ApiProperty.php (#3950)
mitalcoi Jan 9, 2021
8e9e8a6
fix wrong custom filter schema generation and edit test to check. (#3…
GrmpfNarf Jan 11, 2021
c37641b
fix: upgrade and fix PHPStan issues (#3955)
alanpoulain Jan 11, 2021
785403f
fix: add prefix to subresources and operations (#3956)
GrimpEreau Jan 15, 2021
513d8be
Fix: #3945 (#3957)
Zowac Jan 19, 2021
6682c18
[OpenApi] Fix: add filters for subresources path (#3961)
GrimpEreau Jan 19, 2021
b4f930c
Also pass the object to the resource access checker for better securi…
Toflar Jan 21, 2021
4f4efc3
Add the @Ignore annotation support (#3910)
meyerbaptiste Jan 21, 2021
9cecfab
fix: only display hydra:next when the item total is strictly greater …
jeremyteyssedre Jan 22, 2021
5000965
Fix the registration of the "test.api_platform.client" service (#3938)
meyerbaptiste Jan 22, 2021
908dafa
Prepare release 2.5.10 (#3970)
dunglas Jan 22, 2021
1a81156
docs: better formatting in changelog
dunglas Jan 22, 2021
a5f35d3
Merge branch '2.5'
dunglas Jan 22, 2021
5cb0508
ci: fix tests (#3971)
dunglas Jan 22, 2021
40c42cd
fix: defaults when using attributes (#3978)
dunglas Jan 24, 2021
4b293b0
docs: update changelog
dunglas Jan 24, 2021
fd8fcf4
fix #3980 TraceableDataPersister supports called without context (#3983)
soyuka Jan 26, 2021
f5d191d
Fix cs (#3984)
soyuka Jan 26, 2021
e559a19
Fix mongodb tests (#3988)
soyuka Jan 26, 2021
24a4a7c
Fix Swagger link in comments (#3990)
Renrhaf Jan 28, 2021
39ce227
Remove phpstan false-positive (#3994)
soyuka Jan 28, 2021
588ace6
Openapi context: parameters, requestBody missing (#4001)
soyuka Jan 31, 2021
5c94c82
Fix #3982 maxDepth property of the ApiSubresource annotation not work…
crbanman Jan 31, 2021
abd1905
Allow to set openapi_context on subresourceOperations (#4004)
yoshz Feb 2, 2021
21f4cf0
Fix #3881 revert setting ALLOW_EXTRA_ATTRIBUTES (#4007)
soyuka Feb 2, 2021
837dc48
Fix #3979 identifier chain not breaking after denormalizing (#3985)
soyuka Feb 2, 2021
d008a59
Fix openapi sort #3996 (#4013)
soyuka Feb 2, 2021
c46f6fb
Fix #4005 BC layer for openapi normalizer (#4016)
soyuka Feb 3, 2021
d65b136
fix pagination defaults and add tests (#4011)
GrimpEreau Feb 3, 2021
78cfbbf
Fix/issue 3960 (#4018)
soyuka Feb 3, 2021
b494acc
Fix data collection recursive issue #3976 (#4023)
soyuka Feb 5, 2021
7042390
Windows CI use php 8 (#4025)
soyuka Feb 5, 2021
8a00d6e
Serialize openapi properly fix #3997 (#4019)
soyuka Feb 5, 2021
8a16c9d
pattern must be compliant with ECMA 262 regex (#4027)
stchr Feb 6, 2021
5df77ad
Fix behat tests (#4030)
soyuka Feb 6, 2021
364538b
Fix #4024 identifiers with multiple classes (#4029)
soyuka Feb 6, 2021
2edb3bf
2.6.2 Changelog (#4032)
soyuka Feb 7, 2021
a5196ae
Fix partial pagination which no longer returns the "hydra:next" prope…
meyerbaptiste Feb 8, 2021
f12a426
Fix getStyle, getName, getIn return type to be consistent with constr…
cacahouwete Feb 10, 2021
fa87557
Revert "Fix getStyle, getName, getIn return type to be consistent wit…
soyuka Feb 10, 2021
0f1ef33
Fix openapi empty schema sort (#4051)
soyuka Feb 11, 2021
10f9452
Add test + fix parameter (#4050)
soyuka Feb 11, 2021
78cb369
fix(mercure): do not use data options when deleting (#4056)
alanpoulain Feb 12, 2021
39167de
fix: phpstan (#4058)
alanpoulain Feb 12, 2021
17d92a7
Fix #4037 allow POST operations without identifiers (#4052)
soyuka Feb 15, 2021
93e45fc
#4041 bugfix: FilterEagerLoadingExtension foreign identifier handling…
Edvinas9 Feb 15, 2021
f951657
test: fix MongoDB tests for RPC (#4062)
alanpoulain Feb 15, 2021
2c31621
Allow generating documentation when property and method start from "i…
sidz Feb 16, 2021
3d61bfc
test: better getter / setter tests (#4070)
alanpoulain Feb 17, 2021
a3563b3
Use a null token when using the authenticator manager (#4067)
alanpoulain Feb 17, 2021
177fd34
Add missing note about the default behavior of the PATCH method (#3865)
Deuchnord Feb 17, 2021
b10d54a
Mention validation status change in changelog (#4068)
soyuka Feb 17, 2021
00b1c06
Fix missing $ref in OpenApi documentation (#4076)
RobinHoutevelts Feb 17, 2021
b5805a1
Remove "oauth2" scheme from openapi security scheme (#4073)
BeyerJC Feb 18, 2021
4a7a502
docs: changelog for 2.6.3 (#4082)
dunglas Feb 18, 2021
c59c8a8
fix: deprecations in Symfony 5.3 (#4083)
dunglas Feb 19, 2021
e7bde8f
Fix deprecations (#4085)
soyuka Feb 19, 2021
0e3f820
fix: 422 is not defined in the documentation (#4086)
monteiro Feb 19, 2021
ff248ae
Handle binary UUID in SearchFilter (#3774)
odoucet Feb 19, 2021
4630af7
fix: null iterable field should be resolved directly (#4092)
alanpoulain Feb 23, 2021
0037f60
Add back PHPUnit tests with MongoDB (#4104)
alanpoulain Mar 1, 2021
7c6f96f
Do not add JOINs for Filters without a value (#3703)
WybrenKoelmans Mar 1, 2021
3e742ff
Allow unset PathItem method
d0niek Feb 25, 2021
c25f961
OpenAPI PathItem Add test nullable operation
soyuka Mar 2, 2021
e270b03
Fix tests
soyuka Mar 2, 2021
ce6ff3f
Merge pull request #4107 from soyuka/fix/openapi-pathitem
soyuka Mar 2, 2021
ee275d2
Update OpenApi.php (#4108)
soyuka Mar 2, 2021
cecd948
Checking the output option when calculating property metadata (#3696)
weaverryan Mar 2, 2021
70e2893
SearchFilter: Refactor code to reduce code duplication and makes it e…
jpierront May 2, 2020
2e15671
chore: add changelog entry
alanpoulain Mar 3, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/features export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/phpunit_mongodb.xml export-ignore
/tests export-ignore
/update-js.sh export-ignore
/yarn.lock export-ignore
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tidelift: "packagist/api-platform/core"
Loading