mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-08 01:12:34 +00:00
- 2.x - sites settings
- tags - source-control soft deletes
This commit is contained in:
73
composer.lock
generated
73
composer.lock
generated
@ -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": "616d8813a66d4a67234d11ebe6f90d67",
|
||||
"content-hash": "12a4dd2d7ef0bd63bdd94c2ab1ba72e1",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anourvalar/eloquent-serialize",
|
||||
@ -557,6 +557,77 @@
|
||||
],
|
||||
"time": "2024-02-09T16:56:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "codeat3/blade-simple-icons",
|
||||
"version": "5.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/codeat3/blade-simple-icons.git",
|
||||
"reference": "2e6c78bca0200b008e23c60cd481ab750267ed9a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/codeat3/blade-simple-icons/zipball/2e6c78bca0200b008e23c60cd481ab750267ed9a",
|
||||
"reference": "2e6c78bca0200b008e23c60cd481ab750267ed9a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"blade-ui-kit/blade-icons": "^1.1",
|
||||
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
|
||||
"php": "^7.4|^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeat3/blade-icon-generation-helpers": "^0.8",
|
||||
"codeat3/phpcs-styles": "^1.0",
|
||||
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
|
||||
"phpunit/phpunit": "^9.0|^10.5|^11.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Codeat3\\BladeSimpleIcons\\BladeSimpleIconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Codeat3\\BladeSimpleIcons\\": "src"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Swapnil Sarwe",
|
||||
"homepage": "https://swapnilsarwe.com"
|
||||
},
|
||||
{
|
||||
"name": "Dries Vints",
|
||||
"homepage": "https://driesvints.com"
|
||||
}
|
||||
],
|
||||
"description": "A package to easily make use of \"Simple Icons\" in your Laravel Blade views. ",
|
||||
"homepage": "https://github.com/codeat3/blade-simple-icons",
|
||||
"keywords": [
|
||||
"blade",
|
||||
"laravel",
|
||||
"simpleicons"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/codeat3/blade-simple-icons/issues",
|
||||
"source": "https://github.com/codeat3/blade-simple-icons/tree/5.10.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
"url": "https://github.com/swapnilsarwe",
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-21T14:06:07+00:00"
|
||||
},
|
||||
{
|
||||
"name": "danharrin/date-format-converter",
|
||||
"version": "v0.3.1",
|
||||
|
Reference in New Issue
Block a user