Skip to content

Commit 421423f

Browse files
authored
chore(deps): Update dependencies and adjust version (#1040)
- icobucci/jwt from 5.4.2 to 5.8 - smarty/smarty from 5.4.1 to 5.5.4 - adodb/adodb-php from 5.22.7 to 5.22 - php requirement from >=8.1 to >=8.2 - version 1.7.0 to 1.8.1
1 parent 19ff3c8 commit 421423f

File tree

2 files changed

+71
-65
lines changed

2 files changed

+71
-65
lines changed

web/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sbpp/sourcebans-pp",
33
"description": "Admin, ban, and comms management system for the Source engine.",
4-
"version": "1.7.0",
4+
"version": "1.8.1",
55
"type": "project",
66
"keywords": [],
77
"homepage": "https://sbpp.github.io",
@@ -19,15 +19,15 @@
1919
"vendor-dir": "includes/vendor"
2020
},
2121
"require": {
22-
"lcobucci/jwt": "5.4.2",
22+
"lcobucci/jwt": "^5.0",
2323
"maxmind-db/reader": "~1.0",
24-
"smarty/smarty": "~v5.4.1",
24+
"smarty/smarty": "^v5.4",
2525
"xpaw/php-source-query-class": "dev-master",
26-
"adodb/adodb-php": "5.22.7",
26+
"adodb/adodb-php": "^5.22",
2727
"symfony/mailer": "^7.2",
2828
"ext-pdo": "*",
2929
"ext-openssl": "*",
30-
"php": ">=8.1"
30+
"php": ">=8.2"
3131
},
3232

3333
"autoload": {

web/composer.lock

Lines changed: 66 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)