Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/standard/getting-started/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"slim/psr7": "^1.0",
"slim/twig-view": "^3.0",
"php-di/slim-bridge": "^3.1",
"symfony/yaml": "^5.2"
"symfony/yaml": "^8.0"

Choose a reason for hiding this comment

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

critical

This update to symfony/yaml:^8.0 requires PHP version ^8.3. However, this project appears to target an older PHP runtime. For instance, the phpunit.xml.dist file references "PHP 7.2" in the test suite name, which is a strong indicator of the target environment.

Upgrading to this version of symfony/yaml will likely cause the application to fail during dependency installation or at runtime due to the incompatible PHP version. It is highly recommended to reject this update to maintain compatibility with the existing environment.

},
"autoload": {
"psr-4": {
Expand Down