Skip to content

Commit 70f61fe

Browse files
committed
Setting dependencies to version 3 of the Joomla framework
1 parent 2e62edd commit 70f61fe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "GPL-2.0-or-later",
88
"require": {
99
"php": "^8.1.0",
10-
"joomla/application": "3.0.x-dev",
11-
"joomla/http": "3.0.x-dev",
12-
"joomla/input": "3.0.x-dev",
13-
"joomla/session": "3.0.x-dev",
14-
"joomla/uri": "3.0.x-dev"
10+
"joomla/application": "^3.0",
11+
"joomla/http": "^3.0",
12+
"joomla/input": "^3.0",
13+
"joomla/session": "^3.0",
14+
"joomla/uri": "^3.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "^9.5.28",

0 commit comments

Comments
 (0)