Skip to content

Commit

Permalink
Laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
SiavashBamshadnia committed Feb 9, 2022
1 parent a4afe96 commit c1888af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"type": "library",
"require": {
"php": ">=7.2.5",
"illuminate/console": "^6|^7|^8",
"illuminate/database": "^6.20.12|^7.30.4|^8.22.1",
"illuminate/support": "^6|^7|^8"
"illuminate/console": "^6|^7|^8|^9",
"illuminate/database": "^6.20.12|^7.30.4|^8.22.1|^9",
"illuminate/support": "^6|^7|^8|^9"
},
"require-dev": {
"orchestra/testbench": "^3|^4|^5"
"orchestra/testbench": "^3|^4|^5|^6|^7"
},
"description": "Laravel Auto Hard Deleter",
"license": "MIT",
Expand Down

0 comments on commit c1888af

Please sign in to comment.