Skip to content

A Composer-compatible packages.json file for SimpleSAMLphp along with a stupid simple PHP script that generates the file.

License

Notifications You must be signed in to change notification settings

cpliakas/simplesamlphp-composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run `php packages.php` to generate the packages.json file.

To require SimpleSAMLphp as a dependency using GitHub as the repository,
add the following lines to your project's composer.json file:

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://raw.github.com/cpliakas/simplesamlphp-composer/master"
        }
    ],
    "require": {
        "simplesamlphp/simplesamlphp": "1.12.*"
    }
}

About

A Composer-compatible packages.json file for SimpleSAMLphp along with a stupid simple PHP script that generates the file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages