Skip to content

Commit c1888af

Browse files
Laravel 9 support
1 parent a4afe96 commit c1888af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"type": "library",
1010
"require": {
1111
"php": ">=7.2.5",
12-
"illuminate/console": "^6|^7|^8",
13-
"illuminate/database": "^6.20.12|^7.30.4|^8.22.1",
14-
"illuminate/support": "^6|^7|^8"
12+
"illuminate/console": "^6|^7|^8|^9",
13+
"illuminate/database": "^6.20.12|^7.30.4|^8.22.1|^9",
14+
"illuminate/support": "^6|^7|^8|^9"
1515
},
1616
"require-dev": {
17-
"orchestra/testbench": "^3|^4|^5"
17+
"orchestra/testbench": "^3|^4|^5|^6|^7"
1818
},
1919
"description": "Laravel Auto Hard Deleter",
2020
"license": "MIT",

0 commit comments

Comments
 (0)