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

Commit

Permalink
Merge pull request #21 from laminas/archive-again
Browse files Browse the repository at this point in the history
Archive and abandon `laminas-file`
  • Loading branch information
gsteel authored Dec 5, 2024
2 parents 54b354b + 6ec636c commit 09ef45c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 46 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/auto-close.yml

This file was deleted.

10 changes: 4 additions & 6 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: docs-build

on:
push:
branches:
- master
repository_dispatch:
types: docs-build
release:
types: [published]
workflow_dispatch:

jobs:
build-deploy:
Expand All @@ -14,4 +12,4 @@ jobs:
- name: Build Docs
uses: laminas/documentation-theme/github-actions/docs@master
env:
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28 changes: 12 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,27 @@
# laminas-file

> [!CAUTION]
> This package is **abandoned** and will receive no further development.
>
> See the Technical Steering Committee [meeting minutes](https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2024-11-04-TSC-Minutes.md#archive--abandon-various-legacy-libraries).
> ## 🇷🇺 Русским гражданам
>
>
> Мы, участники 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
classes, abstract classes, interfaces, and traits in a specified tree.

- File issues at https://github.com/laminas/laminas-file/issues
- Documentation is at https://docs.laminas.dev/laminas-file/
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"php": "8.1.99"
}
},
"abandoned": true,
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.15.0"
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ nav:
- Home: index.md
- Intro: intro.md
- ClassFileLocator: class-file-locator.md
site_name: laminas-file
site_description: laminas-file
site_name: laminas-file (Abandoned)
site_description: Locate PHP class files
repo_url: 'https://github.com/laminas/laminas-file'
extra:
project: Components

0 comments on commit 09ef45c

Please sign in to comment.