Skip to content

Commit 5b22329

Browse files
committed
Author update
1 parent 690f577 commit 5b22329

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

composer.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
"keywords": ["propel", "orm", "persistence","symfony","3.x","1.x"],
55
"type": "symfony-bundle",
66
"license": "MIT",
7-
"authors": [{
8-
"name": "William Durand",
9-
"email": "william.durand1@gmail.com"
10-
}],
7+
"authors": [
8+
{
9+
"name": "William Durand",
10+
"email": "william.durand1@gmail.com",
11+
"role": "Developer (original bundle)"
12+
},
13+
{
14+
"name": "AMJones",
15+
"email": "am@jonesiscoding.com",
16+
"role": "Developer (forked changes only)"
17+
}
18+
],
1119
"autoload": {
1220
"psr-4": { "Propel\\Bundle\\PropelBundle\\": "" },
1321
"files": ["autoload_aliases.php"],

0 commit comments

Comments
 (0)