News


01/29/2025 - 08:45

Affected versions

Twig versions >=3.16.0,<3.19.0 are affected by this security issue.

The issue has been fixed in Twig 3.19.0.

Description

When using the null coalesce operator (??), output escaping was missing for the expression on the left side of the operator.

Resolution

Output escaping for the ?? operator has been fixed.

The patch for this issue is available here for the 3.x branch.





01/29/2025 - 05:22


The LaraOTel OpenTelemetry package for Laravel provides a simple way to incorporate OpenTelemetry in your Laravel application.





01/28/2025 - 23:35

Join us for the 17th Annual Web Developer Conference, PHP Tek 2025, May 20-22 2025.

PHP Tek 2025 combines leadership, expertise, and networking in one event. A relaxing
atmosphere for tech leaders and developers to share, learn and grow professionally while
also providing you with the knowledge to solve your everyday problems.





01/28/2025 - 10:42

The Decentralized Identifier Working Group has published a First Public Working Draft of Decentralized Identifiers (DIDs) v1.1. This document specifies the DID syntax, a common data model, core properties, serialized representations, DID operations, and an explanation of the process of resolving DIDs to the resources that they represent.





01/28/2025 - 04:39


The Laravel team released v11.40, which includes a fluent date validation class, pending Eloquent attributes, dump helpers for HTTP Response instances, and more.





01/28/2025 - 02:00

Version 2.2 of Yii Swagger package has been released. Here is the list of changes included in the new version:

  • added support yiisoft/assets version of ^5.0;
  • raised the minimum PHP version to 8.1 and minor refactoring.




01/27/2025 - 19:33


Learn how to fix the "Your requirements could not be resolved to an installable set of packages" error you might encounter in Composer when installing or updating PHP dependencies.





01/27/2025 - 19:32


Learn how to fix the "SQLSTATE[HY000] [2002] Connection refused" error you may encounter when running GitHub Actions workflows for Laravel applications