-
Notifications
You must be signed in to change notification settings - Fork 5
A Composer-compatible packages.json file for SimpleSAMLphp along with a stupid simple PHP script that generates the file.
License
cpliakas/simplesamlphp-composer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published