We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81b3af commit bf390edCopy full SHA for bf390ed
composer.json
@@ -7,16 +7,16 @@
7
"license": "GPL-2.0-or-later",
8
"require": {
9
"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"
+ "joomla/application": "^3.0",
+ "joomla/http": "^3.0",
+ "joomla/input": "^3.0",
+ "joomla/registry": "^3.0",
+ "joomla/session": "^3.0",
+ "joomla/uri": "^3.0"
16
},
17
"require-dev": {
18
- "joomla/event": "3.0.x-dev",
19
- "joomla/test": "3.0.x-dev",
+ "joomla/event": "^3.0",
+ "joomla/test": "^3.0",
20
"phpunit/phpunit": "^9.5.28",
21
"squizlabs/php_codesniffer": "^3.7.2",
22
"phpstan/phpstan": "^1.10.7",
0 commit comments