-
Andrew Hoffmann authoredAndrew Hoffmann authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer.
Learn more
composer.json 670 B
{
"name" : "uwmadison_doit/rpc-netid-php",
"description" : "PHP client for the NetID RPC web service provided by DoIT Middleware",
"version" : "1.3.0",
"type" : "library",
"homepage" : "https://bitbucket.org/uwmadison_doit/rpc-netid-php/",
"license" : "Apache-2.0",
"authors" : [{
"name" : "UW-Madison DoIT ADI Internal Applications",
"email" : "adi-ia@lists.wisc.edu",
"homepage" : "http://www.doit.wisc.edu/"
}
],
"support" : {
"email" : "adi-ia@lists.wisc.edu",
"source" : "https://bitbucket.org/uwmadison_doit/rpc-netid-php/"
},
"require-dev" : {
},
"autoload" : {
"psr-4" : {
"edu\\wisc\\doit\\" : "src/main/edu/wisc/doit/"
}
}
}