Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 5, 2025
1 parent 72fd7a0 commit df5add3
Showing 1 changed file with 5 additions and 5 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

0 comments on commit df5add3

Please sign in to comment.