Skip to content

Commit 0965acb

Browse files
committed
fix: pin Joomla framework packages to v3.x to match Joomla 5 CMS source
1 parent 9786f9c commit 0965acb

File tree

2 files changed

+294
-206
lines changed

2 files changed

+294
-206
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 || ^4.0",
80-
"joomla/registry": "^3.0 || ^4.0",
81-
"joomla/di": "^3.0 || ^4.0",
82-
"joomla/event": "^3.0 || ^4.0",
83-
"joomla/input": "^3.0 || ^4.0",
84-
"joomla/filter": "^3.0 || ^4.0",
85-
"joomla/filesystem": "^3.0 || ^4.0",
86-
"joomla/uri": "^3.0 || ^4.0",
87-
"joomla/application": "^3.0 || ^4.0",
88-
"joomla/string": "^3.0 || ^4.0"
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"
8989
},
9090
"replace": {
9191
"paragonie/random_compat": "9.99.99",

0 commit comments

Comments
 (0)