From 252c47db14afcb6ca77bc74ebfff1721f05b60ac Mon Sep 17 00:00:00 2001 From: Osaigbovo Emmanuel <55060799+ossycodes@users.noreply.github.com> Date: Sun, 1 Jan 2023 09:17:23 +0100 Subject: [PATCH] wip (#8) --- CHANGELOG.md | 9 ++++++++- composer.json | 8 ++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3d37b..fe91a30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,16 @@ All notable changes to `laravel-arabic-numbers-middleware` will be documented in this file. +## 4.0.0 + +- Support laravel 9 +## 3.0.0 + +- Support laravel 7 and 8 + ## 2.0.0 - 2019-06-03 -- Support larave 5.8 +- Support laravel 5.8 ## 1.0.0 - 2017-10-04 diff --git a/composer.json b/composer.json index a193886..6e98487 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,12 @@ } ], "require": { - "illuminate/support": "^5.8|^6.0|^7.0|^8.0" + "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { - "orchestra/testbench": "^3.5", - "phpunit/phpunit": "^7.0", - "squizlabs/php_codesniffer": "^2.3" + "orchestra/testbench": "^3.5|^3.6", + "phpunit/phpunit": "^7.0|^8.0|^9.5", + "squizlabs/php_codesniffer": "^2.3|^3.6" }, "autoload": { "psr-4": {