From e3511ae09937cb28fbc6955ec714d45c3ab9e3a8 Mon Sep 17 00:00:00 2001 From: webimpress Date: Fri, 18 Oct 2019 21:21:23 +0100 Subject: [PATCH 1/5] Update license headers --- src/Exception/ExceptionInterface.php | 8 +++----- src/Exception/InvalidArgumentException.php | 8 +++----- src/Exception/MissingDependencyModuleException.php | 8 +++----- src/Exception/RuntimeException.php | 8 +++----- src/Feature/AutoloaderProviderInterface.php | 8 +++----- src/Feature/BootstrapListenerInterface.php | 8 +++----- src/Feature/ConfigProviderInterface.php | 8 +++----- src/Feature/ConsoleBannerProviderInterface.php | 8 +++----- src/Feature/ConsoleUsageProviderInterface.php | 8 +++----- src/Feature/ControllerPluginProviderInterface.php | 8 +++----- src/Feature/ControllerProviderInterface.php | 8 +++----- src/Feature/DependencyIndicatorInterface.php | 8 +++----- src/Feature/FilterProviderInterface.php | 8 +++----- src/Feature/FormElementProviderInterface.php | 8 +++----- src/Feature/HydratorProviderInterface.php | 8 +++----- src/Feature/InitProviderInterface.php | 8 +++----- src/Feature/InputFilterProviderInterface.php | 8 +++----- src/Feature/LocatorRegisteredInterface.php | 8 +++----- src/Feature/LogProcessorProviderInterface.php | 8 +++----- src/Feature/LogWriterProviderInterface.php | 8 +++----- src/Feature/RouteProviderInterface.php | 8 +++----- src/Feature/SerializerProviderInterface.php | 8 +++----- src/Feature/ServiceProviderInterface.php | 8 +++----- src/Feature/TranslatorPluginProviderInterface.php | 8 +++----- src/Feature/ValidatorProviderInterface.php | 8 +++----- src/Feature/ViewHelperProviderInterface.php | 8 +++----- src/Listener/AbstractListener.php | 8 +++----- src/Listener/AutoloaderListener.php | 8 +++----- src/Listener/ConfigListener.php | 8 +++----- src/Listener/ConfigMergerInterface.php | 8 +++----- src/Listener/DefaultListenerAggregate.php | 8 +++----- src/Listener/Exception/ExceptionInterface.php | 8 +++----- src/Listener/Exception/InvalidArgumentException.php | 8 +++----- src/Listener/Exception/RuntimeException.php | 8 +++----- src/Listener/InitTrigger.php | 8 +++----- src/Listener/ListenerOptions.php | 8 +++----- src/Listener/LocatorRegistrationListener.php | 8 +++----- src/Listener/ModuleDependencyCheckerListener.php | 8 +++----- src/Listener/ModuleLoaderListener.php | 8 +++----- src/Listener/ModuleResolverListener.php | 8 +++----- src/Listener/OnBootstrapListener.php | 8 +++----- src/Listener/ServiceListener.php | 8 +++----- src/Listener/ServiceListenerInterface.php | 8 +++----- src/ModuleEvent.php | 8 +++----- src/ModuleManager.php | 8 +++----- src/ModuleManagerInterface.php | 8 +++----- test/Listener/AbstractListenerTestCase.php | 8 +++----- test/Listener/AutoloaderListenerTest.php | 8 +++----- test/Listener/ConfigListenerTest.php | 8 +++----- test/Listener/DefaultListenerAggregateTest.php | 8 +++----- test/Listener/InitTriggerTest.php | 8 +++----- test/Listener/ListenerOptionsTest.php | 8 +++----- test/Listener/LocatorRegistrationListenerTest.php | 8 +++----- test/Listener/ModuleDependencyCheckerListenerTest.php | 8 +++----- test/Listener/ModuleLoaderListenerTest.php | 8 +++----- test/Listener/ModuleResolverListenerTest.php | 8 +++----- test/Listener/OnBootstrapListenerTest.php | 8 +++----- test/Listener/ServiceListenerTest.php | 8 +++----- .../TestAsset/CustomPluginDuckTypeProviderModule.php | 8 +++----- test/Listener/TestAsset/CustomPluginInterface.php | 8 +++----- test/Listener/TestAsset/CustomPluginManager.php | 8 +++----- test/Listener/TestAsset/CustomPluginProviderInterface.php | 8 +++----- test/Listener/TestAsset/CustomPluginProviderModule.php | 8 +++----- test/Listener/TestAsset/SampleAbstractFactory.php | 8 +++----- test/Listener/TestAsset/ServiceInvalidReturnModule.php | 8 +++----- test/Listener/TestAsset/ServiceProviderModule.php | 8 +++----- test/ModuleEventTest.php | 8 +++----- test/ModuleManagerTest.php | 8 +++----- test/ResetAutoloadFunctionsTrait.php | 8 +++----- test/SetUpCacheDirTrait.php | 8 +++----- test/TestAsset/BadConfigModule/Module.php | 8 +++----- test/TestAsset/BafModule/Module.php | 8 +++----- test/TestAsset/BamModule/Module.php | 8 +++----- test/TestAsset/BarModule/Module.php | 8 +++----- test/TestAsset/BazModule/Module.php | 8 +++----- test/TestAsset/BooModule/Module.php | 8 +++----- test/TestAsset/BorModule/Module.php | 8 +++----- test/TestAsset/ListenerTestModule/Module.php | 8 +++----- test/TestAsset/ListenerTestModule/src/Foo/Bar.php | 8 +++----- test/TestAsset/LoadBarModule/Module.php | 8 +++----- test/TestAsset/LoadFooModule/Module.php | 8 +++----- test/TestAsset/LoadOtherModule/Module.php | 8 +++----- test/TestAsset/MockApplication.php | 8 +++----- test/TestAsset/NotAutoloaderModule/Module.php | 8 +++----- test/TestAsset/NotAutoloaderModule/src/Foo/Bar.php | 8 +++----- test/TestAsset/SomeModule/Module.php | 8 +++----- test/TestAsset/SubModule/Sub/Module.php | 8 +++----- 87 files changed, 261 insertions(+), 435 deletions(-) diff --git a/src/Exception/ExceptionInterface.php b/src/Exception/ExceptionInterface.php index 3e784ee..f372089 100644 --- a/src/Exception/ExceptionInterface.php +++ b/src/Exception/ExceptionInterface.php @@ -1,10 +1,8 @@ Date: Fri, 18 Oct 2019 21:22:58 +0100 Subject: [PATCH 2/5] Update mkdocs configuration --- docs/book/index.html | 11 ----------- mkdocs.yml | 10 ++++------ 2 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 docs/book/index.html diff --git a/docs/book/index.html b/docs/book/index.html deleted file mode 100644 index acaf628..0000000 --- a/docs/book/index.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
-

