Skip to content

Commit 26dd6d1

Browse files
authored
Merge pull request #80 from glo71317/php_8.3
PHP 8.3 support added
2 parents 76de900 + 68953be commit 26dd6d1

File tree

5 files changed

+233
-179
lines changed

5 files changed

+233
-179
lines changed

.laminas-ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ignore_php_platform_requirements": {
3-
"8.1": true
3+
"8.3": true
44
}
55
}

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
# laminas-http
22

33
> ## 🇷🇺 Русским гражданам
4-
>
4+
>
55
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
6-
>
6+
>
77
> У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
8-
>
8+
>
99
> Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
10-
>
10+
>
1111
> ## 🇺🇸 To Citizens of Russia
12-
>
12+
>
1313
> 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.
14-
>
14+
>
1515
> 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.
16-
>
16+
>
1717
> 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!"
1818
19-
2019
> 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).
2120
> If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/).
2221
> 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)

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"sort-packages": true
2424
},
2525
"require": {
26-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
27-
"laminas/laminas-loader": "^2.8",
26+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
27+
"laminas/laminas-loader": "^2.10",
2828
"laminas/laminas-stdlib": "^3.6",
29-
"laminas/laminas-uri": "^2.9.1",
29+
"laminas/laminas-uri": "^2.11",
3030
"laminas/laminas-validator": "^2.15"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)