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
1
Issues
1
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
91 Carriage
phpunit-hhi
Commits
2ebea1c1
Unverified
Commit
2ebea1c1
authored
Jun 15, 2017
by
Simon Welsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prep for relase of 6.2.0
parent
e1b01e68
Pipeline
#192
passed with stages
in 8 minutes and 6 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
CHANGELOG.md
CHANGELOG.md
+6
-0
README.md
README.md
+4
-4
composer.json
composer.json
+2
-1
No files found.
CHANGELOG.md
View file @
2ebea1c1
# Changelog
## 6.2.0
*
Updated to match PHPUnit 6.2
*
This is a
**major release**
. All classes are now in namespaces.
*
Minimum HHVM version is now 3.20.2
## 5.7.1
*
Updated to match PHPUnit 5.7.19
...
...
README.md
View file @
2ebea1c1
...
...
@@ -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.7
.0"`
to the
`require-dev`
section
To do so, add
`"91carriage/phpunit-hhi": "~
6.2
.0"`
to the
`require-dev`
section
of your
`composer.json`
or run
`composer require --dev '91carriage/phpunit-hhi:~
5.7
.0'`
.
`composer require --dev '91carriage/phpunit-hhi:~
6.2
.0'`
.
It is not recommended to install this as part of your
`requires`
section as it
should only be used during development.
...
...
@@ -75,8 +75,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/91-carriage/phpunit-hhi/badges/
master
/build.svg
[
build-link
]:
https://git.simon.geek.nz/91-carriage/phpunit-hhi/commits/
master
[
build-image
]:
https://git.simon.geek.nz/91-carriage/phpunit-hhi/badges/
phpunit-6.2
/build.svg
[
build-link
]:
https://git.simon.geek.nz/91-carriage/phpunit-hhi/commits/
phpunit-6.2
[
composer
]:
https://getcomposer.org/
[
decl-mode
]:
http://docs.hhvm.com/hack/typechecker/modes#decl-mode
[
strict-mode
]:
http://docs.hhvm.com/hack/typechecker/modes#strict-mode
...
...
composer.json
View file @
2ebea1c1
...
...
@@ -9,7 +9,8 @@
},
"extra"
:
{
"branch-alias"
:
{
"dev-master"
:
"6.2.x-dev"
,
"dev-master"
:
"6.3.x-dev"
,
"dev-phpunit-6.2"
:
"6.2.x-dev"
,
"dev-phpunit-5.7"
:
"5.7.x-dev"
,
"dev-phpunit-5.6"
:
"5.6.x-dev"
,
"dev-phpunit-5.5"
:
"5.5.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