-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The configuration for the installer is wrong #71 #94
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🇷🇺 Русским гражданам Мы, участники 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. Were 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!" Signed-off-by: Michał Bundyra <contact@webimpress.com>
The Twig documentation URI on the default home page was pointing to the old site. Signed-off-by: Christopher Bray <christopher@brayniverse.com>
Signed-off-by: Christopher Bray <christopher@brayniverse.com>
…on-uri Update Twig documentation URI
Bumps [composer/composer](https://github.com/composer/composer) from 2.2.3 to 2.2.12. - [Release notes](https://github.com/composer/composer/releases) - [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md) - [Commits](composer/composer@2.2.3...2.2.12) --- updated-dependencies: - dependency-name: composer/composer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
…/composer-2.2.12 build(deps-dev): bump composer/composer from 2.2.3 to 2.2.12
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.3.6 to 3.3.10. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.3.6...v3.3.10) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configure Renovate
| datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v2 | v3 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Update actions/checkout action to v3
| datasource | package | from | to | | ---------- | ----------------------------------- | ----- | ----- | | packagist | laminas/laminas-component-installer | 2.6.0 | 3.0.1 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Update dependency laminas/laminas-component-installer to v3
Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.8.0 to 2.11.1. - [Release notes](https://github.com/laminas/laminas-diactoros/releases) - [Commits](laminas/laminas-diactoros@2.8.0...2.11.1) --- updated-dependencies: - dependency-name: laminas/laminas-diactoros dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…laminas-diactoros-2.11.1 build(deps): bump laminas/laminas-diactoros from 2.8.0 to 2.11.1
…g-3.3.10 build(deps): bump twig/twig from 3.3.6 to 3.3.10
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.16.1 | 0.17.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Update dependency psalm/plugin-phpunit to ^0.17.0
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | packagist | laminas/laminas-coding-standard | 2.3.0 | 2.4.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Update dependency laminas/laminas-coding-standard to ~2.4.0
Composer default timeout is 300s which is not suitable for PHP builtin development server run by composer serve. Composer provides convenience helper to disable timeout for specific scripts since 1.9.0 See https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
Disable process timeout for composer serve
| datasource | package | from | to | | ---------- | ------------------------ | ----- | ----- | | packagist | elie29/zend-phpdi-config | 6.0.0 | 9.0.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Elie NEHME <elie29@gmail.com>
…onfig-9.x Update dependency elie29/zend-phpdi-config to accept v9
Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.3.10 to 3.4.3. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.3.10...v3.4.3) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…g-3.4.3 build(deps): bump twig/twig from 3.3.10 to 3.4.3
Signed-off-by: Gary Lockett <gary@creativecow.uk>
…rsion Set the PHP version constraint as `config.platform.php` cannot be used
Signed-off-by: Gary Lockett <gary@creativecow.uk>
…rsion Constrain composer to 2.2+ to try and force default platform reqs
Signed-off-by: Renovate Bot <bot@renovateapp.com>
…ble type inference improvements
Lock file maintenance
Signed-off-by: Renovate Bot <bot@renovateapp.com>
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.17.0 | 0.18.0 | Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Renovate Bot <bot@renovateapp.com>
Signed-off-by: Elie NEHME <elie29@users.noreply.github.com>
michalbundyra
approved these changes
Nov 10, 2022
@elie29
|
@froschdesign done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Take into account all supported PHP versions with elie29/zend-phpdi-config