mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-15 12:53:29 +00:00
Compare commits
2 commits
cf66a4e606
...
f242a829f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f242a829f4 | ||
|
|
b44de2b6fd |
1 changed files with 17 additions and 18 deletions
35
composer.lock
generated
35
composer.lock
generated
|
|
@ -1695,16 +1695,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keepsuit/laravel-liquid",
|
"name": "keepsuit/laravel-liquid",
|
||||||
"version": "v0.5.4",
|
"version": "v0.5.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/keepsuit/laravel-liquid.git",
|
"url": "https://github.com/keepsuit/laravel-liquid.git",
|
||||||
"reference": "ba426f44798042e3635a29ea91bbf2a4b2874a04"
|
"reference": "7f9996cc2eac16489d33d76e265939c2d556bded"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/keepsuit/laravel-liquid/zipball/ba426f44798042e3635a29ea91bbf2a4b2874a04",
|
"url": "https://api.github.com/repos/keepsuit/laravel-liquid/zipball/7f9996cc2eac16489d33d76e265939c2d556bded",
|
||||||
"reference": "ba426f44798042e3635a29ea91bbf2a4b2874a04",
|
"reference": "7f9996cc2eac16489d33d76e265939c2d556bded",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -1712,7 +1712,7 @@
|
||||||
"keepsuit/liquid": "^0.7 || ^0.8 || ^0.9",
|
"keepsuit/liquid": "^0.7 || ^0.8 || ^0.9",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"spatie/laravel-package-tools": "^1.16",
|
"spatie/laravel-package-tools": "^1.16",
|
||||||
"symfony/var-exporter": "^6.3 || ^7.0"
|
"symfony/var-exporter": "^6.3 || ^7.0 || ^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"itsgoingd/clockwork": "^5.3",
|
"itsgoingd/clockwork": "^5.3",
|
||||||
|
|
@ -1764,9 +1764,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/keepsuit/laravel-liquid/issues",
|
"issues": "https://github.com/keepsuit/laravel-liquid/issues",
|
||||||
"source": "https://github.com/keepsuit/laravel-liquid/tree/v0.5.4"
|
"source": "https://github.com/keepsuit/laravel-liquid/tree/v0.5.5"
|
||||||
},
|
},
|
||||||
"time": "2025-06-15T12:06:40+00:00"
|
"time": "2026-03-04T16:46:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "keepsuit/liquid",
|
"name": "keepsuit/liquid",
|
||||||
|
|
@ -8082,26 +8082,25 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-exporter",
|
"name": "symfony/var-exporter",
|
||||||
"version": "v7.4.0",
|
"version": "v8.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-exporter.git",
|
"url": "https://github.com/symfony/var-exporter.git",
|
||||||
"reference": "03a60f169c79a28513a78c967316fbc8bf17816f"
|
"reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/03a60f169c79a28513a78c967316fbc8bf17816f",
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
|
||||||
"reference": "03a60f169c79a28513a78c967316fbc8bf17816f",
|
"reference": "7345f46c251f2eb27c7b3ebdb5bb076b3ffcae04",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.2",
|
"php": ">=8.4"
|
||||||
"symfony/deprecation-contracts": "^2.5|^3"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"symfony/property-access": "^6.4|^7.0|^8.0",
|
"symfony/property-access": "^7.4|^8.0",
|
||||||
"symfony/serializer": "^6.4|^7.0|^8.0",
|
"symfony/serializer": "^7.4|^8.0",
|
||||||
"symfony/var-dumper": "^6.4|^7.0|^8.0"
|
"symfony/var-dumper": "^7.4|^8.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
|
@ -8139,7 +8138,7 @@
|
||||||
"serialize"
|
"serialize"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/var-exporter/tree/v7.4.0"
|
"source": "https://github.com/symfony/var-exporter/tree/v8.0.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -8159,7 +8158,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-11T10:15:23+00:00"
|
"time": "2025-11-05T18:53:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue