Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
phpunit-hhi
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simon Welsh
phpunit-hhi
Commits
4452f63f
Unverified
Commit
4452f63f
authored
Feb 06, 2016
by
Simon Welsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 5.2 release
parent
3260d693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
README.md
README.md
+4
-4
composer.json
composer.json
+2
-1
No files found.
README.md
View file @
4452f63f
...
...
@@ -13,9 +13,9 @@ code correctly.
The easiest way to install this package is with
[
Composer
][
composer
]
.
To do so, add
`"91carriage/phpunit-hhi": "~5.
1
.0"`
to the
`require-dev`
section
To do so, add
`"91carriage/phpunit-hhi": "~5.
2
.0"`
to the
`require-dev`
section
of your
`composer.json`
or run
`composer require --dev '91carriage/phpunit-hhi:~5.
1
.0'`
.
`composer require --dev '91carriage/phpunit-hhi:~5.
2
.0'`
.
It is not recommended to install this as part of your
`requires`
section as it
should only be used during development.
...
...
@@ -73,8 +73,8 @@ This code is provided under the MIT (X11 variant) license. The full text of
which can be found in the
[
LICENSE.md
](
LICENSE.md
)
file.
<!-- Please keep these sorted alphabetically. -->
[
build-image
]:
https://git.simon.geek.nz/ci/projects/1/status.png?ref=
master
[
build-link
]:
https://git.simon.geek.nz/ci/projects/1?ref=
master
[
build-image
]:
https://git.simon.geek.nz/ci/projects/1/status.png?ref=
phpunit-5.2
[
build-link
]:
https://git.simon.geek.nz/ci/projects/1?ref=
phpunit-5.2
[
composer
]:
https://getcomposer.org/
[
decl-mode
]:
http://docs.hhvm.com/hack/typechecker/modes#decl-mode
[
hhvm-irc
]:
http://webchat.freenode.net/?channels=hhvm
...
...
composer.json
View file @
4452f63f
...
...
@@ -9,7 +9,8 @@
},
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"5.2.x-dev"
,
"dev-master"
:
"5.3.x-dev"
,
"dev-phpunit-5.2"
:
"5.2.x-dev"
,
"dev-phpunit-5.1"
:
"5.1.x-dev"
,
"dev-phpunit-5.0"
:
"5.0.x-dev"
,
"dev-phpunit-4.8"
:
"4.8.x-dev"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment