IonBazan
Repos
66
Followers
67
Following
106

Compares composer.lock changes and generates Markdown report so you can use it in PR description.

68
4

DDD Simple REST API based on Symfony providing key-value store

5
0

PSR-7-compatible Alibaba Cloud API Gateway request signing implementation. Integrates with Guzzle ⛽️ and HttPlug 🐘.

4
0

PHP polyfills

2303
117

Lists available services in Laravel IoC Container. Works with Laravel 5.4+, 6.x, 7.x, 8.x and 9.x.

2
0

The Official PHP MongoDB ORM/ODM

1065
489

Events

Created at 16 hours ago
IonBazan delete branch bugfix/changeset-v2
Created at 1 week ago

Fix icon color according to theme (#1372)

:lipstick: (Icon) Fix color according to theme (light or dark)

StorageInterface resolveStream nullable $fieldName (#1373)

Merge branch 'master' into bugfix/changeset-v2

Created at 1 week ago
IonBazan delete branch bugfix/changeset
Created at 1 week ago

Use static data providers (#2512)

  • Use static data providers

  • Update phpunit.xml.dist

Co-authored-by: Claudio Zizza 859964+SenseException@users.noreply.github.com


Co-authored-by: Claudio Zizza 859964+SenseException@users.noreply.github.com

Created at 1 week ago
pull request closed
Use static data providers

Summary

Makes all test data providers static. This is to fix PHPUnit 10 deprecations.

See #2509

Created at 1 week ago
delete branch
IonBazan delete branch bugfix/install-audit
Created at 1 week ago

Update phpunit.xml.dist

Co-authored-by: Claudio Zizza 859964+SenseException@users.noreply.github.com

Created at 2 weeks ago
pull request opened
Use static data providers

Summary

Makes all test data providers static. This is to fix PHPUnit 10 deprecations.

Created at 2 weeks ago
create branch
IonBazan create branch feature/static-providers
Created at 2 weeks ago

Drop support of unmaintained versions of Symfony (#771)

Created at 2 weeks ago
pull request closed
Drop support of unmaintained versions of Symfony

This includes Symfony 4.4, 6.0 and 6.1

These versions are unmaintained (4.4 is only getting security fixes). I wanted to see how much code was involved and looks like it isn't that much, so I'm also fine if we don't remove support in 4.6.0.

Created at 2 weeks ago

Remove occurrences of "$this" in data providers

Merge pull request #2510 from franmomu/phpunit/remove_this_data_providers

Remove occurrences of "$this" in data providers

Created at 2 weeks ago
pull request closed
Remove occurrences of "$this" in data providers

| Q | A |------------- | ----------- | Type | task | BC Break | no | Fixed issues |

Summary

To make data providers static we need to remove "$this" from data providers, I've modified some method to make them static, not sure if there is another way for these cases.

Related to https://github.com/doctrine/mongodb-odm/issues/2509

Created at 2 weeks ago
Drop support of unmaintained versions of Symfony

@GromNaN Thanks for clarification. I assume we can leave the ones applied in @internal classes then.

Created at 2 weeks ago
opened issue
Ensure PHPUnit 10 compatibility

This is to track PHPUnit 10 compatibility with the test suite:

  • [ ] Rename abstract test classes ending with Test #2507
  • [ ] Make all data providers static
  • [ ] Replace usages of deprecated and deleted test methods
  • [ ] Migrate XML configuration
  • [ ] Get rid of deprecations in tests
Created at 3 weeks ago
Drop support of unmaintained versions of Symfony

Is it the right moment to add native return types to Commands and other classes?

Created at 3 weeks ago
issue comment
List transitive platform dependencies changes

One of the challenges here is resolving the common version constraint when multiple packages require same extension/php but in different version or contain multiple constraints.

Created at 3 weeks ago
Leverage pinned resolvers

Leverage pinned resolvers as recommended by @nicolas-grekas in https://github.com/doctrine/DoctrineMongoDBBundle/pull/754#issuecomment-1457953551

See https://github.com/symfony/symfony/pull/48992

Feel free to assign yourself to this issue.

Created at 3 weeks ago

Use PHP 7.4 for phpcs (#768)

Created at 3 weeks ago
pull request closed
Use PHP 7.4 for phpcs

Extracted from https://github.com/doctrine/DoctrineMongoDBBundle/pull/765 so it would be easier to review

Created at 3 weeks ago
opened issue
List transitive platform dependencies changes

Currently platform requirement changes are only listed when they are explicitly defined in the root package composer.json. Requiring a package with a transitive platform requirement causes such dependency to be ignored.

That's because such package only appears in packages.<package-name>.require section and not in platform section.

Created at 3 weeks ago