diff --git a/composer.json b/composer.json index bd99416..96c8c92 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { "name": "rareloop/primer-core", "require": { - "php": ">=8.0", + "php": ">=8.1.0", "symfony/finder": "^4.2.5||^5.0||^6.0", - "twig/twig": "^2.6", + "twig/twig": "^3.0", "illuminate/collections": "^8.53.1||^9.0.0", "league/commonmark": "^1.5", "spatie/yaml-front-matter": "^2.0" @@ -26,4 +26,4 @@ "Rareloop\\Primer\\Test\\": "tests" } } -} \ No newline at end of file +}