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

Commit 887d36e

Browse files
committed
Merge branch 'feature/38' into develop
Close #38
2 parents 1808d6c + 33329eb commit 887d36e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ All notable changes to this project will be documented in this file, in reverse
1010

1111
### Deprecated
1212

13-
- Nothing.
13+
- [#38](https://github.com/zendframework/zend-stdlib/pull/38) deprecates
14+
`Zend\Stdlib\JsonSerializable`, as all supported version of PHP now support
15+
it.
1416

1517
### Removed
1618

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
class for different scopes like:
88

99
- array utilities functions;
10-
- json serializable interfaces;
1110
- general messaging systems;
1211
- string wrappers;
1312
- etc.
1413

1514
---
1615

1716
- File issues at https://github.com/zendframework/zend-stdlib/issues
18-
- Documentation is at http://framework.zend.com/manual/current/en/index.html#zend-stdlib
17+
- Documentation is at https://docs.zendframework.com/zend-stdlib/

src/JsonSerializable.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
namespace Zend\Stdlib;
1111

12+
/**
13+
* @deprecated Since 3.1.0; use the native JsonSerializable interface
14+
*/
1215
interface JsonSerializable extends \JsonSerializable
1316
{
1417
}

0 commit comments

Comments
 (0)