Skip to content

Commit bf390ed

Browse files
committed
Setting dependencies to version 3 of the Joomla framework
1 parent b81b3af commit bf390ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
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/registry": "3.0.x-dev",
14-
"joomla/session": "3.0.x-dev",
15-
"joomla/uri": "3.0.x-dev"
10+
"joomla/application": "^3.0",
11+
"joomla/http": "^3.0",
12+
"joomla/input": "^3.0",
13+
"joomla/registry": "^3.0",
14+
"joomla/session": "^3.0",
15+
"joomla/uri": "^3.0"
1616
},
1717
"require-dev": {
18-
"joomla/event": "3.0.x-dev",
19-
"joomla/test": "3.0.x-dev",
18+
"joomla/event": "^3.0",
19+
"joomla/test": "^3.0",
2020
"phpunit/phpunit": "^9.5.28",
2121
"squizlabs/php_codesniffer": "^3.7.2",
2222
"phpstan/phpstan": "^1.10.7",

0 commit comments

Comments
 (0)