Skip to content

Commit 18baf2a

Browse files
committed
Merge tag 'v6.2.0' into develop
PHPUnit 12
2 parents 2f1bf6b + bb2ff0a commit 18baf2a

39 files changed

+44
-38
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [6.2.0] - 2025-04-09
9+
10+
### Added
11+
12+
- Package now supports PHPUnit 12.
13+
814
## [6.1.0] - 2025-02-24
915

1016
### Added

src/Assert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Compare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Concerns/HasDocumentAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Concerns/HasHttpAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Constraints/EmptyOrMissingList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Constraints/ExactInDocument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Constraints/ExactInList.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Constraints/HttpStatusIs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

src/Constraints/HttpStatusIsSuccessful.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
* Copyright 2024 Cloud Creativity Limited
3+
* Copyright 2025 Cloud Creativity Limited
44
*
55
* Use of this source code is governed by an MIT-style
66
* license that can be found in the LICENSE file or at

0 commit comments

Comments
 (0)