Skip to content

Commit 1ea221b

Browse files
committed
[composer] add composer.json
1 parent a2b4a93 commit 1ea221b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "symfony/serializer",
3+
"type": "library",
4+
"description": "Symfony Serializer Component",
5+
"keywords": [],
6+
"homepage": "http://symfony.com",
7+
"version": "2.0.4",
8+
"license": "MIT",
9+
"authors": [
10+
{
11+
"name": "Fabien Potencier",
12+
"email": "[email protected]"
13+
},
14+
{
15+
"name": "Symfony Community",
16+
"homepage": "http://symfony.com/contributors"
17+
}
18+
],
19+
"require": {
20+
"php": ">=5.3.2"
21+
}
22+
}

0 commit comments

Comments
 (0)