Skip to content

Commit 8ff499a

Browse files
authored
Merge pull request #1573 from mambax7/feature/update_XMF
update XMF
2 parents a46cb48 + 5461c9a commit 8ff499a

File tree

288 files changed

+96380
-472
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

+96380
-472
lines changed
Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
{
22
"name": "xoopscore25/libraries",
3+
"description": "Libraries for XOOPS 2.5.12 (meta-package, no code)",
4+
"type": "metapackage",
35
"license": "GPL-2.0-or-later",
4-
"type": "project",
5-
"description": "Libraries for XOOPS 2.5.12",
6-
"config": {
7-
"platform": {
8-
"php": "7.4.0"
6+
"homepage": "https://xoops.org",
7+
"authors": [
8+
{
9+
"name": "XOOPS Project",
10+
"email": "[email protected]",
11+
"role": "Maintainer"
912
}
10-
},
13+
],
1114
"require": {
12-
"xoops/base-requires25": "^1.1.9"
15+
"php": "^7.4.0 || ^8.4.0",
16+
"xoops/base-requires25": "^1.1.10-beta1"
17+
},
18+
"config": {
19+
"sort-packages": true,
20+
"preferred-install": "dist"
21+
},
22+
"minimum-stability": "beta",
23+
"prefer-stable": true,
24+
"support": {
25+
"issues": "https://github.com/XOOPS/XoopsCore25/issues",
26+
"source": "https://github.com/XOOPS/XoopsCore25"
1327
}
14-
}
28+
}

0 commit comments

Comments
 (0)