userfrosting / sprinkle-core

The Core Sprinkle provides most of the "heavy lifting" PHP code. It provides all the necessary services for database, templating, error handling, mail support, request throttling, and more.
https://www.userfrosting.com/
Other
0 stars 2 forks source link

Fix symfony/http-foundation version #26

Closed lcharette closed 11 months ago

lcharette commented 1 year ago

https://github.com/userfrosting/sprinkle-core/blob/d6e453af7459c71af85ae74faeda8f83cf27590a/composer.json#LL47C1-L48C1

The open version (*) is a bad smell that could backfire later. This should be changed to a fixed major version.