|
|
@ -4,7 +4,7 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", |
|
|
|
"This file is @generated automatically" |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
], |
|
|
|
"content-hash": "535fa433099487b5d89809ec52ba3b4d", |
|
|
|
"content-hash": "77d8920942512339025d289f92e06be9", |
|
|
|
"packages": [ |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "erusev/parsedown", |
|
|
|
"name": "erusev/parsedown", |
|
|
@ -304,6 +304,50 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"time": "2023-02-26T00:32:51+00:00" |
|
|
|
"time": "2023-02-26T00:32:51+00:00" |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "seacms/seacms-auth", |
|
|
|
|
|
|
|
"version": "dev-master", |
|
|
|
|
|
|
|
"source": { |
|
|
|
|
|
|
|
"type": "git", |
|
|
|
|
|
|
|
"url": "https://git.defis.info/SeaCMS/seacms-auth", |
|
|
|
|
|
|
|
"reference": "e62284363a36ea273d6cea779802820522c168a8" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"require": { |
|
|
|
|
|
|
|
"php": "^8.0", |
|
|
|
|
|
|
|
"seacms/seacms-api": "dev-master" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"default-branch": true, |
|
|
|
|
|
|
|
"type": "pico-plugin", |
|
|
|
|
|
|
|
"autoload": { |
|
|
|
|
|
|
|
"classmap": [ |
|
|
|
|
|
|
|
"SeacmsAuth.php" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"license": [ |
|
|
|
|
|
|
|
"EUPL-1.2" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"authors": [ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
"name": "Jérémy Dufraisse", |
|
|
|
|
|
|
|
"homepage": "https://github.com/J9rem", |
|
|
|
|
|
|
|
"role": "SeaCMS developer" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"description": "API route for SeaCMS", |
|
|
|
|
|
|
|
"homepage": "https://git.defis.info/SeaCMS/seacms-auth", |
|
|
|
|
|
|
|
"keywords": [ |
|
|
|
|
|
|
|
"auth", |
|
|
|
|
|
|
|
"pico", |
|
|
|
|
|
|
|
"picocms", |
|
|
|
|
|
|
|
"picocms-plugin" |
|
|
|
|
|
|
|
], |
|
|
|
|
|
|
|
"support": { |
|
|
|
|
|
|
|
"docs": "https://git.defis.info/SeaCMS/seacms-auth/src/branch/master/README.md", |
|
|
|
|
|
|
|
"issues": "https://git.defis.info/SeaCMS/seacms-auth/issues", |
|
|
|
|
|
|
|
"source": "https://git.defis.info/SeaCMS/seacms-auth" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"time": "2023-02-26T01:54:53+00:00" |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "symfony/polyfill-ctype", |
|
|
|
"name": "symfony/polyfill-ctype", |
|
|
|
"version": "v1.27.0", |
|
|
|
"version": "v1.27.0", |
|
|
@ -710,7 +754,8 @@ |
|
|
|
"stability-flags": { |
|
|
|
"stability-flags": { |
|
|
|
"picocms/composer-installer": 20, |
|
|
|
"picocms/composer-installer": 20, |
|
|
|
"picocms/pico": 20, |
|
|
|
"picocms/pico": 20, |
|
|
|
"seacms/seacms-api": 20 |
|
|
|
"seacms/seacms-api": 20, |
|
|
|
|
|
|
|
"seacms/seacms-auth": 20 |
|
|
|
}, |
|
|
|
}, |
|
|
|
"prefer-stable": true, |
|
|
|
"prefer-stable": true, |
|
|
|
"prefer-lowest": false, |
|
|
|
"prefer-lowest": false, |
|
|
|