Browse Source

reduced php req to 5.2, renamed locations

Ivoz 13 years ago
parent
commit
518f90c3bc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      composer.json

+ 3 - 3
composer.json

@@ -18,15 +18,15 @@
         "source": "https://github.com/cakephp/cakephp/"
     },
     "require": {
-        "php": ">=5.4"
+        "php": ">=5.2"
     },
     "autoload": {
         "psr-0": {
-            "Cake": "lib/Cake/"
+            "Cake": "Cake/"
         }
     },
     "minimum-stability": "dev",
     "bin": [
-        "lib/Cake/Console/cake"
+        "Cake/Console/cake"
     ]
 }