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

Commit

Permalink
PHP8.4 Support Added
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Mohan <[email protected]>

PHP8.4 Support Added PHPCS

Signed-off-by: Raj Mohan <[email protected]>

Ignore PHP 8.4 Platform Requirements

Signed-off-by: Raj Mohan <[email protected]>

Doc Lint Issue Fixes

Signed-off-by: Raj Mohan <[email protected]>

Update Coding Standard and PHPUnit

Signed-off-by: Raj Mohan <[email protected]>

Fix PHPUnit Issues

Signed-off-by: Raj Mohan <[email protected]>

Upgrade Dev Dependencies

Signed-off-by: Raj Mohan <[email protected]>

PHPUnit Fixes

Signed-off-by: Raj Mohan <[email protected]>

PHPUnit Fix

Signed-off-by: Raj Mohan <[email protected]>

PHPUnit Fix: Remove Attributes

Signed-off-by: Raj Mohan <[email protected]>

Update PHPCS XML file

Signed-off-by: Raj Mohan <[email protected]>

PHP CS error Fixes

Signed-off-by: Raj Mohan <[email protected]>

PHPUnit Fixes: Type Issues

Signed-off-by: Raj Mohan <[email protected]>
  • Loading branch information
cod43156 committed Nov 19, 2024
1 parent 54b354b commit 9b68801
Show file tree
Hide file tree
Showing 28 changed files with 1,219 additions and 845 deletions.
5 changes: 5 additions & 0 deletions .laminas-ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_php_platform_requirements": {
"8.4": true
}
}
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# laminas-file

> ## 🇷🇺 Русским гражданам
>
>
> Мы, участники 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)

[![Build Status](https://github.com/laminas/laminas-file/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-file/actions?query=workflow%3A"Continuous+Integration")

laminas-file provides a `ClassFileLocator` for locating PHP files containing
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
}
},
"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-stdlib": "^2.7.7 || ^3.15.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.23.2",
"laminas/laminas-i18n": "^2.7.4",
"laminas/laminas-coding-standard": "^3.0",
"laminas/laminas-filter": "^2.39",
"laminas/laminas-i18n": "^2.29",
"laminas/laminas-progressbar": "^2.5.2",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-session": "^2.8",
"laminas/laminas-session": "^2.22",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^9.5.10"
"phpunit/phpunit": "^10.5"
},
"suggest": {
"laminas/laminas-filter": "Laminas\\Filter component",
Expand Down
Loading

0 comments on commit 9b68801

Please sign in to comment.