185 lines
6.1 KiB
JSON
185 lines
6.1 KiB
JSON
{
|
|
"_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",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "df3f3eb256a969fde6cdcd73553ac7d9",
|
|
"packages": [
|
|
{
|
|
"name": "ec-europa/ecas-phpcas-parser",
|
|
"version": "0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ec-europa/ecas-phpcas-parser.git",
|
|
"reference": "1ecfb9a80ab0832580d9dbbdc38632d720659057"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ec-europa/ecas-phpcas-parser/zipball/1ecfb9a80ab0832580d9dbbdc38632d720659057",
|
|
"reference": "1ecfb9a80ab0832580d9dbbdc38632d720659057",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"jasig/phpcas": ">=1.3.5 <2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EcasPhpCASParser\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"EUPL"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory Boddin",
|
|
"email": "gregory@siwhine.net"
|
|
}
|
|
],
|
|
"description": "phpCAS attribute parser for ECAS",
|
|
"support": {
|
|
"issues": "https://github.com/ec-europa/ecas-phpcas-parser/issues",
|
|
"source": "https://github.com/ec-europa/ecas-phpcas-parser/tree/0.3"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2017-04-14T09:26:19+00:00"
|
|
},
|
|
{
|
|
"name": "jasig/phpcas",
|
|
"version": "1.6.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/apereo/phpCAS.git",
|
|
"reference": "c129708154852656aabb13d8606cd5b12dbbabac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/apereo/phpCAS/zipball/c129708154852656aabb13d8606cd5b12dbbabac",
|
|
"reference": "c129708154852656aabb13d8606cd5b12dbbabac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"php": ">=7.1.0",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0"
|
|
},
|
|
"require-dev": {
|
|
"monolog/monolog": "^1.0.0 || ^2.0.0",
|
|
"phpstan/phpstan": "^1.5",
|
|
"phpunit/phpunit": ">=7.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"source/CAS.php"
|
|
],
|
|
"classmap": [
|
|
"source/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joachim Fritschi",
|
|
"email": "jfritschi@freenet.de",
|
|
"homepage": "https://github.com/jfritschi"
|
|
},
|
|
{
|
|
"name": "Adam Franco",
|
|
"homepage": "https://github.com/adamfranco"
|
|
},
|
|
{
|
|
"name": "Henry Pan",
|
|
"homepage": "https://github.com/phy25"
|
|
}
|
|
],
|
|
"description": "Provides a simple API for authenticating users against a CAS server",
|
|
"homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
|
|
"keywords": [
|
|
"apereo",
|
|
"cas",
|
|
"jasig"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/apereo/phpCAS/issues",
|
|
"source": "https://github.com/apereo/phpCAS/tree/1.6.1"
|
|
},
|
|
"time": "2023-02-19T19:52:35+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
|
},
|
|
"time": "2021-07-14T16:46:02+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": "^8.1",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.0.0"
|
|
}
|