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 7, 2023
1 parent 39872fc commit 3ab947f
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,11 +7,11 @@
"license": "GPL-2.0-or-later",
"require": {
"php": "^8.1.0",
"joomla/filter": "3.0.x-dev",
"joomla/filter": "^3.0",
"symfony/deprecation-contracts": "^2|^3"
},
"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 3ab947f

Please sign in to comment.