Skip to content

Commit 50bd1e1

Browse files
committedDec 25, 2015
Fix require section
1 parent c61e38b commit 50bd1e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
"homepage": "https://github.com/eSlider"
1818
}
1919
],
20+
"require": {
21+
"php": ">=5.3.19"
22+
},
2023
"config": {
2124
"bin-dir": "bin"
2225
},
2326
"autoload": {
24-
"psr-0": {
25-
"Eslider": "src/Eslider/"
26-
}
27+
"psr-0": { "Eslider\\": "src/" }
2728
},
2829
"suggest": {
2930
"kriswallsmith/assetic": "Asset Management for PHP"

0 commit comments

Comments
 (0)
Please sign in to comment.