Skip to content

Commit

Permalink
Updating path
Browse files Browse the repository at this point in the history
  • Loading branch information
Arul- committed May 21, 2021
1 parent b9f7e6c commit cc1151a
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,14 @@
"description":"Just the Restler Framework without the tests and examples",
"type":"library",
"keywords":["server","api","framework","REST"],
"homepage":"http://luracast.com/products/restler/",
"license":"LGPL-2.1",
"homepage":"https://luracast.com/products/restler/",
"license":"LGPL-2.1-or-later",
"authors":[
{
"name":"Luracast",
"email":"[email protected]"
}
],
"extra":{
"branch-alias":{
"master":"v3.0.x-dev"
}
},
"suggest":{
"rodneyrehm/plist":"If you need Apple plist binary/xml format",
"zendframework/zendamf":"If you need AMF format",
Expand All @@ -26,9 +21,8 @@
"bshaffer/oauth2-server-php":"If you want to use OAuth2 for authentication"
},
"require":{
"php":">=5.3.0"
},
"require-dev":{
"php":">=5.4.0",
"ext-json": "*"
},
"repositories":[
{
Expand All @@ -37,12 +31,11 @@
}
],
"autoload":{
"psr-0":{
"Luracast\\Restler":""
"psr-4":{
"Luracast\\Restler\\":"/"
}
},
"target-dir": "Luracast/Restler",
"replace": {
"luracast/restler":"3.*"
}
}
}

0 comments on commit cc1151a

Please sign in to comment.