Skip to content

Commit

Permalink
Added Composer branch alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
Athari committed Jul 11, 2014
1 parent 6b32479 commit 4fd947f
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"name": "athari/yalinqo",
"description": "YaLinqo, a LINQ-to-objects library for PHP",
"license": "Simplified BSD",
"homepage": "https://github.com/Athari/YaLinqo",
"keywords": ["linq", "linqo", "query", "statistic"],
"authors": [{
"name": "Alexander Prokhorov"
}],
"require" : {
"php": ">=5.3"
},
"autoload": {
"files": [
"YaLinqo/Linq.php"
]
}
"name": "athari/yalinqo",
"description": "YaLinqo, a LINQ-to-objects library for PHP",
"license": "Simplified BSD",
"homepage": "https://github.com/Athari/YaLinqo",
"keywords": ["linq", "linqo", "query", "statistic"],
"authors": [
{
"name": "Alexander Prokhorov"
}
],
"require": {
"php": ">=5.3"
},
"autoload": {
"files": [
"YaLinqo/Linq.php"
]
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 4fd947f

Please sign in to comment.