Skip to content

Commit

Permalink
Merge pull request #34 from laminas/2.15.x-merge-up-into-3.0.x_fUG7S7qN
Browse files Browse the repository at this point in the history
Merge release 2.15.0 into 3.0.x
  • Loading branch information
boesing authored Jul 9, 2023
2 parents 800c6c0 + b4f9dc6 commit d35df79
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 49 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/auto-close.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extensions": [
"bcmath"
],
"ignore_php_platform_requirements": {
"8.1": true
}
"bcmath",
"igbinary",
"msgpack"
]
}
23 changes: 7 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,20 @@
# laminas-serializer

> ## 🇷🇺 Русским гражданам
>
>
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
>
>
> У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
>
>
> Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
>
>
> ## 🇺🇸 To Citizens of Russia
>
>
> We at Laminas come from all over the world. Many of us have friends, family and colleagues in both Russia and Ukraine. Some of us were born in Russia. Some of us currently live in Russia. Some have grandparents who fought Nazis in World War II. Nobody here supports fascism.
>
> One team member has a Ukrainian relative who fled her home with her son. The train was delayed due to bombing on the road ahead. We have friends who are hiding in bomb shelters. We anxiously follow up on them after the air raids, which indiscriminately fire at hospitals, schools, kindergartens and houses. We're not taking this from any media. These are our actual experiences.
>
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"

> This package is considered feature-complete, and is now in **security-only** maintenance mode, following a [decision by the Technical Steering Committee](https://github.com/laminas/technical-steering-committee/blob/2b55453e172a1b8c9c4c212be7cf7e7a58b9352c/meetings/minutes/2020-08-03-TSC-Minutes.md#vote-on-components-to-mark-as-security-only).
> If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/).
> If you wish to take on the role of maintainer, please [nominate yourself](https://github.com/laminas/technical-steering-committee/issues/new?assignees=&labels=Nomination&template=Maintainer_Nomination.md&title=%5BNOMINATION%5D%5BMAINTAINER%5D%3A+%7Bname+of+person+being+nominated%7D)
>
> If you are looking for an actively maintained package alternative, we recommend:
> One team member has a Ukrainian relative who fled her home with her son. The train was delayed due to bombing on the road ahead. We have friends who are hiding in bomb shelters. We anxiously follow up on them after the air raids, which indiscriminately fire at hospitals, schools, kindergartens and houses. We're not taking this from any media. These are our actual experiences.
>
> - [jms/serializer](http://jmsyst.com/libs/serializer)
> You trust us enough to use our software. We ask that you trust us to say the truth on this. We need your help. Go out and protest this unnecessary war. Stop the bloodshed. Say "stop the war!"
[![Build Status](https://github.com/laminas/laminas-serializer/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-serializer/actions?query=workflow%3A"Continuous+Integration")

Expand Down
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>laminas/.github:renovate-config"
]
}
3 changes: 3 additions & 0 deletions src/Adapter/MsgPack.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
use function msgpack_serialize;
use function msgpack_unserialize;

/**
* @deprecated This serializer will get removed in v3.0.0. There is no replacement.
*/
class MsgPack extends AbstractAdapter
{
/** @var string Serialized 0 value */
Expand Down
2 changes: 2 additions & 0 deletions src/Adapter/PythonPickle.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
use function unpack;

/**
* @deprecated This serializer will get removed in v3.0.0. There is no replacement.
*
* @link http://www.python.org
* @link http://pickle-js.googlecode.com
* @see Phython3.1/Lib/pickle.py
Expand Down
3 changes: 3 additions & 0 deletions src/Adapter/PythonPickleOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use Laminas\Serializer\Exception;

/**
* @deprecated This serializer will get removed in v3.0.0. There is no replacement.
*/
class PythonPickleOptions extends AdapterOptions
{
/**
Expand Down
2 changes: 2 additions & 0 deletions src/Adapter/Wddx.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
use const XML_DOCUMENT_TYPE_NODE;

/**
* @deprecated This serializer will get removed in v3.0.0. There is no replacement.
*
* @link http://www.infoloom.com/gcaconfs/WEB/chicago98/simeonov.HTM
* @link http://en.wikipedia.org/wiki/WDDX
*/
Expand Down
3 changes: 3 additions & 0 deletions src/Adapter/WddxOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@

namespace Laminas\Serializer\Adapter;

/**
* @deprecated This serializer will get removed in v3.0.0. There is no replacement.
*/
class WddxOptions extends AdapterOptions
{
/**
Expand Down

0 comments on commit d35df79

Please sign in to comment.