Преглед изворни кода

Merge pull request #129 from marc-mabe/patch-1

Only load ZF1-Style classses using composer autoloader
Matthew Weier O'Phinney пре 12 година
родитељ
комит
62d3bf6d11
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -13,7 +13,7 @@
     },
     "autoload": {
         "psr-0": {
-            "Zend": "library/"
+            "Zend_": "library/"
         }
     },
     "include-path": [