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

Commit c507d5e

Browse files
authored
Merge pull request #15 from laminas/archive-at-2.11.x-foo
Archive and Abandon `laminas-loader`
2 parents f2eedd3 + a68bfcd commit c507d5e

File tree

5 files changed

+18
-45
lines changed

5 files changed

+18
-45
lines changed

.github/workflows/auto-close.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/docs-build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: docs-build
22

33
on:
4-
push:
5-
branches:
6-
- master
7-
repository_dispatch:
8-
types: docs-build
4+
release:
5+
types: [published]
6+
workflow_dispatch:
97

108
jobs:
119
build-deploy:
@@ -14,4 +12,4 @@ jobs:
1412
- name: Build Docs
1513
uses: laminas/documentation-theme/github-actions/docs@master
1614
env:
17-
DOCS_DEPLOY_KEY: ${{ secrets.DOCS_DEPLOY_KEY }}
15+
DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
# laminas-loader
22

3+
> [!CAUTION]
4+
> This package is **abandoned** and will receive no further development.
5+
>
6+
> 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).
7+
38
> ## 🇷🇺 Русским гражданам
4-
>
9+
>
510
> Мы, участники Laminas, родились и живем в разных странах. У многих из нас есть друзья, родственники и коллеги как в России, так и в Украине. Некоторые из нас родились в России. Некоторые из нас живут в России. У некоторых бабушки и дедушки сражались с фашистами во Второй мировой войне. Здесь никто не поддерживает фашизм.
6-
>
11+
>
712
> У одного из нас есть украинская родственница, которая спаслась из дома вместе с сыном. Поезд задержался из-за бомбежки на дороге впереди. У нас есть друзья, которые прячутся в бомбоубежищах. Мы с тревогой ждем весточки от них после воздушных налетов, которые беспорядочно наносят удары и попадают по больницам, школам, детским садам и домам. Мы не берем это из каких-либо СМИ. Мы наблюдаем это напрямую.
8-
>
13+
>
914
> Вы доверяете нам достаточно, чтоб использовать наши программы, и мы просим вас довериться нам вновь. Мы нуждаемся в помощи. Выходите и протестуйте против этой бесполезной войны. Остановите кровопролитие. Скажите "Нет войне!"
10-
>
15+
>
1116
> ## 🇺🇸 To Citizens of Russia
12-
>
17+
>
1318
> 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-
>
19+
>
1520
> 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-
>
21+
>
1722
> 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!"
1823
19-
20-
> 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).
21-
> If you have a security issue, please [follow our security reporting guidelines](https://getlaminas.org/security/).
22-
> 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)
23-
24-
25-
[![Build Status](https://github.com/laminas/laminas-loader/workflows/Continuous%20Integration/badge.svg)](https://github.com/laminas/laminas-loader/actions?query=workflow%3A"Continuous+Integration")
26-
2724
laminas-loader provides different strategies for autoloading PHP classes.
2825

29-
- File issues at https://github.com/laminas/laminas-loader/issues
3026
- Documentation is at https://docs.laminas.dev/laminas-loader/

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"dealerdirect/phpcodesniffer-composer-installer": true
2222
}
2323
},
24+
"abandoned": true,
2425
"require": {
2526
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
2627
},

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ nav:
1212
- ShortNameLocator: short-name-locator.md
1313
- PluginClassLocator: plugin-class-locator.md
1414
- "ClassMap Generator": classmap-generator.md
15-
site_name: laminas-loader
15+
site_name: laminas-loader (Abandoned)
1616
site_description: 'Autoloading and plugin loading strategies'
1717
repo_url: 'https://github.com/laminas/laminas-loader'
1818
extra:

0 commit comments

Comments
 (0)