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 45045d7 commit b589b6a
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/string": "3.0.x-dev"
"joomla/string": "^3.0"
},
"require-dev": {
"joomla/language": "3.0.x-dev",
"joomla/language": "^3.0",
"phpunit/phpunit": "^9.5.28",
"squizlabs/php_codesniffer": "^3.7.2",
"phpstan/phpstan": "^1.10.7",
Expand Down

0 comments on commit b589b6a

Please sign in to comment.