Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Renamed repository
Browse files Browse the repository at this point in the history
The repository has been renamed from "ZendDeveloperTools" to
"zend-developer-tools", in order to make it consistent with other
repository names, and to make it more consistent with tooling.
  • Loading branch information
weierophinney committed Apr 18, 2018
1 parent 061bd4e commit 3427d2b
Show file tree
Hide file tree
Showing 49 changed files with 105 additions and 105 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
16 changes: 8 additions & 8 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down Expand Up @@ -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} [email protected]:{username}/ZendDeveloperTools.git
$ git remote add {username} [email protected]:{username}/zend-developer-tools.git
$ git fetch {username}
```

Expand Down Expand Up @@ -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://[email protected]/{username}/ZendDeveloperTools.git
To ssh://[email protected]/{username}/zend-developer-tools.git
b5583aa..4f51698 HEAD -> master
```

Expand Down
2 changes: 1 addition & 1 deletion docs/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/AbstractCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/AutoHideInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/CollectorInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/ConfigCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/DbCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/EventCollectorInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/ExceptionCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/MailCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/MemoryCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/
namespace ZendDeveloperTools\Collector;

Expand Down
4 changes: 2 additions & 2 deletions src/Collector/RequestCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Collector;
Expand Down
4 changes: 2 additions & 2 deletions src/Collector/TimeCollector.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/
namespace ZendDeveloperTools\Collector;

Expand Down
4 changes: 2 additions & 2 deletions src/Controller/DeveloperToolsController.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Controller;
Expand Down
4 changes: 2 additions & 2 deletions src/EventLogging/EventContextInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\EventLogging;
Expand Down
4 changes: 2 additions & 2 deletions src/EventLogging/EventContextProvider.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\EventLogging;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/CollectorException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/InvalidOptionException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/ParameterMissingException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/ProfilerException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Exception/SerializableException.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Exception;
Expand Down
4 changes: 2 additions & 2 deletions src/Listener/EventLoggingListenerAggregate.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Listener;
Expand Down
4 changes: 2 additions & 2 deletions src/Listener/FirePhpListener.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Listener;
Expand Down
4 changes: 2 additions & 2 deletions src/Listener/FlushListener.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
*/

namespace ZendDeveloperTools\Listener;
Expand Down
Loading

0 comments on commit 3427d2b

Please sign in to comment.