-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update composer SilverStripe requirement
- Loading branch information
Luke Edwards
authored and
Luke Edwards
committed
Aug 23, 2014
1 parent
283b0aa
commit 6ff3fbc
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ | |
"email": "[email protected]" | ||
}], | ||
"require": { | ||
"silverstripe/framework": ">=3.1.x-dev,<4.0", | ||
"silverstripe/cms": ">=3.1.x-dev,<4.0" | ||
"silverstripe/framework": "3.1.*", | ||
"silverstripe/cms": "3.1.*" | ||
}, | ||
"extra": { | ||
"installer-name": "podcast" | ||
|