cpliakas / simplesamlphp-composer

A Composer-compatible packages.json file for SimpleSAMLphp along with a stupid simple PHP script that generates the file.
GNU General Public License v3.0
4 stars 6 forks source link

Use 'files' autoloading type? #2

Open cooperaj opened 10 years ago

cooperaj commented 10 years ago
{
    "autoload": {
        "files": ["src/MyLibrary/functions.php"]
    }
}

Just bring in the simplesamlphp/simplesamlphp/lib/_autoload.php file and I won't have to worry about loading things :)

Thanks

cpliakas commented 10 years ago

Thanks for the suggestion. I don't have too much use for this repo ATM, so I am happy to either transfer ownership of this repo or give you write access so that you can pull in your changes at will. They seem like a great addition.

Chris