Skip to content

Commit 2592917

Browse files
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # composer.json
2 parents 5a85695 + 18f5ba3 commit 2592917

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@
1111
}
1212
],
1313
"require": {
14-
"rcarvello/webmvcframework": "1.1.1",
1514
"php": ">=5.3"
1615
},
17-
"minimum-stability": "dev",
16+
"autoload": {
17+
"psr-4": {
18+
"\\": "/"
19+
},
20+
"minimum-stability": "1.1.1",
21+
"prefer-stable": true
22+
},
1823
"extra": {
1924
"installer-paths": {
20-
"/": [
21-
"rcarvello/webmvcframework"
22-
]
25+
"/": ["rcarvello/webmvcframework"]
2326
}
2427
}
28+
2529
}

0 commit comments

Comments
 (0)