Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deprecate requiring the "symfony/symfony" package#45563

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:6.1fromnicolas-grekas:no-fullstack
Mar 4, 2022

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?6.1
Bug fix?no
New feature?no
Deprecations?yes
Tickets-
LicenseMIT
Doc PR-

GromNaN and ging-dev reacted with thumbs up emoji
{
$loader =newPhpFileLoader($container,newFileLocator(\dirname(__DIR__).'/Resources/config'));

if (class_exists(InstalledVersions::class) && InstalledVersions::isInstalled('symfony/symfony') &&'symfony/symfony' !== (InstalledVersions::getRootPackage()['name'] ??'')) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Why not useclass_exists(FullStack::class)?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Because we want to not trigger the deprecation when testing Symfony itself so we anyway have to use the Composer API.

@ro0NL
Copy link
Contributor

#43526 (comment)

are we ready for it now?

@nicolas-grekas
Copy link
MemberAuthor

nicolas-grekas commentedFeb 27, 2022
edited
Loading

No we're not ready to mark the package as abandoned. I don't think doing so would be a good idea actually as it might confuse ppl a lot.

@fabpot
Copy link
Member

Thank you@nicolas-grekas.

@fabpotfabpot merged commit22a778b intosymfony:6.1Mar 4, 2022
@nicolas-grekasnicolas-grekas deleted the no-fullstack branchMarch 7, 2022 08:55
@fabpotfabpot mentioned this pull requestApr 15, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

6.1

Development

Successfully merging this pull request may close these issues.

4 participants

@nicolas-grekas@ro0NL@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp