Skip to content

Commit

Permalink
wip (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossycodes authored Jan 1, 2023
1 parent 2c7198e commit 252c47d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 252c47d

Please sign in to comment.