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 8, 2023
1 parent 2e62edd commit 70f61fe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.1.0",
"joomla/application": "3.0.x-dev",
"joomla/http": "3.0.x-dev",
"joomla/input": "3.0.x-dev",
"joomla/session": "3.0.x-dev",
"joomla/uri": "3.0.x-dev"
"joomla/application": "^3.0",
"joomla/http": "^3.0",
"joomla/input": "^3.0",
"joomla/session": "^3.0",
"joomla/uri": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.28",
Expand Down

0 comments on commit 70f61fe

Please sign in to comment.