Composer.json updated
This commit is contained in:
parent
4344315960
commit
17ca454bb8
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "OAuth",
|
"name": "Eher/OAuth",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.0"
|
"php": ">=5.3.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": {
|
"psr-0": {
|
||||||
"OAuth": "src/"
|
"Eher/OAuth": "src/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user