Skip to content

Commit 2c21a57

Browse files
authored
Create composer.json (#29)
1 parent dc5c97c commit 2c21a57

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

composer.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "SimpleMachines/ForumSsoProvider",
3+
"type": "mediawiki-extension",
4+
"description": "An extension to MediaWiki that allows an Elkarte Forum or SMF forum to be automatically signed in if they are of the appropriate usergroup while logged into the forum.",
5+
"keywords": [
6+
"SMF Mediawiki Auth",
7+
"Elkare Mediawiki Auth"
8+
],
9+
"homepage": "https://github.com/SimpleMachines/smf-mw-auth/",
10+
"license": "BSD 3-Clause",
11+
"authors": [
12+
{
13+
"name": "Vekseid",
14+
"role": "Original author"
15+
},
16+
{
17+
"name": "Simple Machines",
18+
"role": "Developer"
19+
},
20+
{
21+
"name": "jdarwood007",
22+
"role": "Core Developer"
23+
}
24+
],
25+
"require": {
26+
"php": ">=8.1"
27+
}
28+
}

0 commit comments

Comments
 (0)