Skip to content

Commit

Permalink
Merge pull request #96 from akunzai/joomla/5.1.3
Browse files Browse the repository at this point in the history
Bump joomla version from 5.1.2 to 5.1.3
  • Loading branch information
akunzai authored Aug 23, 2024
2 parents f67bac8 + ab29b3e commit 47a3fcf
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/joomla/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION=8.3
ARG PHP_EXTRA_BUILD_DEPS=""
# https://hub.docker.com/_/joomla
ARG JOOMLA_VERSION=5.1.2
ARG JOOMLA_VERSION=5.1.3

FROM joomla:${JOOMLA_VERSION}-apache AS joomla

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"type": "package",
"package": {
"name": "joomla/joomla-cms",
"version": "5.1.2",
"version": "5.1.3",
"dist": {
"url": "https://github.com/joomla/joomla-cms/releases/download/5.1.2/Joomla_5.1.2-Stable-Full_Package.zip",
"url": "https://github.com/joomla/joomla-cms/releases/download/5.1.3/Joomla_5.1.3-Stable-Full_Package.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/joomla/joomla-cms.git",
"type": "git",
"reference": "tags/5.1.2"
"reference": "tags/5.1.3"
}
}
},
Expand All @@ -57,8 +57,8 @@
},
"require-dev": {
"akunzai/joomla-stubs": "dev-master",
"friendsofphp/php-cs-fixer": "^3.60",
"joomla/joomla-cms": "5.1.2",
"friendsofphp/php-cs-fixer": "^3.62",
"joomla/joomla-cms": "5.1.3",
"openmage/magento-lts": "^20.10",
"phpstan/phpstan": "^1.11"
},
Expand Down
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 47a3fcf

Please sign in to comment.