Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: yuand03/PHP-DI

Tags

6.1.0

Toggle 6.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#708 from Jaumo/typed-property-support

Add autowiring-support for PHP7.4 typed properties

6.0.11

Toggle 6.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#698 from ovos/feature/sourcecache-namespaced

SourceCache: namespacing cache keys

6.0.10

Toggle 6.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#686 from diesse/diesse-almost-idempotent-co…

…mpiled-container

Make compiled container (almost) idempotent

6.0.9

Toggle 6.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP-DI#674 Special interpretation of `\DI\value` in `\DI\Container::s…

…e… (PHP-DI#675)

PHP-DI#674 Special interpretation of `\DI\value` in `\DI\Container::set`

6.0.8

Toggle 6.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#654 from PHP-DI/revert-6.0.7

Fix PHP-DI#648 by reverting 6.0.7 changes

6.0.7

Toggle 6.0.7's commit message
Fix coding style

6.0.6

Toggle 6.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#645 from bbaga/master

Adding support for proxy class generation on container compilations

6.0.5

Toggle 6.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#627 from juliangut/variadic-add-definitions

support variadic parameter on addDefinitions

6.0.4

Toggle 6.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#622 from PHP-DI/v6_di_get_autowire_interface

Fix PHP-DI#614: regression in `Container::set()`

6.0.3

Toggle 6.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request PHP-DI#616 from ArtFireCom/wildcard-autowire

Adds support for autowire of __construct for wildcards