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

Commit 42a3acf

Browse files
committedAug 7, 2017
Renames package to zend-expressive-hal
- Under the zendframework org. - Using the namespace `Zend\Expressive\Hal`.
1 parent 47eafec commit 42a3acf

File tree

79 files changed

+697
-319
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+697
-319
lines changed
 

‎CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5+
Versions prior to 0.3.0 were released as the package "weierophinney/hal".
6+
7+
## 0.4.0 - TBD
8+
9+
### Added
10+
11+
- Nothing.
12+
13+
### Changed
14+
15+
- The package name was changed to "zendframework/zend-expressive-hal".
16+
- The namespace was changed from `Hal` to `Zend\Expressive\Hal`.
17+
18+
### Deprecated
19+
20+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- Nothing.
29+
530
## 0.3.0 - 2017-08-07
631

732
### Added

‎CONTRIBUTING.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
If you wish to contribute to this project, please be sure to
66
read/subscribe to the following resources:
77

8-
- [Coding Standards](https://github.com/zendframework/zendframework/wiki/Coding-Standards)
9-
- [Contributor's Guide](CONTRIBUTING.md)
8+
- [Coding Standards](https://github.com/zendframework/zend-coding-standard)
9+
- [Forums](https://discourse.zendframework.com/c/contributors)
10+
- [Slack](https://zendframework-slack.herokuapp.com)
1011

1112
If you are working on new features or refactoring [create a
12-
proposal](https://github.com/weierophinney/hal/issues/new).
13+
proposal](https://github.com/zendframework/zend-expressive-hal/issues/new).
1314

1415
## RUNNING TESTS
1516

@@ -18,8 +19,8 @@ To run tests:
1819
- Clone the repository:
1920

2021
```console
21-
$ git clone git://github.com/weierophinney/hal.git
22-
$ cd zend-expressive
22+
$ git clone git://github.com/zendframework/zend-expressive-hal.git
23+
$ cd zend-expressive-hal
2324
```
2425

2526
- Install dependencies via composer:
@@ -70,19 +71,19 @@ pull your work into the master repository. We recommend using
7071
[GitHub](https://github.com), as that is where the component is already hosted.
7172

7273
1. Setup a [GitHub account](https://github.com/), if you haven't yet
73-
2. Fork the repository (https://github.com/weierophinney/hal)
74+
2. Fork the repository (https://github.com/zendframework/zend-expressive-hal)
7475
3. Clone the canonical repository locally and enter it.
7576

7677
```console
77-
$ git clone git://github.com/weierophinney/hal.git
78-
$ cd zend-expressive
78+
$ git clone git://github.com/zendframework/zend-expressive-hal.git
79+
$ cd zend-expressive-hal
7980
```
8081

8182
4. Add a remote to your fork; substitute your GitHub username in the command
8283
below.
8384

8485
```console
85-
$ git remote add {username} git@github.com:{username}/zend-expressive.git
86+
$ git remote add {username} git@github.com:{username}/zend-expressive-hal.git
8687
$ git fetch {username}
8788
```
8889

@@ -145,7 +146,7 @@ Delta compression using up to 2 threads.
145146
Compression objects: 100% (18/18), done.
146147
Writing objects: 100% (20/20), 8.19KiB, done.
147148
Total 20 (delta 12), reused 0 (delta 0)
148-
To ssh://git@github.com/{username}/zend-expressive.git
149+
To ssh://git@github.com/{username}/zend-expressive-hal.git
149150
b5583aa..4f51698 HEAD -> master
150151
```
151152

0 commit comments

Comments
 (0)