Skip to content

Commit 4aba0c2

Browse files
composer.json changes
1 parent a538ece commit 4aba0c2

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

composer.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,26 @@
11
{
22
"name": "psr/container",
3-
"type": "library",
4-
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
3+
"description": "Common Container Interface (PHP FIG PSR-11)",
4+
"keywords": ["psr", "psr-11", "container", "container-interop", "container-interface"],
55
"homepage": "https://github.com/php-fig/container",
66
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "PHP-FIG",
10+
"homepage": "http://www.php-fig.org/"
11+
}
12+
],
13+
"require": {
14+
"php": ">=5.3.0"
15+
},
716
"autoload": {
817
"psr-4": {
918
"Psr\\Container\\": "src/"
1019
}
20+
},
21+
"extra": {
22+
"branch-alias": {
23+
"dev-master": "1.0.x-dev"
24+
}
1125
}
1226
}

0 commit comments

Comments
 (0)