Skip to content

Commit

Permalink
Setting dependencies to version 3 of the Joomla framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Oct 6, 2023
1 parent 6d2aa70 commit 1fd9dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.1.0",
"joomla/registry": "3.0.x-dev"
"joomla/registry": "^3.0"
},
"require-dev": {
"joomla/test": "3.0.x-dev",
"joomla/test": "^3.0",
"phpunit/phpunit": "^9.5.28",
"squizlabs/php_codesniffer": "~3.7.2",
"phpstan/phpstan": "^1.10.7",
Expand Down

0 comments on commit 1fd9dba

Please sign in to comment.