|
@@ -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": "91465f398b2f15e47d8ac1fb10247588",
|
|
|
+ "content-hash": "ff8c4be52b0fdfdcc29302b03f0e456f",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "acmephp/core",
|
|
@@ -4577,6 +4577,114 @@
|
|
|
],
|
|
|
"time": "2024-01-09T09:30:37+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "outerweb/filament-settings",
|
|
|
+ "version": "v1.2.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/outer-web/filament-settings.git",
|
|
|
+ "reference": "5c5c58e7271269de1f81af8acdade9ad4c319b6a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/outer-web/filament-settings/zipball/5c5c58e7271269de1f81af8acdade9ad4c319b6a",
|
|
|
+ "reference": "5c5c58e7271269de1f81af8acdade9ad4c319b6a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "filament/filament": "^3.2",
|
|
|
+ "laravel/framework": "^10.0|^11.0",
|
|
|
+ "outerweb/settings": "^1.0",
|
|
|
+ "php": "^8.0",
|
|
|
+ "spatie/laravel-package-tools": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Outerweb\\FilamentSettings\\FilamentSettingsServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src\\Helpers\\helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Outerweb\\FilamentSettings\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Outerweb",
|
|
|
+ "email": "info@outerweb.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "This package adds a way to interact with outerweb/settings in Filament.",
|
|
|
+ "homepage": "https://github.com/outer-web/filament-settings",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/outer-web/filament-settings/issues",
|
|
|
+ "source": "https://github.com/outer-web/filament-settings/tree/v1.2.0"
|
|
|
+ },
|
|
|
+ "time": "2024-03-25T15:53:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "outerweb/settings",
|
|
|
+ "version": "v1.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/outer-web/settings.git",
|
|
|
+ "reference": "259a0742b986ecb5f7e74a02c0c495330b6010d3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/outer-web/settings/zipball/259a0742b986ecb5f7e74a02c0c495330b6010d3",
|
|
|
+ "reference": "259a0742b986ecb5f7e74a02c0c495330b6010d3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "laravel/framework": "^10.0|^11.0",
|
|
|
+ "php": "^8.0",
|
|
|
+ "spatie/laravel-package-tools": "^1.16"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "laravel": {
|
|
|
+ "providers": [
|
|
|
+ "Outerweb\\Settings\\SettingsServiceProvider"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "files": [
|
|
|
+ "src\\Helpers\\helpers.php"
|
|
|
+ ],
|
|
|
+ "psr-4": {
|
|
|
+ "Outerweb\\Settings\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Outerweb",
|
|
|
+ "email": "info@outerweb.be"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "This package adds application wide settings stored in your database.",
|
|
|
+ "homepage": "https://github.com/outer-web/settings",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/outer-web/settings/issues",
|
|
|
+ "source": "https://github.com/outer-web/settings/tree/v1.0.3"
|
|
|
+ },
|
|
|
+ "time": "2024-03-12T20:47:31+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpoption/phpoption",
|
|
|
"version": "1.9.2",
|
|
@@ -7972,6 +8080,77 @@
|
|
|
],
|
|
|
"time": "2024-02-15T11:23:52+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/yaml",
|
|
|
+ "version": "v7.0.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/yaml.git",
|
|
|
+ "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
|
|
|
+ "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=8.2",
|
|
|
+ "symfony/polyfill-ctype": "^1.8"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "<6.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/console": "^6.4|^7.0"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "Resources/bin/yaml-lint"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Yaml\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "fabien@symfony.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Loads and dumps YAML files",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/yaml/tree/v7.0.3"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2024-01-23T15:02:46+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "tijsverkoyen/css-to-inline-styles",
|
|
|
"version": "v2.2.7",
|
|
@@ -10613,77 +10792,6 @@
|
|
|
],
|
|
|
"time": "2024-04-02T06:30:22+00:00"
|
|
|
},
|
|
|
- {
|
|
|
- "name": "symfony/yaml",
|
|
|
- "version": "v7.0.3",
|
|
|
- "source": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "2d4fca631c00700597e9442a0b2451ce234513d3"
|
|
|
- },
|
|
|
- "dist": {
|
|
|
- "type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3",
|
|
|
- "reference": "2d4fca631c00700597e9442a0b2451ce234513d3",
|
|
|
- "shasum": ""
|
|
|
- },
|
|
|
- "require": {
|
|
|
- "php": ">=8.2",
|
|
|
- "symfony/polyfill-ctype": "^1.8"
|
|
|
- },
|
|
|
- "conflict": {
|
|
|
- "symfony/console": "<6.4"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "symfony/console": "^6.4|^7.0"
|
|
|
- },
|
|
|
- "bin": [
|
|
|
- "Resources/bin/yaml-lint"
|
|
|
- ],
|
|
|
- "type": "library",
|
|
|
- "autoload": {
|
|
|
- "psr-4": {
|
|
|
- "Symfony\\Component\\Yaml\\": ""
|
|
|
- },
|
|
|
- "exclude-from-classmap": [
|
|
|
- "/Tests/"
|
|
|
- ]
|
|
|
- },
|
|
|
- "notification-url": "https://packagist.org/downloads/",
|
|
|
- "license": [
|
|
|
- "MIT"
|
|
|
- ],
|
|
|
- "authors": [
|
|
|
- {
|
|
|
- "name": "Fabien Potencier",
|
|
|
- "email": "fabien@symfony.com"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "Symfony Community",
|
|
|
- "homepage": "https://symfony.com/contributors"
|
|
|
- }
|
|
|
- ],
|
|
|
- "description": "Loads and dumps YAML files",
|
|
|
- "homepage": "https://symfony.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/yaml/tree/v7.0.3"
|
|
|
- },
|
|
|
- "funding": [
|
|
|
- {
|
|
|
- "url": "https://symfony.com/sponsor",
|
|
|
- "type": "custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://github.com/fabpot",
|
|
|
- "type": "github"
|
|
|
- },
|
|
|
- {
|
|
|
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
- "type": "tidelift"
|
|
|
- }
|
|
|
- ],
|
|
|
- "time": "2024-01-23T15:02:46+00:00"
|
|
|
- },
|
|
|
{
|
|
|
"name": "theseer/tokenizer",
|
|
|
"version": "1.2.3",
|