Skip to content

As initial service config is in YAML format symfony/yaml should be required package #91

Open
@kaznovac

Description

@kaznovac

Describe the bug

if the project does not require the symfony/yaml app with this bundle will fail to boot

Expected Behavior

one of these

  • state that the yaml package is required composer
  • use php configuration in the bundle (preferred way)

Current Behavior

exception thrown on app/kernel boot

Reproduction Steps

create symfony starter project
configure it to use php configuration
remove symfony/yaml
install this bundle

Possible Solution

dev can add the symfony/yaml (even if the app itself has no need for it)

Additional Information/Context

No response

SDK version used

bundle: 2.5.0
sdk: not explicitly specified (resolved by composer)

Environment details (OS name and version, etc.)

N/A

Metadata

Metadata

Assignees

Labels

bugThis issue is a bug.p2This is a standard priority issuequeuedThis issues is on the AWS team's backlog

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions