diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f7373..179a21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,10 +53,10 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- [#217](https://github.com/zendframework/ZendDeveloperTools/pull/217) adds +- [#217](https://github.com/zendframework/zend-developer-tools/pull/217) adds support in the `SerializableException` for PHP 7 Throwables, including Error types. -- [#220](https://github.com/zendframework/ZendDeveloperTools/pull/220) adds +- [#220](https://github.com/zendframework/zend-developer-tools/pull/220) adds support for displaying matched route parameters other than just the controller and action. @@ -70,9 +70,9 @@ All notable changes to this project will be documented in this file, in reverse ### Fixed -- [#215](https://github.com/zendframework/ZendDeveloperTools/pull/215) replaces +- [#215](https://github.com/zendframework/zend-developer-tools/pull/215) replaces the ZF logo to remove the "2". -- [#218](https://github.com/zendframework/ZendDeveloperTools/pull/218) updates +- [#218](https://github.com/zendframework/zend-developer-tools/pull/218) updates the logic for retrieving a zend-db `Adapter` to only do so if `db` configuration also exists; this ensures the toolbar does not cause a fatal error if zend-db is installed but no adapter configured. @@ -81,7 +81,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- [#213](https://github.com/zendframework/ZendDeveloperTools/pull/213) adds +- [#213](https://github.com/zendframework/zend-developer-tools/pull/213) adds support for zend-mvc, zend-eventmanager, and zend-servicemanager v3. ### Deprecated diff --git a/README.md b/README.md index 7e4be4a..6322c7b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Zend Developer Tools -[![Build Status](https://secure.travis-ci.org/zendframework/ZendDeveloperTools.svg?branch=master)](https://secure.travis-ci.org/zendframework/ZendDeveloperTools) -[![Coverage Status](https://coveralls.io/repos/github/zendframework/ZendDeveloperTools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/ZendDeveloperTools?branch=master) +[![Build Status](https://secure.travis-ci.org/zendframework/zend-developer-tools.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-developer-tools) +[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-developer-tools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-developer-tools?branch=master) Module providing debug tools for use with [zend-mvc](https://docs.zendframework.com/zend-mvc) applications. diff --git a/composer.json b/composer.json index e873046..7336f7c 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ "module" ], "support": { - "issues": "https://github.com/zendframework/ZendDeveloperTools/issues", - "source": "https://github.com/zendframework/ZendDeveloperTools", - "rss": "https://github.com/zendframework/ZendDeveloperTools/releases.atom", + "issues": "https://github.com/zendframework/zend-developer-tools/issues", + "source": "https://github.com/zendframework/zend-developer-tools", + "rss": "https://github.com/zendframework/zend-developer-tools/releases.atom", "chat": "https://zendframework-slack.herokuapp.com", "forum": "https://discourse.zendframework.com/c/questions/components" }, diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 09674d9..2f3fd86 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -11,7 +11,7 @@ read/subscribe to the following resources: - [Code of Conduct](CODE_OF_CONDUCT.md) If you are working on new features or refactoring -[create a proposal](https://github.com/zendframework/ZendDeveloperTools/issues/new). +[create a proposal](https://github.com/zendframework/zend-developer-tools/issues/new). ## RUNNING TESTS @@ -20,8 +20,8 @@ To run tests: - Clone the repository: ```console - $ git clone git://github.com/zendframework/ZendDeveloperTools.git - $ cd ZendDeveloperTools + $ git clone git://github.com/zendframework/zend-developer-tools.git + $ cd zend-developer-tools ``` - Install dependencies via composer: @@ -72,19 +72,19 @@ pull your work into the master repository. We recommend using [GitHub](https://github.com), as that is where the component is already hosted. 1. Setup a [GitHub account](https://github.com/), if you haven't yet -2. Fork the repository (https://github.com/zendframework/ZendDeveloperTools) +2. Fork the repository (https://github.com/zendframework/zend-developer-tools) 3. Clone the canonical repository locally and enter it. ```console - $ git clone git://github.com/zendframework/ZendDeveloperTools.git - $ cd ZendDeveloperTools + $ git clone git://github.com/zendframework/zend-developer-tools.git + $ cd zend-developer-tools ``` 4. Add a remote to your fork; substitute your GitHub username in the command below. ```console - $ git remote add {username} git@github.com:{username}/ZendDeveloperTools.git + $ git remote add {username} git@github.com:{username}/zend-developer-tools.git $ git fetch {username} ``` @@ -147,7 +147,7 @@ Delta compression using up to 2 threads. Compression objects: 100% (18/18), done. Writing objects: 100% (20/20), 8.19KiB, done. Total 20 (delta 12), reused 0 (delta 0) -To ssh://git@github.com/{username}/ZendDeveloperTools.git +To ssh://git@github.com/{username}/zend-developer-tools.git b5583aa..4f51698 HEAD -> master ``` diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md index 95f81c3..e30bf0c 100644 --- a/docs/ISSUE_TEMPLATE.md +++ b/docs/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ - - [ ] I was not able to find an [open](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aclosed) issue matching what I'm seeing. + - [ ] I was not able to find an [open](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aclosed) issue matching what I'm seeing. - [ ] 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 ee0eaf9..7a920e0 100644 --- a/docs/SUPPORT.md +++ b/docs/SUPPORT.md @@ -7,7 +7,7 @@ Zend Framework offers three support channels: - 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/ZendDeveloperTools/issues/new) + [issue tracker](https://github.com/zendframework/zend-developer-tools/issues/new) **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. diff --git a/src/Collector/AbstractCollector.php b/src/Collector/AbstractCollector.php index b92bfd6..a4efa36 100644 --- a/src/Collector/AbstractCollector.php +++ b/src/Collector/AbstractCollector.php @@ -1,8 +1,8 @@