Commit 00f635b9 authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/composer (PR #268)

Commits
-------

8d30526d [composer] remove version and type
9d88f817 [composer] add branch-alias

Discussion
----------

[composer] add branch-alias

This means we get a 1.0-dev version that can be installed as `1.0.*` or `>=1.0-dev`

---------------------------------------------------------------------------

by fabpot at 2012-02-27T13:57:11Z

I think we also need to remove the version entry (ping @Seldaek).

---------------------------------------------------------------------------

by igorw at 2012-02-27T14:01:17Z

Good point, done.
parents 034bc073 8d30526d
{
"name": "silex/silex",
"type": "library",
"description": "The PHP micro-framework based on the Symfony2 Components",
"keywords": ["microframework"],
"homepage": "http://silex.sensiolabs.org",
"version": "1.0.0",
"license": "MIT",
"authors": [
{
......@@ -38,5 +36,10 @@
},
"autoload": {
"psr-0": { "Silex": "src/" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment