Skip to content

Commit

Permalink
Corrected required PHP version, and paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivoz committed Aug 30, 2012
1 parent 716ee89 commit 8da141c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Expand Up @@ -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"
]
}

0 comments on commit 8da141c

Please sign in to comment.