Skip to content

Add recipe for alengo/alengo-webspace-settings-bundle - #1825

Merged
symfony-recipes-bot merged 8 commits into
symfony:mainfrom
alengodev:feature/alengo-webspace-settings-bundle
Jul 9, 2025
Merged

Add recipe for alengo/alengo-webspace-settings-bundle#1825
symfony-recipes-bot merged 8 commits into
symfony:mainfrom
alengodev:feature/alengo-webspace-settings-bundle

Conversation

@alengodev

Copy link
Copy Markdown
Contributor

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 23, 2025 17:47
@github-actions

github-actions Bot commented Jun 23, 2025

Copy link
Copy Markdown

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1825/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1825/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'alengo/alengo-webspace-settings-bundle:^0.8'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

auto-merge was automatically disabled June 23, 2025 18:02

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 23, 2025 18:02
auto-merge was automatically disabled June 24, 2025 05:10

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 24, 2025 05:10
auto-merge was automatically disabled June 24, 2025 05:15

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 24, 2025 05:15
auto-merge was automatically disabled June 24, 2025 06:20

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 24, 2025 06:20
auto-merge was automatically disabled June 24, 2025 06:26

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) June 24, 2025 06:26
@@ -0,0 +1,8 @@
{
"bundles": {
"Alengo\\Bundle\\AlengoWebspaceSettingsBundle": ["all"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

!!  Symfony\Component\ErrorHandler\Error\ClassNotFoundError {#65
!!    #message: """
!!      Attempted to load class "AlengoWebspaceSettingsBundle" from namespace "Alengo\Bundle".\n
!!      Did you forget a "use" statement for "Alengo\Bundle\AlengoWebspaceSettingsBundle\AlengoWebspaceSettingsBundle"?
!!      """
Suggested change
"Alengo\\Bundle\\AlengoWebspaceSettingsBundle": ["all"]
"Alengo\\Bundle\\AlengoWebspaceSettingsBundle\\AlengoWebspaceSettingsBundle": ["all"]

https://github.com/alengodev/alengoWebspaceSettingsBundle/blob/4b14614206f2ebc1914a7a1b03ffdfe65859a300/src/AlengoWebspaceSettingsBundle.php#L14

auto-merge was automatically disabled July 4, 2025 06:53

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) July 4, 2025 06:53
auto-merge was automatically disabled July 4, 2025 06:57

Head branch was pushed to by a user without write access

@symfony-recipes-bot
symfony-recipes-bot enabled auto-merge (squash) July 4, 2025 06:57
@symfony-recipes-bot
symfony-recipes-bot merged commit e1eec25 into symfony:main Jul 9, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants