Skip to content

Commit

Permalink
Require 1.0.0-rc1 in composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Aug 13, 2015
1 parent 7c87e8e commit f571a39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
@@ -1,7 +1,7 @@
{
"name": "unionofrad/framework",
"description": "The li₃ standard distribution, including overarching directory layout, starting application, and a copy of the framework.",
"keywords": ["lithium", "li3"],
"keywords": ["lithium", "li3", "distro"],
"homepage": "http://li3.me",
"license": "BSD-3-Clause",
"type": "project",
Expand All @@ -12,10 +12,9 @@
"config": {
"vendor-dir": "libraries"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=5.3.6",
"unionofrad/lithium": "dev-master"
"unionofrad/lithium": "1.0.0@RC"
}
}

0 comments on commit f571a39

Please sign in to comment.