Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

PHP 8.4 support added #23

Merged
merged 23 commits into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a815421
PHP 8.4 support added
manishranjan-adobe Oct 18, 2024
82d6eac
MD file linting issue fix
manishranjan-adobe Oct 18, 2024
b5750c1
composer.lock PHP_Codesniffer fix
manishranjan-adobe Oct 18, 2024
7938522
Ignore pathform dependency
manishranjan-adobe Oct 18, 2024
7a1039b
Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is …
manishranjan-adobe Oct 21, 2024
7a8df59
Backward compatibility fix
manishranjan-adobe Oct 21, 2024
8f887b3
Updated outdated laminas/laminas-coding-standard and squizlabs/php_co…
manishranjan-adobe Oct 22, 2024
34c4a12
Upgraded phpunit version slightly to support PHP8.4
manishranjan-adobe Oct 22, 2024
09281fb
Fix PHP 8.4 deprecation: Implicitly marking parameter as nullable is …
manishranjan-adobe Oct 22, 2024
79b87c3
Fixed PHPCS issues
manishranjan-adobe Oct 22, 2024
3a961c0
Fixed PHPCS issues
manishranjan-adobe Oct 22, 2024
c95ea46
Fixed tests folder PHPCS issues
manishranjan-adobe Oct 22, 2024
19426e1
Fixed BC issues fix
manishranjan-adobe Oct 22, 2024
66b91f2
PHPCS configuration changes
manishranjan-adobe Oct 22, 2024
c8fe9cf
PHPCS issues fix
manishranjan-adobe Oct 22, 2024
9c09134
removed 8.2 platform dependency
manishranjan-adobe Oct 22, 2024
c6e446d
Fix phpunit config and improve code optimization
manishranjan-adobe Oct 22, 2024
f45e41c
PR suggested changes
manishranjan-adobe Oct 22, 2024
5472882
Reverted original code with additional check
manishranjan-adobe Oct 22, 2024
2aa1da4
PHPCS Fix
manishranjan-adobe Oct 22, 2024
8c0ff7f
Reveresed original code
manishranjan-adobe Oct 22, 2024
24fab99
PR suggested changes
manishranjan-adobe Oct 23, 2024
79e7aee
Modified type casting to ensure consistency across lib
manishranjan-adobe Oct 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .laminas-ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
{"name": "PHPUnit on PHP 7.1 with locked dependencies"}
],
"ignore_php_platform_requirements": {
"8.2": true
"8.4": true
manishranjan-adobe marked this conversation as resolved.
Show resolved Hide resolved
}
}
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# laminas-oauth

> ## 🇷🇺 Русским гражданам
>
>
> Мы, участники 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)
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"laminas/laminas-config": "^3.7",
"laminas/laminas-crypt": "^3.6.0",
"laminas/laminas-http": "^2.15",
Expand All @@ -35,8 +35,8 @@
"laminas/laminas-uri": "^2.9"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.5.5"
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.6.20"
},
"autoload": {
"psr-4": {
Expand Down
Loading
Loading