Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01e24ca

Browse files
committed
Setting dependencies to version 3 of the Joomla framework
1 parent 7e31256 commit 01e24ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^8.1.0",
10-
"joomla/http": "3.0.x-dev",
11-
"joomla/registry": "3.0.x-dev",
12-
"joomla/uri": "3.0.x-dev"
10+
"joomla/http": "^3.0",
11+
"joomla/registry": "^3.0",
12+
"joomla/uri": "^3.0"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^9.5.28",

0 commit comments

Comments
 (0)