From 44cb064c1e25ad413fa3beb265d9b01b05961685 Mon Sep 17 00:00:00 2001 From: Mubbasher Ahmed Qureshi Date: Mon, 28 Jul 2025 15:21:15 +0500 Subject: [PATCH] fix: use correct php versions --- README.md | 4 ++-- composer.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e77d8d..6677d21 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![Build Status](https://img.shields.io/github/workflow/status/mubbi/laravel-commit-lint/CI?style=flat-square)](https://github.com/mubbi/laravel-commit-lint/actions) ## Requirements -- Laravel >= 9.0 -- PHP >= 8.0 +- Laravel >= 12.0 +- PHP >= 8.2 ## Overview diff --git a/composer.json b/composer.json index b14a313..6e3c407 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } }, "require": { - "php": ">=8.0", - "illuminate/support": "^9.0|^10.0|^11.0|^12.0" + "php": ">=8.2", + "illuminate/support": "^12.0" }, "extra": { "laravel": { @@ -30,7 +30,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^12.2", + "phpunit/phpunit": "^12.1", "orchestra/testbench": "^10.4" } }