Skip to content

Commit 3bcd744

Browse files
authored
Update composer.json
1 parent 4176d15 commit 3bcd744

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Diff for: composer.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,18 @@
99
],
1010

1111
"autoload":{
12+
"classmap":[
13+
"src"
14+
],
1215
"psr-4": {
13-
"Agmar\\Role\\": "scr"
16+
"Agmar\\Role\\": "scr/"
1417
}
1518
},
1619

1720
"require": {
1821

19-
"php": ">=5.5.0",
20-
"illuminate/database": ">= 5.0",
21-
"illuminate/support": ">= 5.0"
22+
"php": ">=5.6.4",
23+
"illuminate/database": "~5.0",
24+
"illuminate/support": "~5.2"
2225
}
2326
}

0 commit comments

Comments
 (0)