This fork is to ensure Laravel 4.2 applications that work with PHP7.3 to include SameSite=None flags.
The discussion is based on here:
To include this into your Laravel 4.2 project, simply update your composer.json
like this:
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Ardakilic/http-foundation"
}
],
"require": {
"symfony/http-foundation": "dev-2.7-samesite as 2.7.999"
}
}
Below is the original ReadMe:
The HttpFoundation component defines an object-oriented layer for the HTTP specification.