Skip to content

Commit

Permalink
Relaxed composer version requirements so that stable releases can be …
Browse files Browse the repository at this point in the history
…created.

Note that once sapphire, cms, and framework actually provide a stable version, '@stable' should put onto the end of the relevant require clauses.
  • Loading branch information
Sam Minnee committed Dec 3, 2012
1 parent 9fa3c52 commit c802659
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -3,14 +3,14 @@
"description": "The SilverStripe Framework Installer",
"require": {
"php": ">=5.2.4",
"silverstripe/cms": "2.4.x-dev",
"silverstripe/framework": "2.4.x-dev",
"silverstripe-themes/blackcandy": "2.4.x-dev"
"silverstripe/cms": "2.4.*",
"silverstripe/framework": "2.4.*",
"silverstripe-themes/blackcandy": "2.4.*"
},
"minimum-stability": "dev",
"extra": {
"installer-paths": {
"sapphire": ["silverstripe/framework"]
}
}
}
}

0 comments on commit c802659

Please sign in to comment.