You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 28, 2022. It is now read-only.
Architecture now uses a ComposerFileParserFactory to create a file parser. CachedComposerFileParserFactory can be used for caching of results in order to prevent parsing the file multiple times.
A new MustOnlyHaveAutoloadableDependencies validator has been added in order to prevent accidental dependencies
to unrelated packages that just happen to be used in the same system often.
All components in architectures are now being checked against this new validator.
A new MustOnlyDependOnComposerDependencies validator has been added in order to prevent accidentally using
namespaces that are not also declared in composer.json.
A new ExplicitlyAllowDependency validator allows explicitly allowing dependencies from one component to another.
Architectures now have a bunch of new helper methods