Skip to content

Commit 5c4dfa8

Browse files
committed
update config
1 parent 05ba980 commit 5c4dfa8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13+
"php": ">=7.0.0",
1314
"laravel/framework": "^5.5"
1415
},
1516
"require-dev": {
@@ -24,5 +25,18 @@
2425
"psr-4": {
2526
"Shield\\Shield\\Test\\": "tests/"
2627
}
28+
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Shield\\Shield\\Providers\\ShieldServiceProvider"
33+
]
34+
}
35+
},
36+
"config": {
37+
"preferred-install": "dist",
38+
"platform": {
39+
"php": "7.0"
40+
}
2741
}
2842
}

0 commit comments

Comments
 (0)