-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated authors and branch alias in Composer
- Loading branch information
1 parent
81fc7d6
commit b532fe1
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,11 @@ | |
{ | ||
"name": "Benjamin Dulau", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Boris Guéry", | ||
"email": "[email protected]", | ||
"homepage": "http://borisguery.com" | ||
} | ||
], | ||
"require": { | ||
|
@@ -18,6 +23,10 @@ | |
}, | ||
"autoload": { | ||
"psr-0": { "Tbbc\\RestUtil\\": "src/" } | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0.x-dev" | ||
} | ||
} | ||
} | ||
|