Skip to content

Commit

Permalink
Merge pull request #86 from akunzai/joomla/5.1.1
Browse files Browse the repository at this point in the history
Bump joomla version from 5.1.0 to 5.1.1
  • Loading branch information
akunzai authored May 29, 2024
2 parents fcbf762 + 4d536c2 commit 13b3bb5
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 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.0
ARG JOOMLA_VERSION=5.1.1

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.0",
"version": "5.1.1",
"dist": {
"url": "https://github.com/joomla/joomla-cms/releases/download/5.1.0/Joomla_5.1.0-Stable-Full_Package.zip",
"url": "https://github.com/joomla/joomla-cms/releases/download/5.1.1/Joomla_5.1.1-Stable-Full_Package.zip",
"type": "zip"
},
"source": {
"url": "https://github.com/joomla/joomla-cms.git",
"type": "git",
"reference": "tags/5.1.0"
"reference": "tags/5.1.1"
}
}
},
Expand All @@ -57,8 +57,8 @@
},
"require-dev": {
"akunzai/joomla-stubs": "dev-master",
"friendsofphp/php-cs-fixer": "^3.57",
"joomla/joomla-cms": "5.1.0",
"friendsofphp/php-cs-fixer": "^3.58",
"joomla/joomla-cms": "5.1.1",
"openmage/magento-lts": "^20.8",
"phpstan/phpstan": "^1.11"
},
Expand Down
62 changes: 31 additions & 31 deletions composer.lock

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

0 comments on commit 13b3bb5

Please sign in to comment.