Ardakilic / http-foundation

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Home Page:https://symfony.com/http-foundation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpFoundation Component That includes SameSite Flags With PHP>=7.3

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:

laravel/framework#30832

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:


HttpFoundation Component

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

Resources

About

The HttpFoundation component defines an object-oriented layer for the HTTP specification.

https://symfony.com/http-foundation

License:MIT License


Languages

Language:PHP 100.0%