From 350355d183a8f1106f1fa2b876a642e43e75d2ce Mon Sep 17 00:00:00 2001 From: Jason Varga Date: Tue, 8 Dec 2020 17:57:06 -0500 Subject: [PATCH] Add http-foundation requirements ... https://github.com/laravel/framework/pull/35535 Might be better to bump the Laravel 8 min requirement, but our test matrix overwrites it and I don't really want to mess with that just yet. --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3a6574ac60..d555b20539 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@ "pixelfear/composer-dist-plugin": "^0.1.4", "spatie/blink": "^1.1.2", "statamic/stringy": "^3.1", + "symfony/http-foundation": "^4.3.3 || ^5.1.4", "symfony/lock": "^5.1", "symfony/var-exporter": "^4.3", "symfony/yaml": "^4.1 || ^5.1",