Skip to content

Commit cb58124

Browse files
authored
Merge pull request #3 from php-fig/composer-changes
composer.json changes
2 parents 517cea4 + f23f333 commit cb58124

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

composer.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
{
22
"name": "psr/container",
33
"type": "library",
4-
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
4+
"description": "Common Container Interface (PHP FIG PSR-11)",
5+
"keywords": ["psr", "psr-11", "container", "container-interop", "container-interface"],
56
"homepage": "https://github.com/php-fig/container",
67
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "PHP-FIG",
11+
"homepage": "http://www.php-fig.org/"
12+
}
13+
],
14+
"require": {
15+
"php": ">=5.3.0"
16+
},
717
"autoload": {
818
"psr-4": {
919
"Psr\\Container\\": "src/"
1020
}
21+
},
22+
"extra": {
23+
"branch-alias": {
24+
"dev-master": "1.0.x-dev"
25+
}
1126
}
1227
}

0 commit comments

Comments
 (0)