Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit 4a606d4

Browse files
committed
Require illuminate/view for feature testing.
1 parent 41aaed6 commit 4a606d4

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
@@ -8,7 +8,8 @@
88
},
99
"require-dev": {
1010
"phpunit/phpunit": "^5.7",
11-
"squizlabs/php_codesniffer": "^3.0"
11+
"squizlabs/php_codesniffer": "^3.0",
12+
"illuminate/view": "^5.4"
1213
},
1314
"license": "Apache-2.0",
1415
"authors": [

0 commit comments

Comments
 (0)