aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/composer.json')
-rw-r--r--vendor/smarty/smarty/composer.json15
1 files changed, 9 insertions, 6 deletions
diff --git a/vendor/smarty/smarty/composer.json b/vendor/smarty/smarty/composer.json
index 183f9f240..165bfd2a1 100644
--- a/vendor/smarty/smarty/composer.json
+++ b/vendor/smarty/smarty/composer.json
@@ -5,7 +5,7 @@
"keywords": [
"templating"
],
- "homepage": "http://www.smarty.net",
+ "homepage": "https://smarty-php.github.io/smarty/",
"license": "LGPL-3.0",
"authors": [
{
@@ -19,15 +19,18 @@
{
"name": "Rodney Rehm",
"email": "rodney.rehm@medialize.de"
+ },
+ {
+ "name": "Simon Wisselink",
+ "homepage": "https://www.iwink.nl/"
}
],
"support": {
- "irc": "irc://irc.freenode.org/smarty",
"issues": "https://github.com/smarty-php/smarty/issues",
- "forum": "http://www.smarty.net/forums/"
+ "forum": "https://github.com/smarty-php/smarty/discussions"
},
"require": {
- "php": ">=5.2"
+ "php": "^7.1 || ^8.0"
},
"autoload": {
"classmap": [
@@ -36,11 +39,11 @@
},
"extra": {
"branch-alias": {
- "dev-master": "3.1.x-dev"
+ "dev-master": "4.0.x-dev"
}
},
"require-dev": {
- "phpunit/phpunit": "^7.5 || ^6.5 || ^5.7 || ^4.8",
+ "phpunit/phpunit": "^8.5 || ^7.5",
"smarty/smarty-lexer": "^3.1"
}
}