Skip to content

Commit 18db74a

Browse files
committed
Update composer.json
1 parent 5ae34e3 commit 18db74a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

composer.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
"name": "defrag/php-matcher",
33
"type": "library",
44
"keywords": ["json", "matcher", "tests"],
5-
"license": "MIT",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Michał Dąbrowski"
9+
},
10+
{
11+
"name": "Norbert Orzechowicz",
12+
"email": "[email protected]"
13+
}
14+
],
615
"require": {
716
"php": ">=5.3.0",
817
"symfony/property-access": "~2.3",

0 commit comments

Comments
 (0)