Newer
Older
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"content-hash": "be38a5bcca88dff2425610b5354c0029",
{
"name": "gettext/gettext",
"source": {
"type": "git",
"url": "https://github.com/oscarotero/Gettext.git",
"reference": "70c6ff2fecd275e6ef9cdd542f55939a3d1904d6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/oscarotero/Gettext/zipball/70c6ff2fecd275e6ef9cdd542f55939a3d1904d6",
"reference": "70c6ff2fecd275e6ef9cdd542f55939a3d1904d6",
"shasum": ""
},
"require": {
"gettext/languages": "^2.3",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/view": "*",
"phpunit/phpunit": "^4.8|^5.7|^6.5",
"squizlabs/php_codesniffer": "^3.0",
"symfony/yaml": "~2",
"twig/extensions": "*",
},
"suggest": {
"illuminate/view": "Is necessary if you want to use the Blade extractor",
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
"twig/extensions": "Is necessary if you want to use the Twig extractor",
"twig/twig": "Is necessary if you want to use the Twig extractor"
},
"type": "library",
"autoload": {
"psr-4": {
"Gettext\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "PHP gettext manager",
"homepage": "https://github.com/oscarotero/Gettext",
"keywords": [
"JS",
"gettext",
"i18n",
"mo",
"po",
"translation"
],
},
{
"name": "gettext/languages",
"source": {
"type": "git",
"url": "https://github.com/mlocati/cldr-to-gettext-plural-rules.git",
"reference": "78db2d17933f0765a102f368a6663f057162ddbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mlocati/cldr-to-gettext-plural-rules/zipball/78db2d17933f0765a102f368a6663f057162ddbd",
"reference": "78db2d17933f0765a102f368a6663f057162ddbd",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
Jaime Pérez Crespo
committed
"require-dev": {
"phpunit/phpunit": "^4"
},
"bin": [
"bin/export-plural-rules",
"bin/export-plural-rules.php"
],
"type": "library",
"autoload": {
"psr-4": {
"Gettext\\Languages\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michele Locati",
"email": "mlocati@gmail.com",
"role": "Developer"
}
],
"description": "gettext languages with plural rules",
"homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules",
"keywords": [
"cldr",
"i18n",
"internationalization",
"l10n",
"language",
"languages",
"localization",
"php",
"plural",
"plural rules",
"plurals",
"translate",
"translations",
"unicode"
],
"time": "2018-11-13T22:06:07+00:00"
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "paragonie/random_compat",
"version": "v2.0.18",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"reference": "0a58ef6e3146256cc3dc7cc393927bcc7d1b72db",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"autoload": {
"files": [
"lib/random.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2019-01-03T20:59:08+00:00"
},
{
"name": "phpfastcache/riak-client",
"version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/PHPSocialNetwork/riak-php-client.git",
"reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9",
"reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.4"
},
"conflict": {
"basho/riak": "*"
},
"require-dev": {
"apigen/apigen": "4.1.*",
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Basho\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Georges.L",
"email": "contact@geolim4.com",
"homepage": "https://github.com/Geolim4",
"role": "Maintainer"
},
{
"name": "Christopher Mancini",
"email": "cmancini@basho.com",
"homepage": "https://github.com/christophermancini",
"role": "Former Lead Developer"
},
{
"name": "Alex Moore",
"email": "amoore@basho.com",
"homepage": "https://github.com/alexmoore",
"role": "Former Developer"
}
],
"description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)",
"homepage": "https://github.com/PHPSocialNetwork/riak-php-client",
"keywords": [
"basho",
"client",
"crdt",
"data",
"database",
"datatype",
"driver",
"kv",
"nosql",
"riak"
],
"time": "2017-11-23T21:33:15+00:00"
},
{
"name": "phpmailer/phpmailer",
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8",
"reference": "26bd96350b0b2fcbf0ef4e6f0f9cf3528302a9d8",
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
"php": ">=5.5.0"
},
"require-dev": {
"doctrine/annotations": "1.2.*",
"friendsofphp/php-cs-fixer": "^2.2",
"phpdocumentor/phpdocumentor": "2.*",
"phpunit/phpunit": "^4.8 || ^5.7",
"zendframework/zend-eventmanager": "3.0.*",
"zendframework/zend-i18n": "2.7.3",
"zendframework/zend-serializer": "2.7.*"
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset",
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"keywords": [
"log",
"psr",
"psr-3"
],
{
"name": "robrichards/xmlseclibs",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
"reference": "406c68ac9124db033d079284b719958b829cb830"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/406c68ac9124db033d079284b719958b829cb830",
"reference": "406c68ac9124db033d079284b719958b829cb830",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"php": ">= 5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"RobRichards\\XMLSecLibs\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A PHP library for XML Security",
"homepage": "https://github.com/robrichards/xmlseclibs",
"keywords": [
"security",
"signature",
"xml",
"xmldsig"
],
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
"time": "2018-11-15T11:59:02+00:00"
},
{
"name": "simplesamlphp/composer-module-installer",
"version": "v1.1.6",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/composer-module-installer.git",
"reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/b70414a2112fe49e97a7eddd747657bd8bc38ef0",
"reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"simplesamlphp/simplesamlphp": "*"
},
"type": "composer-plugin",
"extra": {
"class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin"
},
"autoload": {
"psr-0": {
"SimpleSamlPhp\\Composer": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
"time": "2017-04-24T07:12:50+00:00"
},
{
"name": "simplesamlphp/saml2",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/saml2.git",
"reference": "4faed2faa324f96e5082146933fc189c0a970074"
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4faed2faa324f96e5082146933fc189c0a970074",
"reference": "4faed2faa324f96e5082146933fc189c0a970074",
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-openssl": "*",
"ext-zlib": "*",
"php": ">=5.4",
"psr/log": "~1.0",
"robrichards/xmlseclibs": "^3.0",
"webmozart/assert": "^1.4"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpmd/phpmd": "~2.6",
"phpunit/phpunit": "~4",
"sebastian/phpcpd": "~2.0",
"sensiolabs/security-checker": "~4.1",
"squizlabs/php_codesniffer": "~3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.1.x-dev"
}
},
"autoload": {
"psr-0": {
"SAML2\\": "src/"
},
"files": [
"src/_autoload.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
}
],
"description": "SAML2 PHP library from SimpleSAMLphp",
{
"name": "simplesamlphp/simplesamlphp-module-adfs",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
"reference": "edb1bbc59734875e33990c976917594b55fa412d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/edb1bbc59734875e33990c976917594b55fa412d",
"reference": "edb1bbc59734875e33990c976917594b55fa412d",
"shasum": ""
},
"require": {
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
"simplesamlphp/simplesamlphp": "^1.17",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.10"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that implements the WS-federation IDP",
"keywords": [
"adfs",
"simplesamlphp"
],
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
},
{
"name": "simplesamlphp/simplesamlphp-module-authcrypt",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git",
"reference": "46feb5ef2a24bf46870e851318d7152c7515388e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/46feb5ef2a24bf46870e851318d7152c7515388e",
"reference": "46feb5ef2a24bf46870e851318d7152c7515388e",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\authcrypt\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "This module provides authentication against password hashes or .htpasswd files",
"keywords": [
"authcrypt",
"simplesamlphp"
],
"time": "2019-05-29T14:47:23+00:00"
{
"name": "simplesamlphp/simplesamlphp-module-authfacebook",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git",
"reference": "89f0a9606c8ceb941de0fb6d5d7c0845d11afead"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/89f0a9606c8ceb941de0fb6d5d7c0845d11afead",
"reference": "89f0a9606c8ceb941de0fb6d5d7c0845d11afead",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andjelko Horvat",
"email": "comel@vingd.com"
},
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that is able to authenticate against Facebook",
"keywords": [
"facebook",
"simplesamlphp"
],
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
"name": "simplesamlphp/simplesamlphp-module-authorize",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git",
"reference": "470470373f352d0682b7e57ff41626fd0453c7c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/470470373f352d0682b7e57ff41626fd0453c7c3",
"reference": "470470373f352d0682b7e57ff41626fd0453c7c3",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\authorize\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Ernesto Revilla",
"email": "erny@yaco.es"
}
],
"description": "This module provides a user authorization filter based on attribute matching",
"keywords": [
"authorize",
"simplesamlphp"
],
"time": "2019-05-29T14:32:20+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-authtwitter",
"version": "v0.9.0",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git",
"reference": "7af50a5ff86ce18b00524f770ba31825aa0f3367"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/7af50a5ff86ce18b00524f770ba31825aa0f3367",
"reference": "7af50a5ff86ce18b00524f770ba31825aa0f3367",
"shasum": ""
},
"require": {
"php": ">=5.5",
"simplesamlphp/composer-module-installer": "~1.0",
"simplesamlphp/simplesamlphp-module-oauth": "^0.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35",
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
},
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "A module that is able to perform authentication against Twitter",
"name": "simplesamlphp/simplesamlphp-module-authwindowslive",
"version": "v0.9.0",
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git",
"reference": "62db69c5c8b8b625a4940e6dca7a8da7e4c237af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/62db69c5c8b8b625a4940e6dca7a8da7e4c237af",
"reference": "62db69c5c8b8b625a4940e6dca7a8da7e4c237af",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\authwindowslive\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
},
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "A module that is able to perform authentication against Windows Live",
"keywords": [
"live",
"simplesamlphp",
"windows",
"windowslive"
],
"time": "2019-06-03T20:26:19+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-authx509",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git",
"reference": "eb680d69fd0f31e7e52b40713dbaaaa3d730ba88"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/eb680d69fd0f31e7e52b40713dbaaaa3d730ba88",
"reference": "eb680d69fd0f31e7e52b40713dbaaaa3d730ba88",
"shasum": ""
},
"require": {
"php": ">=5.5",
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/simplesamlphp-module-ldap": "^0.9"
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
"phpunit/phpunit": "~4.8.36",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"extra": {
"ssp-mixedcase-module-name": "authX509"
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\authX509\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
},
{
"name": "Joost van Dijk",
"email": "Joost.vanDijk@surfnet.nl"
}
],
"description": "A module that is able to authenticate users based on X509 client certificates",
"keywords": [
"simplesamlphp",
"x509"
],
"time": "2019-06-03T20:56:39+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-authyubikey",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git",
"reference": "a9e4710befefc496d5c6b1bf67871c9d8c41363f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/a9e4710befefc496d5c6b1bf67871c9d8c41363f",
"reference": "a9e4710befefc496d5c6b1bf67871c9d8c41363f",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"extra": {
"ssp-mixedcase-module-name": "authYubikey"
},
"autoload": {
"psr-4": {
"SimpleSAML\\modules\\yubikey\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that is able to authenticate against YubiKey",
"keywords": [
"authyubikey",
"simplesamlphp"
],
"time": "2019-06-03T20:01:24+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-cas",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git",
"reference": "5a26f3109fc08bb594645cd1136ef1e034ba02a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/5a26f3109fc08bb594645cd1136ef1e034ba02a1",
"reference": "5a26f3109fc08bb594645cd1136ef1e034ba02a1",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\cas\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
],
"description": "A module that provides CAS authentication",
"keywords": [
"cas",
"simplesamlphp"
],
"time": "2019-06-03T20:58:20+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-cdc",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git",
"reference": "c7f566051ec69d6ac87dea3138d04ad9ea14bd20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/c7f566051ec69d6ac87dea3138d04ad9ea14bd20",
"reference": "c7f566051ec69d6ac87dea3138d04ad9ea14bd20",
"shasum": ""
},
"require": {
"simplesamlphp/composer-module-installer": ">=1.1.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\cdc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olav.morken@uninett.no"
},
{
"name": "Jaime Perez Crespo",
"email": "jaime.perez@uninett.no"
}
],
"description": "A SimpleSAMLphp module that allows integration with CDC",
"homepage": "https://simplesamlphp.org/",
"keywords": [
"cdc",
"simplesamlphp"
],
"time": "2019-06-03T20:21:57+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-consent",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git",
"reference": "adbfee34a06e4dec7a04340943b8f87c2a9c5d3a"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/adbfee34a06e4dec7a04340943b8f87c2a9c5d3a",
"reference": "adbfee34a06e4dec7a04340943b8f87c2a9c5d3a",
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\consent\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "lavmrk@gmail.com"
}
],
"description": "A module that will ask for user consent before releasing attributes",
"keywords": [
"consent",
"simplesamlphp"
],
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
},
{
"name": "simplesamlphp/simplesamlphp-module-consentadmin",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git",
"reference": "849da4adb293e3a3cb93483fa755a1c6ef9dc5b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/849da4adb293e3a3cb93483fa755a1c6ef9dc5b0",
"reference": "849da4adb293e3a3cb93483fa755a1c6ef9dc5b0",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"simplesamlphp/simplesamlphp-module-consent": "^0.9",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"extra": {
"ssp-mixedcase-module-name": "consentAdmin"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olav.morken@uninett.no"
},
{
"name": "Jacob Christiansen",
"email": "jach@wayf.dk"
}
],
"description": "A module that allows users to manage their consent",
"keywords": [
"consentadmin",
"simplesamlphp"
],
"time": "2019-06-04T09:29:52+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-discopower",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git",
"reference": "9577a5fa9729b54cf2d40164747070cc5ff41c55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/9577a5fa9729b54cf2d40164747070cc5ff41c55",
"reference": "9577a5fa9729b54cf2d40164747070cc5ff41c55",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\modules\\discopower\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
}
],
"description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed",
"keywords": [
"discopower",
"discovery",
"simplesamlphp"
],
"time": "2019-06-03T08:34:01+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-exampleattributeserver",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git",
"reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708",
"reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\exampleattributeserver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "An example for SAML attributes queries",
"keywords": [
"exampleattributeserver",
"simplesamlphp"
],
"time": "2019-05-28T12:37:15+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-expirycheck",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git",
"reference": "fb3fb0d45c25cf67aae2c9a6fbb1c2ed9e59c6ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/fb3fb0d45c25cf67aae2c9a6fbb1c2ed9e59c6ec",
"reference": "fb3fb0d45c25cf67aae2c9a6fbb1c2ed9e59c6ec",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\expirycheck\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Alex Mihičinac",
"email": "alexm@arnes.si"
}
],
"description": "The expirycheck module validates user's expiry date",
"keywords": [
"expirycheck",
"simplesamlphp"
],
"time": "2019-05-29T14:43:00+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-ldap",
"version": "v0.9.1",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git",
"reference": "6945bfde7f91527240a5151674247c83c347506c"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/6945bfde7f91527240a5151674247c83c347506c",
"reference": "6945bfde7f91527240a5151674247c83c347506c",
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
"shasum": ""
},
"require": {
"ext-ldap": "*",
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\ldap\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
},
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "A module that provides authentication against LDAP stores",
"keywords": [
"ldap",
"simplesamlphp"
],
"time": "2019-07-13T12:07:27+00:00"
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
},
{
"name": "simplesamlphp/simplesamlphp-module-memcachemonitor",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git",
"reference": "6eef1e86ad7d2c9325b37c5004813947ace90c50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/6eef1e86ad7d2c9325b37c5004813947ace90c50",
"reference": "6eef1e86ad7d2c9325b37c5004813947ace90c50",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"extra": {
"ssp-mixedcase-module-name": "memcacheMonitor"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
},
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that is able display usage statistics of a memcache(d) store",
"keywords": [
"memcachemonitor",
"simplesamlphp"
],
"time": "2019-06-03T20:41:38+00:00"
},
{
"name": "simplesamlphp/simplesamlphp-module-memcookie",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git",
"reference": "39535304e8d464b7baa1e82cb441fa432947ff57"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57",
"reference": "39535304e8d464b7baa1e82cb441fa432947ff57",
"simplesamlphp/composer-module-installer": ">=1.1.6"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.6"
"notification-url": "https://packagist.org/downloads/",
"license": [
"name": "Olav Morken",
"email": "olav.morken@uninett.no"
"name": "Jaime Perez Crespo",
"email": "jaime.perez@uninett.no"
"description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.",
"homepage": "https://simplesamlphp.org/",
"Auth MemCookie",
"apache",
"cookies",
"simplesamlphp"
"name": "simplesamlphp/simplesamlphp-module-metarefresh",
"version": "v0.9.0",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git",
"reference": "03ea37e15660224e58a817ad14ce71062e6aa0f8"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/03ea37e15660224e58a817ad14ce71062e6aa0f8",
"reference": "03ea37e15660224e58a817ad14ce71062e6aa0f8",
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
"description": "The metarefresh module will download and parse metadata documents and store them locally",
"name": "simplesamlphp/simplesamlphp-module-negotiate",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git",
"reference": "11a701361ee478c17580008442c419c865aed3d5"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/11a701361ee478c17580008442c419c865aed3d5",
"reference": "11a701361ee478c17580008442c419c865aed3d5",
"webmozart/assert": "~1.4"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
"description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism",
"name": "simplesamlphp/simplesamlphp-module-oauth",
"version": "v0.9.0",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git",
"reference": "a980d8974f85f410fe4c14c8b3c5446c9c89ea4e"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/a980d8974f85f410fe4c14c8b3c5446c9c89ea4e",
"reference": "a980d8974f85f410fe4c14c8b3c5446c9c89ea4e",
"shasum": ""
},
"require": {
"simplesamlphp/composer-module-installer": ">=1.1.6"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"notification-url": "https://packagist.org/downloads/",
"license": [
],
"authors": [
{
"name": "Olav Morken",
"email": "olav.morken@uninett.no"
},
{
"name": "Jaime Perez Crespo",
"email": "jaime.perez@uninett.no"
}
],
"description": "A SimpleSAMLphp module that allows integration with OAuth1,",
"homepage": "https://simplesamlphp.org/",
"keywords": [
"name": "simplesamlphp/simplesamlphp-module-preprodwarning",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git",
"reference": "b63b256082e482e7f1a449d02f82c9326e1857fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/b63b256082e482e7f1a449d02f82c9326e1857fc",
"reference": "b63b256082e482e7f1a449d02f82c9326e1857fc",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17",
"webmozart/assert": "^1.4"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
"description": "Display a warning when using a pre-production environment",
"time": "2019-06-04T09:25:57+00:00"
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git",
"reference": "aabca2c4d3e47c08d28571bbee1fa791abdd12d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/aabca2c4d3e47c08d28571bbee1fa791abdd12d1",
"reference": "aabca2c4d3e47c08d28571bbee1fa791abdd12d1",
"shasum": ""
},
"require": {
"php": ">=5.6",
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.7"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\radius\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"description": "A module that is able perform authentication against a RADIUS server",
"name": "simplesamlphp/simplesamlphp-module-riak",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git",
"reference": "7cf7599bc01157b1652e916c2db872624d42fa62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/7cf7599bc01157b1652e916c2db872624d42fa62",
"reference": "7cf7599bc01157b1652e916c2db872624d42fa62",
"shasum": ""
},
"require": {
"php": ">=5.6",
"phpfastcache/riak-client": "^3.4",
"simplesamlphp/composer-module-installer": "~1.1"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Tim van Dijen",
"email": "tvdijen@gmail.com"
}
],
"description": "A module that is able to store key/value pairs in a Riak store",
"name": "simplesamlphp/simplesamlphp-module-sanitycheck",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git",
"reference": "1efbeab5df8e616522690bcc6e49a99436a748b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/1efbeab5df8e616522690bcc6e49a99436a748b9",
"reference": "1efbeab5df8e616522690bcc6e49a99436a748b9",
"shasum": ""
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\sanitycheck\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
}
],
"description": "Perform sanity checks on configuration",
"name": "simplesamlphp/simplesamlphp-module-smartattributes",
"version": "v0.9.0",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git",
"reference": "244d3657dd4cb3b9cd90076f112101f7ab213340"
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/244d3657dd4cb3b9cd90076f112101f7ab213340",
"reference": "244d3657dd4cb3b9cd90076f112101f7ab213340",
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1"
"simplesamlphp/simplesamlphp": "^1.17"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\smartattributes\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
"description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.",
"name": "simplesamlphp/simplesamlphp-module-sqlauth",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git",
"reference": "c0201d6f894ef3b28b9e5855b92168a4fa7fd026"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/c0201d6f894ef3b28b9e5855b92168a4fa7fd026",
"reference": "c0201d6f894ef3b28b9e5855b92168a4fa7fd026",
"shasum": ""
},
"require": {
"php": ">=5.6",
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"simplesamlphp/simplesamlphp": "^1.17",
"webmozart/assert": "^1.4"
},
"type": "simplesamlphp-module",
"autoload": {
"psr-4": {
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Olav Morken",
"email": "olavmrk@gmail.com"
}
],
"description": "This is a authentication module for authenticating a user against a SQL database",
"name": "simplesamlphp/simplesamlphp-module-statistics",
"url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git",
"reference": "03d4d2fd0a2fd68b3aba312421841662ec63c4db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/03d4d2fd0a2fd68b3aba312421841662ec63c4db",
"reference": "03d4d2fd0a2fd68b3aba312421841662ec63c4db",
"shasum": ""
},
"require": {
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "^1.4"
"simplesamlphp/simplesamlphp": "^1.17",
"simplesamlphp/simplesamlphp-test-framework": "^0.0.10"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
{
"name": "simplesamlphp/twig-configurable-i18n",
"version": "v2.2",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/twig-configurable-i18n.git",
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
"shasum": ""
},
"require": {
"twig/extensions": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "~4.8.36 || ~7.5",
"twig/twig": "^1.37 || ^2.7"
},
"type": "project",
"autoload": {
"psr-4": {
"SimpleSAML\\TwigConfigurableI18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1"
],
"authors": [
{
"name": "Jaime Perez",
"email": "jaime.perez@uninett.no"
}
],
"description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.",
"keywords": [
"extension",
"gettext",
"i18n",
"internationalization",
"translation",
"twig"
],
"time": "2019-07-09T08:35:44+00:00"
},
"name": "symfony/config",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/24a60c0d7ad98a0fa5d1f892e9286095a389404f",
"reference": "24a60c0d7ad98a0fa5d1f892e9286095a389404f",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/filesystem": "~2.8|~3.0|~4.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3",
"symfony/finder": "<3.3"
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/event-dispatcher": "~3.3|~4.0",
"symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0"
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
"name": "symfony/debug",
"url": "https://github.com/symfony/debug.git",
"reference": "0b600300918780001e2821db77bc28b677794486"
"url": "https://api.github.com/repos/symfony/debug/zipball/0b600300918780001e2821db77bc28b677794486",
"reference": "0b600300918780001e2821db77bc28b677794486",
"php": "^5.5.9|>=7.0.8",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
"symfony/http-kernel": "~2.8|~3.0|~4.0"
"dev-master": "3.4-dev"
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
"email": "fabien@symfony.com"
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
{
"name": "symfony/dependency-injection",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "2709bc2978ceb90f5180181f777f8a09125f2d89"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2709bc2978ceb90f5180181f777f8a09125f2d89",
"reference": "2709bc2978ceb90f5180181f777f8a09125f2d89",
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"psr/container": "^1.0"
},
"conflict": {
"symfony/config": "<3.3.7",
"symfony/finder": "<3.3",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0"
},
"require-dev": {
"symfony/config": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/yaml": "~3.4|~4.0"
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
"name": "symfony/event-dispatcher",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959"
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e922c4c3430b9de624e8a285dada5e61e230959",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959",
"php": "^5.5.9|>=7.0.8"
},
"conflict": {
"symfony/dependency-injection": "<3.3"
"psr/log": "~1.0",
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
}
},
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
"name": "symfony/filesystem",
"url": "https://github.com/symfony/filesystem.git",
"reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516"
"url": "https://api.github.com/repos/symfony/filesystem/zipball/00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
"reference": "00e3a6ddd723b8bcfe4f2a1b6f82b98eeeb51516",
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
Loading
Loading full blame...