zend-modulemanager

- -

- Modular application system for zend-mvc applications. -

- -
$ composer require zendframework/zend-modulemanager
-
-
diff --git a/mkdocs.yml b/mkdocs.yml index dc30159..b2c89a8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,15 +1,13 @@ docs_dir: docs/book site_dir: docs/html -pages: - - index.md - - Intro: intro.md +nav: + - Home: index.md + - Introduction: intro.md - Reference: - "The Module Manager": module-manager.md - "The Module Class": module-class.md - "The Module Autoloader": module-autoloader.md - "Best Practices when Creating Modules": best-practices.md site_name: zend-modulemanager -site_description: zend-modulemanager +site_description: "Modular application system for zend-mvc applications" repo_url: 'https://github.com/zendframework/zend-modulemanager' -copyright: 'Copyright (c) 2005-2017 Zend Technologies USA Inc.' - From f02edce5855b8aea1d95a92e3377f3f12d516b2c Mon Sep 17 00:00:00 2001 From: webimpress Date: Fri, 18 Oct 2019 21:23:10 +0100 Subject: [PATCH 3/5] Update copyright year in LICENSE.md --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 63df410..4bc22a4 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2005-2017, Zend Technologies USA, Inc. +Copyright (c) 2005-2019, Zend Technologies USA, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, From db7548d0168d03c76ab01858a8f78cdf58985ec2 Mon Sep 17 00:00:00 2001 From: webimpress Date: Fri, 18 Oct 2019 21:23:23 +0100 Subject: [PATCH 4/5] s/slack/chat --- composer.json | 2 +- docs/CONTRIBUTING.md | 2 +- docs/ISSUE_TEMPLATE.md | 2 +- docs/SUPPORT.md | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 63eac8d..210fb57 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "issues": "https://github.com/zendframework/zend-modulemanager/issues", "source": "https://github.com/zendframework/zend-modulemanager", "rss": "https://github.com/zendframework/zend-modulemanager/releases.atom", - "slack": "https://zendframework-slack.herokuapp.com", + "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, "require": { diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 69ccf28..2b87df2 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -7,7 +7,7 @@ read/subscribe to the following resources: - [Coding Standards](https://github.com/zendframework/zend-coding-standard) - [Forums](https://discourse.zendframework.com/c/contributors) - - [Slack](https://zendframework-slack.herokuapp.com) + - [Chat](https://zendframework-slack.herokuapp.com) - [Code of Conduct](CODE_OF_CONDUCT.md) If you are working on new features or refactoring diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 678546e..65df29d 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,5 +1,5 @@ - [ ] I was not able to find an [open](https://github.com/zendframework/zend-modulemanager/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-modulemanager/issues?q=is%3Aclosed) issue matching what I'm seeing. - - [ ] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/) ([Signup for Slack here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).) + - [ ] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/) ([Signup here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).) Provide a narrative description of what you are trying to accomplish. diff --git a/docs/SUPPORT.md b/docs/SUPPORT.md index 9884cf4..05bfac3 100644 --- a/docs/SUPPORT.md +++ b/docs/SUPPORT.md @@ -3,13 +3,13 @@ Zend Framework offers three support channels: - For real-time questions, use our - [Slack](https://zendframework-slack.herokuapp.com) + [chat](https://zendframework-slack.herokuapp.com) - For detailed questions (e.g., those requiring examples) use our [forums](https://discourse.zendframework.com/c/questions/components) - To report issues, use this repository's [issue tracker](https://github.com/zendframework/zend-modulemanager/issues/new) -**DO NOT** use the issue tracker to ask questions; use Slack or the forums for +**DO NOT** use the issue tracker to ask questions; use chat or the forums for that. Questions posed to the issue tracker will be closed. When reporting an issue, please include the following details: From 11a2888fc27209d6eca0cfa90aa50c99114819c9 Mon Sep 17 00:00:00 2001 From: webimpress Date: Fri, 18 Oct 2019 21:25:24 +0100 Subject: [PATCH 5/5] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index abee3f4..5eb9cc2 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,22 @@ library code; view scripts; and/or public assets such as images, CSS, and JavaScript. The possibilities are endless. `Zend\ModuleManager` is the component that enables the design of a module -architecture for PHP applcations. +architecture for PHP applications. +## Installation -- File issues at https://github.com/zendframework/zend-modulemanager/issues -- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-modulemanager +Run the following to install this library: + +```bash +$ composer require zendframework/zend-modulemanager +``` + +## Documentation + +Browse the documentation online at https://docs.zendframework.com/zend-modulemanager/ + +## Support + +* [Issues](https://github.com/zendframework/zend-modulemanager/issues/) +* [Chat](https://zendframework-slack.herokuapp.com/) +* [Forum](https://discourse.zendframework.com/)