We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4444547 + ef29b2b commit fc5eb62Copy full SHA for fc5eb62
changes.txt
@@ -1,5 +1,8 @@
1
CHANGES
2
3
+2014-10-31
4
+- Adding PSR-4 autoloading support
5
+
6
2014-10-22
7
- Added Util::convertDateTimeObject to Util class to easily convert \DateTime objects to required format #708
8
composer.json
@@ -27,9 +27,9 @@
27
"monolog/monolog": "Logging request"
28
},
29
"autoload": {
30
- "psr-0": {
31
- "Elastica": "lib/",
32
- "Elastica\\Test": "test/lib/"
+ "psr-4": {
+ "Elastica\\": "lib/Elastica/",
+ "Elastica\\Test\\": "test/lib/Elastica/Test/"
33
}
34
35
"extra": {
0 commit comments