Skip to content

Commit 5d21ec4

Browse files
committed
fix: use Joomla framework v4.0 packages matching Joomla 5.4 requirements
1 parent 084d10e commit 5d21ec4

File tree

2 files changed

+201
-289
lines changed

2 files changed

+201
-289
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@
7676
"roave/security-advisories": "dev-latest",
7777
"pdepend/pdepend": "^2.16",
7878
"phpmd/phpmd": "^2.15",
79-
"joomla/database": "^3.4",
80-
"joomla/registry": "^3.0",
81-
"joomla/di": "^3.0",
82-
"joomla/event": "^3.0",
83-
"joomla/input": "^3.0",
84-
"joomla/filter": "^3.0",
85-
"joomla/filesystem": "^3.0",
86-
"joomla/uri": "^3.0",
87-
"joomla/application": "^3.0",
88-
"joomla/string": "^3.0"
79+
"joomla/database": "^4.0",
80+
"joomla/registry": "^4.0",
81+
"joomla/di": "^4.0",
82+
"joomla/event": "^4.0",
83+
"joomla/input": "^4.0",
84+
"joomla/filter": "^4.0",
85+
"joomla/filesystem": "^4.0",
86+
"joomla/uri": "^4.0",
87+
"joomla/application": "^4.0",
88+
"joomla/string": "^4.0"
8989
},
9090
"replace": {
9191
"paragonie/random_compat": "9.99.99",

0 commit comments

Comments
 (0)