Compare commits

...

3 commits

Author SHA1 Message Date
Benjamin Renard
16659cdaf6
Upgrade smarty 2023-02-23 12:00:12 +01:00
Benjamin Renard
83e4c2266e
composer: add license 2023-02-23 11:59:40 +01:00
Benjamin Renard
f4d47b6ab6
Fix ext-json dependency declaration to work with all versions of Debian 2023-02-23 11:59:15 +01:00

View file

@ -7,6 +7,7 @@
"email": "info@easter-eggs.com"
}
],
"license": "GPL-3.0-or-later",
"autoload": {
"psr-4": {
"EesyPHP\\": "src/"
@ -19,12 +20,12 @@
"envms/fluentpdo": "^2.2",
"pear/console_table": "^1.3",
"brenard/php-unidecode": "dev-master",
"smarty/smarty": "3.1.34",
"smarty/smarty": "^4.3.0",
"smarty-gettext/smarty-gettext": "^1.6",
"sepia/po-parser": "^6.0",
"sentry/sdk": "^3.3",
"ext-pdo": "^7.3",
"ext-json": "^1.7",
"ext-json": "*",
"ext-yaml": "^2.0",
"league/mime-type-detection": "^1.11"
},