Browse Source

Corrected required PHP version, and paths

Ivoz 13 years ago
parent
commit
8da141cb3d
1 changed files with 3 additions and 4 deletions
  1. 3 4
      composer.json

+ 3 - 4
composer.json

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