diff --git a/App/Config/paths.php b/App/Config/paths.php index 0d04e7dbc29..2461fbabd26 100644 --- a/App/Config/paths.php +++ b/App/Config/paths.php @@ -76,7 +76,7 @@ * assume the standard lib/Cake path. */ if (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) { - define('CAKE_CORE_INCLUDE_PATH', dirname(__DIR__) . '/vendor/cakephp/framework'); + define('CAKE_CORE_INCLUDE_PATH', dirname(__DIR__) . '/vendor/cakephp/cakephp'); } else { define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'lib'); } diff --git a/App/composer.json b/App/composer.json index f80d14169c0..cbf2d1e11e6 100644 --- a/App/composer.json +++ b/App/composer.json @@ -4,7 +4,7 @@ "homepage": "http://cakephp.org", "license": "MIT", "require": { - "cakephp/framework": "dev-3.0", + "cakephp/cakephp": "dev-3.0", "php": ">=5.4" }, "require-dev": { diff --git a/index.php b/index.php deleted file mode 100644 index 0567c3b4ff0..00000000000 --- a/index.php +++ /dev/null @@ -1,24 +0,0 @@ -