feat(seacms-auth): require

This commit is contained in:
Jérémy Dufraisse 2023-02-26 02:57:10 +01:00
parent 37e65ce780
commit 398e9406a4
2 changed files with 53 additions and 3 deletions

View File

@ -14,7 +14,8 @@
"composer": "^2.4",
"picocms/composer-installer": "dev-pico-3.0",
"picocms/pico": "dev-fix-compatibility-php8 as v3.0.0-alpha.2",
"seacms/seacms-api": "dev-master"
"seacms/seacms-api": "dev-master",
"seacms/seacms-auth": "dev-master"
},
"config": {
"optimize-autoloader": true,
@ -56,6 +57,10 @@
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-api"
},
{
"type": "vcs",
"url": "https://git.defis.info/SeaCMS/seacms-auth"
}
]
}

49
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "535fa433099487b5d89809ec52ba3b4d",
"content-hash": "77d8920942512339025d289f92e06be9",
"packages": [
{
"name": "erusev/parsedown",
@ -304,6 +304,50 @@
},
"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",
"version": "v1.27.0",
@ -710,7 +754,8 @@
"stability-flags": {
"picocms/composer-installer": 20,
"picocms/pico": 20,
"seacms/seacms-api": 20
"seacms/seacms-api": 20,
"seacms/seacms-auth": 20
},
"prefer-stable": true,
"prefer-lowest": false,