Remove ytake/latravel-smarty

This commit is contained in:
DariusIII
2025-10-08 14:56:34 +02:00
parent 9896702c83
commit 5e41aaf0b8
2 changed files with 2 additions and 104 deletions
+1 -2
View File
@@ -108,8 +108,7 @@
"symfony/postmark-mailer": "^7.0",
"symfony/process": "^7.0",
"vlucas/phpdotenv": "^5.6",
"voku/simple_html_dom": "^4.8",
"ytake/laravel-smarty": "^12.0"
"voku/simple_html_dom": "^4.8"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.5",
Generated
+1 -102
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d77a84e92b7b3fdb22690dc0ede1c7f3",
"content-hash": "0ab6fb0a83fcc0ce7f8e5d1c093154f4",
"packages": [
{
"name": "aharen/omdbapi",
@@ -13969,107 +13969,6 @@
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "ytake/laravel-smarty",
"version": "12.0",
"source": {
"type": "git",
"url": "https://github.com/DariusIII/Laravel.Smarty.git",
"reference": "381280769ae86f7a14e6fe886512842792b08c86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DariusIII/Laravel.Smarty/zipball/381280769ae86f7a14e6fe886512842792b08c86",
"reference": "381280769ae86f7a14e6fe886512842792b08c86",
"shasum": ""
},
"require": {
"illuminate/config": "^10.0|^11.0|^12.0",
"illuminate/console": "^10.0|^11.0|^12.0",
"illuminate/events": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/view": "^10.0|^11.0|^12.0",
"php": "^8.1",
"smarty/smarty": "^4.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.14",
"pdepend/pdepend": "^2.12",
"phploc/phploc": "*",
"phpmd/phpmd": "^2.13",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5.10|^10.5",
"predis/predis": "^2.1",
"sebastian/phpcpd": "*",
"slevomat/coding-standard": "^8.8",
"squizlabs/php_codesniffer": "^3.7",
"symfony/console": "^6.0|^7.0",
"symfony/framework-bundle": "^6.0|^7.0"
},
"suggest": {
"ext-memcached": "memcached Template Cache Driver",
"predis/predis": "Redis Template Cache Driver"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Ytake\\LaravelSmarty\\SmartyServiceProvider",
"Ytake\\LaravelSmarty\\SmartyConsoleServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Ytake\\LaravelSmarty\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"quality-assurance": [
"php ./vendor/bin/phpunit",
"php ./vendor/bin/phpcpd src/"
],
"pdepend": [
"php ./vendor/bin/pdepend --summary-xml=tests/build/summary.xml --jdepend-chart=tests/quality-assurance/jdepend.svg --overview-pyramid=tests/quality-assurance/pyramid.svg src/"
],
"loc": [
"php ./vendor/bin/phploc src/ --log-xml=tests/quality-assurance/phploc.xml"
],
"phpcs": [
"./vendor/bin/phpcs src/ --report-full --report-source --colors"
],
"analyse": [
"./vendor/bin/phpstan analyse -c phpstan.neon"
]
},
"license": [
"MIT"
],
"authors": [
{
"name": "Yuuki Takezawa",
"email": "yuuki.takezawa@comnect.jp.net"
}
],
"description": "Smarty template engine for Laravel and Lumen",
"keywords": [
"cache",
"laravel",
"lumen",
"smarty",
"template",
"view"
],
"support": {
"source": "https://github.com/DariusIII/Laravel.Smarty/tree/12.0"
},
"time": "2025-03-26T10:31:54+00:00"
}
],
"packages-dev": [