Skip to content

Commit

Permalink
Updated composer dependencies.
Browse files Browse the repository at this point in the history
The dependencies can now be installed on PHP versions >= 8.0. (See issue #101).
  • Loading branch information
jbtronics committed Jan 16, 2022
1 parent 846b946 commit 5b9f07c
Show file tree
Hide file tree
Showing 2 changed files with 217 additions and 172 deletions.
16 changes: 13 additions & 3 deletions composer.json
Expand Up @@ -20,13 +20,13 @@
"ext-gettext": "*",
"ext-json": "*",
"golonka/bbcodeparser": "dev-master",
"smarty/smarty": "~3.1",
"smarty-gettext/smarty-gettext": "~1.5.1",
"smarty/smarty": "^3.1",
"smarty-gettext/smarty-gettext": "^1.5.1",
"tecnickcom/tcpdf": "dev-master",
"slim/slim": "3.*",
"ircmaxell/password-compat": "1.*",
"snapappointments/bootstrap-select": "1.*",
"components/jquery": "3.3.*",
"components/jquery": "^3.3",
"kartik-v/bootstrap-fileinput": "4.*",
"jquery-form/form": "4.*",
"nnnick/chartjs": "2.7.*",
Expand All @@ -51,6 +51,16 @@

},

"config": {
"preferred-install": {
"*": "dist"
},
"platform": {
"php": "5.6.10"
},
"sort-packages": true
},

"repositories": [
{
"type": "vcs",
Expand Down

0 comments on commit 5b9f07c

Please sign in to comment.