Skip to content

Commit

Permalink
Merge pull request #73 from SemanticMediaWiki/paladox-patch-2
Browse files Browse the repository at this point in the history
Bump required MW and SMW versions
  • Loading branch information
gesinn-it-gea authored Jan 5, 2025
2 parents 2d5c61f + bc0240e commit c564848
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ endif
EXTENSION=SemanticCompoundQueries

# docker images
MW_VERSION?=1.35
PHP_VERSION?=7.4
DB_TYPE?=sqlite
DB_IMAGE?=""
MW_VERSION?=1.39
PHP_VERSION?=8.1
DB_TYPE?=mysql
DB_IMAGE?="mariadb:10"

# extensions
SMW_VERSION?=4.1.2
SMW_VERSION?=4.2.0

# composer
# Enables "composer update" inside of extension
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": "https://github.com/SemanticCompoundQueries/SemanticCompoundQueries"
},
"require": {
"php": ">=7.3",
"php": ">=7.4",
"composer/installers": "^2|^1.0.1"
},
"require-dev": {
Expand All @@ -35,7 +35,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "3.x-dev"
}
},
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SemanticCompoundQueries",
"version": "2.2.0",
"version": "3.0.0-beta",
"author": [
"James Hong Kong",
"Yaron Koren",
Expand All @@ -12,9 +12,9 @@
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.31",
"MediaWiki": ">= 1.39",
"extensions": {
"SemanticMediaWiki": ">= 3.0"
"SemanticMediaWiki": ">= 4.0"
}
},
"MessagesDirs": {
Expand Down

0 comments on commit c564848

Please sign in to comment.