Skip to content

Commit 5a02454

Browse files
committed
Setting dependencies to version 3 of the Joomla framework
1 parent 0487ae3 commit 5a02454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "LGPL-2.1-or-later",
88
"require": {
99
"php": "^8.1.0",
10-
"joomla/crypt": "3.0.x-dev",
11-
"joomla/registry": "3.0.x-dev"
10+
"joomla/crypt": "^3.0",
11+
"joomla/registry": "^3.0"
1212
},
1313
"require-dev": {
14-
"joomla/console": "3.0.x-dev",
14+
"joomla/console": "^3.0",
1515
"phpunit/phpunit": "^9.5.28",
1616
"squizlabs/php_codesniffer": "^3.7.2",
1717
"phpstan/phpstan": "^1.10.7",

0 commit comments

Comments
 (0)