We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4176d15 commit 3bcd744Copy full SHA for 3bcd744
composer.json
@@ -9,15 +9,18 @@
9
],
10
11
"autoload":{
12
+ "classmap":[
13
+ "src"
14
+ ],
15
"psr-4": {
- "Agmar\\Role\\": "scr"
16
+ "Agmar\\Role\\": "scr/"
17
}
18
},
19
20
"require": {
21
- "php": ">=5.5.0",
- "illuminate/database": ">= 5.0",
- "illuminate/support": ">= 5.0"
22
+ "php": ">=5.6.4",
23
+ "illuminate/database": "~5.0",
24
+ "illuminate/support": "~5.2"
25
26
0 commit comments