Skip to content

Commit f258e9b

Browse files
authored
Laravel 8 support
1 parent 83afa1a commit f258e9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"type": "library",
1212
"homepage": "https://www.softinklab.com",
1313
"require": {
14-
"php": ">=7.2.5",
15-
"illuminate/support": "^6.0|^7.0|^8.0",
16-
"illuminate/database": "^6.0|^7.0|8.0"
14+
"php": "^7.3|^8.0",
15+
"illuminate/support": "^8.2",
16+
"illuminate/database": "^8.2",
1717
},
1818
"require-dev": {
19-
"orchestra/database": "^4.0|^5.0|^6.0",
20-
"orchestra/testbench": "^4.0|^5.0|^6.0"
19+
"orchestra/database": "^6.0",
20+
"orchestra/testbench": "^6.0",
2121
},
2222
"autoload": {
2323
"files": [

0 commit comments

Comments
 (0)