Skip to content

Commit 4cd59b1

Browse files
committed
fix require
1 parent 17f5790 commit 4cd59b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.0.0"
15+
"php": ">=7.0.0",
16+
"encore/laravel-admin": "~1.6 || dev-hq_ems"
1617
},
1718
"require-dev": {
1819
"phpunit/phpunit": "~6.0"

0 commit comments

Comments
 (0)