Skip to content

Commit

Permalink
Create CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
abmmhasan committed May 7, 2024
1 parent f7b443a commit b889225
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
.github/dependabot.yml [email protected]
.github/workflows/build.yml [email protected]
.gitignore [email protected]
.readthedocs.yaml [email protected]
LICENSE [email protected]
README.md [email protected]
SECURITY.md [email protected]
captainhook.json [email protected]
composer.json [email protected]
docs/.gitignore [email protected]
docs/Makefile [email protected]
docs/conf.py [email protected]
docs/container.rst [email protected]
docs/di/attribute.rst [email protected]
docs/di/cache.rst [email protected]
docs/di/flow.rst [email protected]
docs/di/understanding.rst [email protected]
docs/di/usage.rst [email protected]
docs/fence.rst [email protected]
docs/index.rst [email protected]
docs/macro-mix.rst [email protected]
docs/memoize.rst [email protected]
docs/requirements.txt [email protected]
docs/start.rst [email protected]
phpunit.xml [email protected]
pint.json [email protected]
rector.php [email protected]
src/DI/Attribute/Infuse.php [email protected]
src/DI/Container.php [email protected]
src/DI/Invoker/GenericCall.php [email protected]
src/DI/Invoker/InjectedCall.php [email protected]
src/DI/Reflection/ReflectionResource.php [email protected]
src/DI/Resolver/ClassResolver.php [email protected]
src/DI/Resolver/DefinitionResolver.php [email protected]
src/DI/Resolver/ParameterResolver.php [email protected]
src/DI/Resolver/PropertyResolver.php [email protected]
src/DI/Resolver/Reflector.php [email protected]
src/DI/Resolver/Repository.php [email protected]
src/Exceptions/ContainerException.php [email protected]
src/Exceptions/NotFoundException.php [email protected]
src/Fence/Common.php [email protected]
src/Fence/Limit.php [email protected]
src/Fence/Multi.php [email protected]
src/Fence/Single.php [email protected]
src/Memoize/Cache.php [email protected]
src/Memoize/WeakCache.php [email protected]
src/Remix/MacroMix.php [email protected]
src/functions.php [email protected]
tests/Feature/ArchTest.php [email protected]
tests/Feature/ClassInitializationTest.php [email protected]
tests/Feature/InjectionLessTest.php [email protected]
tests/Feature/InjectionTest.php [email protected]
tests/Feature/MethodTest.php [email protected]
tests/Feature/PropertyTest.php [email protected]
tests/Fixture/ClassA.php [email protected]
tests/Fixture/ClassB.php [email protected]
tests/Fixture/ClassC.php [email protected]
tests/Fixture/ClassInit.php [email protected]
tests/Fixture/ClassInitWInterface.php [email protected]
tests/Fixture/InjectionLessClass.php [email protected]
tests/Fixture/InjectionOnlyClass.php [email protected]
tests/Fixture/InterfaceA.php [email protected]
tests/Fixture/InterfaceB.php [email protected]
tests/Fixture/InterfaceC.php [email protected]
tests/Fixture/ParentPropertyClass.php [email protected]
tests/Fixture/PropertyClass.php [email protected]
tests/Pest.php [email protected]
tests/TestCase.php [email protected]
tests/Unit/CommonTest.php [email protected]

0 comments on commit b889225

Please sign in to comment.