Skip to content

Commit 4fd947f

Browse files
committed
Added Composer branch alias.
1 parent 6b32479 commit 4fd947f

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

composer.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
{
2-
"name": "athari/yalinqo",
3-
"description": "YaLinqo, a LINQ-to-objects library for PHP",
4-
"license": "Simplified BSD",
5-
"homepage": "https://github.com/Athari/YaLinqo",
6-
"keywords": ["linq", "linqo", "query", "statistic"],
7-
"authors": [{
8-
"name": "Alexander Prokhorov"
9-
}],
10-
"require" : {
11-
"php": ">=5.3"
12-
},
13-
"autoload": {
14-
"files": [
15-
"YaLinqo/Linq.php"
16-
]
17-
}
2+
"name": "athari/yalinqo",
3+
"description": "YaLinqo, a LINQ-to-objects library for PHP",
4+
"license": "Simplified BSD",
5+
"homepage": "https://github.com/Athari/YaLinqo",
6+
"keywords": ["linq", "linqo", "query", "statistic"],
7+
"authors": [
8+
{
9+
"name": "Alexander Prokhorov"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.3"
14+
},
15+
"autoload": {
16+
"files": [
17+
"YaLinqo/Linq.php"
18+
]
19+
},
20+
"extra": {
21+
"branch-alias": {
22+
"dev-master": "1.0.x-dev"
23+
}
24+
}
1825
}

0 commit comments

Comments
 (0)