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"
},
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"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
],
"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": {