diff --git a/_docs/.gitkeep b/.nojekyll
similarity index 100%
rename from _docs/.gitkeep
rename to .nojekyll
diff --git a/_site/404.html b/404.html
similarity index 100%
rename from _site/404.html
rename to 404.html
diff --git a/README.md b/README.md
deleted file mode 100644
index 3639b17..0000000
--- a/README.md
+++ /dev/null
@@ -1,107 +0,0 @@
-# HydePHP - Elegant and Powerful Static Site Generator
-
-[![Latest Version on Packagist](https://img.shields.io/packagist/v/hyde/framework?include_prereleases)](https://packagist.org/packages/hyde/framework)
-[![Total Downloads on Packagist](https://img.shields.io/packagist/dt/hyde/framework)](https://packagist.org/packages/hyde/framework)
-[![License MIT](https://img.shields.io/github/license/hydephp/hyde) ](https://github.com/hydephp/hyde/blob/master/LICENSE.md)
-[![Test Coverage](https://codecov.io/gh/hydephp/develop/branch/master/graph/badge.svg?token=G6N2161TOT)](https://codecov.io/gh/hydephp/develop)
-[![Test Suite](https://github.com/hydephp/develop/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/hydephp/develop/actions/workflows/continuous-integration.yml)
-
-
-## Make static websites, blogs, and documentation pages with the tools you already know and love.
-
-### About HydePHP
-
-HydePHP is a content-first Laravel-powered console application that allows you to create static HTML pages, blog posts, and documentation sites,
-using your choice of Markdown and/or Blade.
-
-Build sites in record-time with a full batteries-included TailwindCSS frontend that just works without any fuzz.
-
-### Speed & simplicity first, full control when you need it.
-
-Hyde is all about letting you get started quickly by giving you a full-featured frontend starter kit, while also giving you the power and freedom of doing things the way you want to.
-
-Markdown purist? That's all you need. Blade artisan? Go for it.
-Hyde comes with hand-crafted frontend templates, so you can focus on your content.
-You don't _need_ to customize anything. But you _can_ customize everything.
-
-See the documentation and learn more at https://hydephp.com/docs
-
-
-## Features
-
-### Content Creation
-
-- Create blog posts using Markdown and Front Matter.
-- Create documentation pages from plain Markdown, no front matter needed!
-- Create simple pages using Markdown, or create advanced ones using Laravel Blade.
-- You can scaffold blog posts and Markdown pages to automatically fill in the front matter.
-- You can also scaffold Blade pages to automatically use the default layout.
-
-### Built-in Frontend
-
-- Hyde comes with a TailwindCSS starter kit, so you can start making content right away.
-- The starter kit is fully responsive, has a dark mode theme, and is customizable.
-- The frontend is accessible to screen-readers and rich with semantic HTML and microdata.
-- Hyde automatically chooses the right layout to use depending on the content being rendered.
-- Hyde also fills in and creates content like navigation menus and sidebars automatically.
-
-### Easy Asset Managing
-
-- The Hyde starter comes with [HydeFront](https://github.com/hydephp/hydefront) to serve the base stylesheet and JavaScript through the jsDelivr CDN.
-- Hyde ships with precompiled and minified TailwindCSS styles in the app.css file, you can also load them through the CDN.
-- This means that all the styles you need are already installed. However, if you want to customize the included Tailwind config, or if you add new Tailwind classes through Blade files, you can simply run the `npm run dev` command to recompile the styles using the pre-configured Laravel Mix package.
-
-### Customization
-
-- You don't need to configure anything as Hyde is shipped with sensible defaults.
-- You can, however, customize nearly everything. Here are just a few out of many examples:
-- All frontend components and page layouts are created with Blade, so you
- can publish the vendor views, just like in Laravel.
-- Override many of the dynamic content features like the menus and footer.
-
-
-## Getting Started - High-level overview
-
-> See [Installation Guide](https://hydephp.com/docs/1.x/installation) and [Getting Started](https://hydephp.com/docs/1.x/getting-started) for the full details.
-
-It's a breeze to get started with Hyde. Create a new Hyde project using Composer:
-
-```bash
-composer create-project hyde/hyde
-```
-
-Next, place your Markdown files in one of the content directories: `_posts`, `_docs`, and `_pages` which also accepts Blade files. You can also use the `hyde:make` commands to scaffold them.
-
-When you're ready, run the build command to compile your static site which will save your HTML files in the `_site` directory.
-
-```bash
-php hyde build
-```
-
-
-## Resources
-
-### Changelog
-
-Please see [CHANGELOG](https://github.com/hydephp/develop/blob/master/CHANGELOG.md) for more information on what has changed recently.
-
-### Contributing
-
-HydePHP is an open-source project, contributions are very welcome!
-
-Development is made in the HydePHP Monorepo, which you can find here https://github.com/hydephp/develop.
-
-### Security
-
-If you discover any security-related issues, please email caen@desilva.se instead of using the issue tracker,
-or use the GitHub [Security Advisory](https://github.com/hydephp/develop/security/advisories) page.
-All vulnerabilities will be promptly addressed.
-
-### Credits
-
-- [Caen De Silva](https://github.com/caendesilva), feel free to buy me a coffee! https://www.buymeacoffee.com/caen
-- [All Contributors](../../contributors)
-
-### License
-
-The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
diff --git a/_docs/index.md b/_docs/index.md
deleted file mode 100644
index 2433840..0000000
--- a/_docs/index.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# Documentation
-Coming soon...
\ No newline at end of file
diff --git a/_docs/introduction.md b/_docs/introduction.md
deleted file mode 100644
index 0300490..0000000
--- a/_docs/introduction.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Introduction"
-navigation:
- label: "Introduction"
- group: "Keyboards"
- hidden: false
- priority: 1
----
-# Introduction
-Coming soon...
\ No newline at end of file
diff --git a/_docs/katana60-pro.md b/_docs/katana60-pro.md
deleted file mode 100644
index 4f0ad4d..0000000
--- a/_docs/katana60-pro.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Katana60 Pro"
-navigation:
- label: "Katana60 Pro"
- group: "Keyboards"
- hidden: false
- priority: 5
----
-# Katana60 Pro
-Coming soon...
\ No newline at end of file
diff --git a/_docs/katana60.md b/_docs/katana60.md
deleted file mode 100644
index d2fac83..0000000
--- a/_docs/katana60.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Katana60 Pro"
-navigation:
- label: "Katana60"
- group: "Keyboards"
- hidden: false
- priority: 3
----
-# Katana60
-Coming soon...
\ No newline at end of file
diff --git a/_docs/tsuka60-pro.md b/_docs/tsuka60-pro.md
deleted file mode 100644
index 26033f8..0000000
--- a/_docs/tsuka60-pro.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "Tsuka60 Pro"
-navigation:
- label: "Tsuka60 Pro"
- group: "Keyboards"
- hidden: false
- priority: 5
----
-# Katana60 Pro
-Coming soon...
\ No newline at end of file
diff --git a/_pages/404.blade.php b/_pages/404.blade.php
deleted file mode 100644
index 91f8ea0..0000000
--- a/_pages/404.blade.php
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
diff --git a/_pages/about.md b/_pages/about.md
deleted file mode 100644
index 956ca8e..0000000
--- a/_pages/about.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: 'About'
----
-
-# About
-I am Baris Tosun. Web developer, Drupal enthusiast, guitarist, music producer, keyboard builder, physics graduate, karate black belt and father of two.
-
-This is my website. It is a simple webpage/blog where I want to provide information about some of the projects I spend my free time on.
-
-This website is build using a tool called HydePHP. Find out more about HydePHP [here](https://hydephp.com/)
\ No newline at end of file
diff --git a/_pages/index.blade.php b/_pages/index.blade.php
deleted file mode 100644
index 2379c07..0000000
--- a/_pages/index.blade.php
+++ /dev/null
@@ -1,17 +0,0 @@
-@php($title = 'Latest Posts')
-@extends('hyde::layouts.app')
-@section('content')
-
-
-
-
- Latest Posts
-
-
-
-
- @include('hyde::components.blog-post-feed')
-
-
-
-@endsection
diff --git a/_posts/.gitkeep b/_posts/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/_posts/2020-12-29-my-first-jekyll-post.md b/_posts/2020-12-29-my-first-jekyll-post.md
deleted file mode 100644
index dfd9d87..0000000
--- a/_posts/2020-12-29-my-first-jekyll-post.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "My first Jekyll post!"
-description: 'My first Jekyll post! was migrated from the previous website'
-category: blog
-author: rominronin
-date: 2020-12-29 15:59
-tags: update jekyll webdev
----
-
-I've spent the last few weeks at my in-laws' place. They've had some more time to bond with their new granddaughter, we've had a little more free time as a result - Everybody wins.
-
-I will leave the default Jekyll post untouched until I am a little more familiar with all of this.
-
-Getting this site up before the end of the year would be great, looks like that's a realistic goal.
diff --git a/_posts/2020-12-30-just-another-update.md b/_posts/2020-12-30-just-another-update.md
deleted file mode 100644
index f424dd2..0000000
--- a/_posts/2020-12-30-just-another-update.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Just another update!"
-description: 'Just another update! was migrated from the previous website'
-category: blog
-author: rominronin
-date: "2020-12-30 01:00"
-tags: update jekyll webdev
----
-
-I've spent the last few weeks at my in-laws' place. They've had some more time to bond with their new granddaughter, we've had a little more free time as a result - Everybody wins.
-
-I will leave the default Jekyll post untouched until I am a little more familiar with all of this.
-
-Getting this site up before the end of the year would be great, looks like that's a realistic goal.
diff --git a/_posts/2021-01-01-nappy-new-year.md b/_posts/2021-01-01-nappy-new-year.md
deleted file mode 100644
index e7a38f4..0000000
--- a/_posts/2021-01-01-nappy-new-year.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Nappy new year!"
-description: 'Nappy new year! was migrated from the previous website'
-category: blog
-author: rominronin
-date: "2021-01-01"
-tags: update new-year music father
----
-
-The best thing about living in Vienna as a fan of music is the New Year's Concert every year on January first. The finest classical orchestra in the world (probably) broadcasts a live concert on TV. I routinely tidy the house and sit myself on our ouch to watch it, this ensures that however the last year ends, the new one always has a happy start!
-
-This year is the first in which I observe this tradition as a father. 7 weeks ago my first child was born, and so I cannot share in the negativity with which 2020 was booed off stage - 2020 is the year my baby was born, *that* will be the dominating memory I have from this year!
-
-On that thought, I want to wish a happy new year to anyone who finds there way to this post...
\ No newline at end of file
diff --git a/_posts/2023-06-11-new-guitar.md b/_posts/2023-06-11-new-guitar.md
deleted file mode 100644
index 047ed07..0000000
--- a/_posts/2023-06-11-new-guitar.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-title: "(Re)discovering offset guitars"
-description: '(Re)discovering offset guitars was migrated from the previous website'
-category: blog
-author: rominronin
-date: "2023-06-11"
-tags: update music guitar
----
-![Landscape image of my Bullet Mustang, in sonic gray colour, the image is hanging on a wall, but has been rotated to fit the landscape format.](../../media/2023/bullet-mustang.jpeg)
-
-Shortly after releasing my album ([Bandcamp](https://breakdown.bandcamp.com), [Spotify](https://open.spotify.com/album/6gAnmY8fi5fAIW1XwG61VS)) I decided to retire my Jag-Stang as my main guitar. The guitar that served me so well, on which many of the songs on the album were written and perfected, would still hang around to play and look nice, but I wanted to take my playing and writing in a new direction and an easy way to explore and discover new music is to start using a new guitar.
-
-I'd always wanted a Mustang but couldn't afford one, so when I discovered the Bullet Mustang guitars by Squier, buying one was almost inevitable. The biggest compromise compared to an original Fender Mustang is the bridge - instead of a Dynamic Vibrato system, it has a hard tail bridge. It also improves on the Mustang design with a 3-way toggle switch, a mod which I had on my Jag-Stang (honestly, I hate the Mustang switching). I'm very happy with my new guitar, in fact the Sonic Gray model that I bought has already replaced the Jag-Stang as my main guitar when practising.
-
-But my fascination with offset guitars didn't end there. Harley Benton also have a [dirt cheap amalgamation of Mustang and Jaguar guitars](https://www.thomann.de/intl/harley_benton_ms_60_vw_ltd_edition.htm) - The MS-60 is basically a Mustang shaped guitar with a Jaguar/Jazzmaster vibrato system. I have very little experience with this vibrato system, so to satisfy my curiosity I went to a music shop and tried a bunch of Jaguars and Jazzmasters out. I found that I liked it a lot: like the Mustang vibrato system, it adds to the tone of the guitar (I should say that it alters the sound of the guitar, whether it adds or takes something away depends on how much you like the difference).
-
-But I also liked the exaggerated body shape too. The one thing I *don't* like about my new Mustang is the shape - it feels a little too pedestrian. After gigging with a Mustang for ages, Kurt Cobain's Jag-Stang design took that guitar and adjusted the shape to be more Jaguar like. Did he feel the same way, I wonder?
-
-I had been down some rabbit holes on the [https://offsetguitars.com](https://offsetguitars.com) forum looking for Jag-Stangs with improved shapes, and I was even considering commisioning someone to cut a custom shape for me to work with (yes, I was considering a DIY custom guitar), but I think the Jazzmaster shape does what I need, so I can nip that tangent in the bud.
-
-And I think the Jazzmaster is my preferred guitar, not the Jaguar; that 3 way toggle is far more useful to me than the 3 individual switches of the Jaguar, and that alone would almost be a deal breaker, but upon reflection, I think the longer scale length also has its advantages, namely a selection of compatible necks.
-
-Speaking of which, I'm diving into guitar necks too as a tangential topic. I've been asking myself what MY favourite necks are, do they share common features? What finishes, shapes and sizes fo I prefer? That's a topic for the future, I think.
-
-Any, back to Jazzmasters - I'm not saying I will 100% buy one now, nor that I will buy the MS-60 now that I know I like the Vibrato System. I'm just saying that through that entry point, I've been on a journey of discovering what it is about guitars that I, *personally*, like.
-
-Until next time.
\ No newline at end of file
diff --git a/_posts/2023-06-18-new-website.md b/_posts/2023-06-18-new-website.md
deleted file mode 100644
index 3194d19..0000000
--- a/_posts/2023-06-18-new-website.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-title: "(Re)discovering my website"
-description: '(Re)discovering my website was migrated from the previous website'
-category: blog
-author: rominronin
-date: "2023-06-18"
-tags: update website
----
-![A screenshot showing the navigation bar of the jekyll framework homepage.](../../media/2023/jekyll-framework.png)
-
-# Preamble
-Last week's guitar post came about when I rediscovered my website in a rare bout of free time. Since then I've had plenty of time to muse over why I always wanted a website but could never make one 'work'.
-
-Knowing if something has worked or not also requires me to define what that means. What do I want to achieve with a website? To me that has almost always been clear: to collect the content related to my various hobbies into one central place:
-- So people who own a Katana60 keyboard can find details on the firmware or layouts on my website.
-- And people who are interested in the various songs and albums I've produced can find a list here (similar to a portfolio).
-- I'd also like to highlight my presence on various community forums - to highlight my most popular contributions, that might have more general appeal (or otherwise).
-
-So why has that never worked? Why have I never been able to sustain a blog for more than a few months at a time? The initial answer pops instantly in my head: "I never have enough time", but to quantify that is a little more time consuming.
-
-Without diving in to the history of my life and looking for some source of blame, I can simply say that having two kids takes a lot of your time, and what free time parents-of-two have is spent recouperating from exhaustion and planning for your children.
-
-I'm trying to think in a solution oriented manner though. The last time I tried to get a blog off the ground I decided to use github pages to host it, because working with a very simple publishing method was the most important thing. I cannot be bogged down with the complexities of user interfaces, account management. To draft a new article is as simple as creating a new file and writing. Publishing it is as simple as commiting changes and pushing to git in the command line.
-
-This simplicity is vital because it means I can focus the pockets of free time on writing, which in turn should result in omore (blogging) productivity, as evidenced by a rather unplanned stream of consciousness that resulted in ([this post last week](https://rominronin.github.io/2023/06/11/new-guitar.html)).
-
-# New website
-Despite the challenges of parenting two children, my life is more settled than it has probably ever been (I'll no doubt run that thought through my mind in the coming days too). Which is partly why I feel that now is the right time to start writing things down.
-
-This site was a result of following some tutorials on static site generators, but I would also like to improve the styling and usability, so I decided to work on a new theme to replace the default 'minima' theme. I've long been interested in the [Tailwind CSS framework](https://tailwindcss.com) and it seems like a great way to get to learn it would be to use it for my own site.
-
-So I started writing a new theme, based on [this tutorial here](https://mzrn.sh/2022/04/09/starting-a-blank-jekyll-site-with-tailwind-css-in-2022/) - writing a theme will take more time than writing my thoughts in a blog post, so I expect it'll take weeks, maybe months before the theme is live. The great thing about Jekyll though is that migrating the ocntent will be super SUPER simple.
-
-Watch this space!
-
diff --git a/_posts/2023-07-01-podcasting.md b/_posts/2023-07-01-podcasting.md
deleted file mode 100644
index c5607b7..0000000
--- a/_posts/2023-07-01-podcasting.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-layout: post
-title: "Recording a podcast"
-description: 'Recording a podcast was migrated from the previous website'
-category: blog
-author: rominronin
-date: "2023-07-01"
-tags: update podcast 8th-passenger
----
-![The podcast splash screen, in twitch banner format](../../media/2023/banner.jpeg)
-
-# Eighth Passenger Podcast
-I started a podcsast on the Alien films (Ridley Scott, James Cameron etc.). My fellow co-host and I talk through the plot, highlight scenes and performances of note, themes and other related topics - we often dive deep into nerdy tangets too!
-
-Although it's an audio podcast, I've used the opportunity to film our recordings and stream them on [my twitch channel](https://twitch.tv/rominronin). I think fans of all persuasions will enjoy it.
-
-# Podcast format and ironing out the kinks
-My co-host on the podcast and I are both parents with family obligations and limited free time. From the beginning we knew we couldn't commit to anything close to a weekly schedule. But with the subject matter being what it is, we have a clear goal and a natural end point to the project - our intention is to stop when we have covered each film in the series.
-
-We've recorded over 4 hours of audio and are about half way through the second film. That should give you an idea of the pace and depth of the discussion. We're still finding our feet with the whole thing though, and episode duration is one of those things that is not yet set in stone.
-
-We are both enjoy the journey, and are taking each challenge as it comes, in our own time. As someone who has recorded and produced many songs, it surprised me how different voice recording and production is in comparison.
-
-# Release when?
-I don't think we're close to releasing yet, we still haven't settled on a recording and editing schedule, although I feel like we're homing in to a routine that works for us both. I expect we'll be able to accommodate 1-2 episodes a month.
-
-I would definitely like to release something this year, I see this as a milestone achievement (I've wanted to record a podcast for a ong time now), so I guess: keep an eye out for an announcement!
-
-Bye for now.
\ No newline at end of file
diff --git a/_posts/_hyde-side.md b/_posts/_hyde-side.md
deleted file mode 100644
index d18ce0c..0000000
--- a/_posts/_hyde-side.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: 'Hyde side'
-description: 'A short description used in previews and SEO'
-category: blog
-author: rominronin
-date: '2024-01-30 20:08'
----
-
-## Write something awesome.
diff --git a/_site/media/2023/banner.jpeg b/_site/media/2023/banner.jpeg
deleted file mode 100644
index 5d5d119..0000000
Binary files a/_site/media/2023/banner.jpeg and /dev/null differ
diff --git a/_site/media/2023/bullet-mustang.jpeg b/_site/media/2023/bullet-mustang.jpeg
deleted file mode 100644
index ebec285..0000000
Binary files a/_site/media/2023/bullet-mustang.jpeg and /dev/null differ
diff --git a/_site/media/2023/jekyll-framework.png b/_site/media/2023/jekyll-framework.png
deleted file mode 100644
index d24d400..0000000
Binary files a/_site/media/2023/jekyll-framework.png and /dev/null differ
diff --git a/_site/media/app.css b/_site/media/app.css
deleted file mode 100644
index 371bf81..0000000
--- a/_site/media/app.css
+++ /dev/null
@@ -1,2 +0,0 @@
-/*! HydeFront v3.3.2 | MIT License | https://hydephp.com*/.hyde-search-context{margin-bottom:10px}.hyde-search-results{margin-top:1.25em;max-height:60vh;overflow-y:auto}#search-status{margin-top:0}#sidebar-toggle{display:inline-block;height:2rem;position:relative;width:2rem}#sidebar-toggle span.icon-bar{background-color:#000;display:block;height:2.375px;left:5.5px;position:absolute;transition:all .3s ease-out;width:20px}#sidebar-toggle span.icon-bar:first-child{top:9px}#sidebar-toggle span.icon-bar:nth-child(2),#sidebar-toggle span.icon-bar:nth-child(3){top:15px;transform-origin:center}#sidebar-toggle span.icon-bar:last-child{top:21px}#sidebar-toggle.active span.icon-bar:first-child{opacity:0}#sidebar-toggle.active span.icon-bar:nth-child(2){transform:rotate(45deg)}#sidebar-toggle.active span.icon-bar:nth-child(3){transform:rotate(-45deg)}#sidebar-toggle.active span.icon-bar:last-child{opacity:0}.dark #sidebar-toggle span.icon-bar{background-color:#fff;height:2px}.table-of-contents{padding-bottom:.75rem}.table-of-contents>li{margin-bottom:.35rem;margin-top:.15rem}.table-of-contents ul{padding-left:.5rem}.table-of-contents a{display:block;margin-left:-2rem;opacity:.825;padding-left:2rem}.table-of-contents a:before{content:"#";font-size:75%;margin-right:4px;opacity:.5;transition:opacity .3s ease-in-out}.table-of-contents a:hover{background-color:hsla(0,0%,50%,.2);opacity:1;transition:opacity,background .3s ease-in-out}.table-of-contents a:hover:before{opacity:1}#hyde-docs .prose h1,#hyde-docs .prose h2,#hyde-docs .prose h3,#hyde-docs .prose h4,#hyde-docs .prose h5,#hyde-docs .prose h6{width:-moz-fit-content;width:fit-content}#hyde-docs .prose h1:focus .heading-permalink,#hyde-docs .prose h1:hover .heading-permalink,#hyde-docs .prose h2:focus .heading-permalink,#hyde-docs .prose h2:hover .heading-permalink,#hyde-docs .prose h3:focus .heading-permalink,#hyde-docs .prose h3:hover .heading-permalink,#hyde-docs .prose h4:focus .heading-permalink,#hyde-docs .prose h4:hover .heading-permalink,#hyde-docs .prose h5:focus .heading-permalink,#hyde-docs .prose h5:hover .heading-permalink,#hyde-docs .prose h6:focus .heading-permalink,#hyde-docs .prose h6:hover .heading-permalink{filter:grayscale(100%);opacity:.75;transition:opacity .1s ease-out}#hyde-docs .prose h1 .heading-permalink,#hyde-docs .prose h2 .heading-permalink,#hyde-docs .prose h3 .heading-permalink,#hyde-docs .prose h4 .heading-permalink,#hyde-docs .prose h5 .heading-permalink,#hyde-docs .prose h6 .heading-permalink{margin-left:.25rem;opacity:0;padding:0 .25rem;scroll-margin:1rem;transition:opacity .3s ease}#hyde-docs .prose h1 .heading-permalink:focus,#hyde-docs .prose h1 .heading-permalink:hover,#hyde-docs .prose h2 .heading-permalink:focus,#hyde-docs .prose h2 .heading-permalink:hover,#hyde-docs .prose h3 .heading-permalink:focus,#hyde-docs .prose h3 .heading-permalink:hover,#hyde-docs .prose h4 .heading-permalink:focus,#hyde-docs .prose h4 .heading-permalink:hover,#hyde-docs .prose h5 .heading-permalink:focus,#hyde-docs .prose h5 .heading-permalink:hover,#hyde-docs .prose h6 .heading-permalink:focus,#hyde-docs .prose h6 .heading-permalink:hover{filter:unset;opacity:1}html{scroll-behavior:smooth}.torchlight-enabled pre{border-radius:.25rem;margin-bottom:1rem;margin-top:1rem;overflow-x:auto;padding:0}.torchlight-enabled pre code.torchlight{display:block;min-width:-moz-max-content;min-width:max-content;padding-bottom:1rem;padding-top:1rem}.torchlight-enabled pre code.torchlight .line{padding-left:1rem;padding-right:1rem}.torchlight-enabled pre code.torchlight .line-number,.torchlight-enabled pre code.torchlight .summary-caret{margin-right:1rem}.prose blockquote.info{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.prose blockquote.success{--tw-border-opacity:1;border-color:rgb(34 197 94/var(--tw-border-opacity))}.prose blockquote.warning{--tw-border-opacity:1;border-color:rgb(245 158 11/var(--tw-border-opacity))}.prose blockquote.danger{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}code{display:inline-block;max-width:80vw;overflow-x:auto;vertical-align:top;word-break:break-all}pre code{display:block;max-width:unset}pre>code>.filepath{float:right;opacity:.5;position:relative;right:.25rem;top:-.25rem;transition:opacity .25s}pre>code>.filepath:hover{opacity:1}.torchlight-enabled pre>code>.filepath{right:1rem}@media screen and (max-width:767px){pre>code>.filepath{display:none}}@media screen and (min-width:768px){[x-cloak].x-uncloak-md{display:revert!important}}
-/*! tailwindcss v3.1.0 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:96ch}.prose :where([class~=lead]):not(:where([class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose] *)){color:#5956eb;font-weight:500;text-decoration:none}.prose :where(a):not(:where([class~=not-prose] *)):hover{color:#4f46e5}.prose :where(strong):not(:where([class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(ol):not(:where([class~=not-prose] *)){list-style-type:decimal;padding-left:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose] *)){list-style-type:disc;padding-left:1.625em}.prose :where(ol>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(hr):not(:where([class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose] *)){background-color:#80808020;border-left-color:#d1d5db;border-left-width:.25rem;color:unset;font-style:unset;font-weight:500;line-height:1.25em;margin-bottom:1em;margin-top:1em;padding-bottom:.25em;padding-left:.75em;padding-top:.25em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote):not(:where([class~=not-prose] *)) p{margin-bottom:.25em;margin-top:.25em;padding-right:.25em}.prose :where(blockquote):not(:where([class~=not-prose] *)) p:before{content:unset}.prose :where(blockquote):not(:where([class~=not-prose] *)) p:after{content:unset}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose] *)){font-weight:900}.prose :where(h2):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:.75em;margin-top:1.5em}.prose :where(h2 strong):not(:where([class~=not-prose] *)){font-weight:800}.prose :where(h3):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(h4):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose] *)){font-weight:700}.prose :where(figure>*):not(:where([class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose :where(code):not(:where([class~=not-prose] *)){background-color:#80808033;border-radius:4px;color:var(--tw-prose-code);font-size:.875em;font-weight:600;font:unset;margin-left:-2px;margin-right:1px;padding-left:4px;padding-right:4px}.prose :where(code):not(:where([class~=not-prose] *)):before{content:unset}.prose :where(code):not(:where([class~=not-prose] *)):after{content:unset}.prose :where(a code):not(:where([class~=not-prose] *)){color:var(--tw-prose-links)}.prose :where(pre):not(:where([class~=not-prose] *)){background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose :where(pre):not(:where([class~=not-prose] *)) code{font-family:Fira Code Regular,Consolas,Monospace,Courier New}.prose :where(pre code):not(:where([class~=not-prose] *)){background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose :where(thead):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose] *)){padding:.5714286em;vertical-align:baseline}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.5em}.prose :where(p):not(:where([class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(img):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(figure):not(:where([class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(h2 code):not(:where([class~=not-prose] *)){font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose] *)){font-size:.9em}.prose :where(li):not(:where([class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.375em}.prose>:where(ul>li p):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose>:where(ul>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ul>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose>:where(ol>li>:first-child):not(:where([class~=not-prose] *)){margin-top:1.25em}.prose>:where(ol>li>:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose :where(tbody td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.prose :where(tbody td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.prose>:where(:first-child):not(:where([class~=not-prose] *)){margin-top:0}.prose>:where(:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.left-80{left:20rem}.left-0{left:0}.right-0{right:0}.top-auto{top:auto}.top-16{top:4rem}.top-0{top:0}.right-4{right:1rem}.top-4{top:1rem}.bottom-4{bottom:1rem}.-left-64{left:-16rem}.bottom-0{bottom:0}.z-50{z-index:50}.z-40{z-index:40}.z-10{z-index:10}.z-30{z-index:30}.float-right{float:right}.float-left{float:left}.m-8{margin:2rem}.m-2{margin:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.mx-0{margin-left:0;margin-right:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-auto{margin-bottom:auto;margin-top:auto}.mx-3{margin-left:.75rem;margin-right:.75rem}.my-1{margin-bottom:.25rem;margin-top:.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mb-8{margin-bottom:2rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.mt-4{margin-top:1rem}.mt-auto{margin-top:auto}.mt-3{margin-top:.75rem}.mr-1{margin-right:.25rem}.mr-4{margin-right:1rem}.mb-3{margin-bottom:.75rem}.-mb-2{margin-bottom:-.5rem}.-ml-4{margin-left:-1rem}.-ml-8{margin-left:-2rem}.-ml-2{margin-left:-.5rem}.ml-4{margin-left:1rem}.mb-2{margin-bottom:.5rem}.-ml-6{margin-left:-1.5rem}.mb-0{margin-bottom:0}.block{display:block}.inline{display:inline}.flex{display:flex}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-auto{height:auto}.h-6{height:1.5rem}.h-16{height:4rem}.h-8{height:2rem}.h-screen{height:100vh}.h-0{height:0}.h-full{height:100%}.h-5{height:1.25rem}.max-h-\[75vh\]{max-height:75vh}.min-h-screen{min-height:100vh}.min-h-\[calc\(100vh_-_4rem\)\]{min-height:calc(100vh - 4rem)}.min-h-\[300px\]{min-height:300px}.w-1{width:.25rem}.w-full{width:100%}.w-16{width:4rem}.w-fit{width:-moz-fit-content;width:fit-content}.w-screen{width:100vw}.w-6{width:1.5rem}.w-\[70ch\]{width:70ch}.w-64{width:16rem}.w-5{width:1.25rem}.max-w-sm{max-width:24rem}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-3xl{max-width:48rem}.max-w-xs{max-width:20rem}.max-w-\[1000px\]{max-width:1000px}.max-w-full{max-width:100%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-auto{cursor:auto}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.overflow-auto{overflow:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-bottom-width:1px}.border-t,.border-y{border-top-width:1px}.border-b-4{border-bottom-width:4px}.border-b{border-bottom-width:1px}.border-l-\[0\.325rem\]{border-left-width:.325rem}.border-l-4{border-left-width:4px}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(89 86 235/var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-black\/5{background-color:rgba(0,0,0,.05)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-black{fill:#000}.p-4{padding:1rem}.p-12{padding:3rem}.p-2{padding:.5rem}.py-0{padding-bottom:0;padding-top:0}.py-4{padding-bottom:1rem;padding-top:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-0{padding-left:0;padding-right:0}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-32{padding-bottom:8rem;padding-top:8rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-12{padding-bottom:3rem;padding-top:3rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-24{padding-bottom:6rem;padding-top:6rem}.pb-12{padding-bottom:3rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pl-2{padding-left:.5rem}.pl-5{padding-left:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-5xl{font-size:3rem;line-height:1}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[90\%\]{font-size:90%}.text-base{font-size:1rem;line-height:1.5rem}.font-black{font-weight:900}.font-light{font-weight:300}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-normal{line-height:1.5}.leading-10{line-height:2.5rem}.leading-relaxed{line-height:1.625}.leading-8{line-height:2rem}.leading-4{line-height:1rem}.tracking-wide{letter-spacing:.025em}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.text-transparent{color:transparent}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity:1;color:rgb(89 86 235/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity))}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-75{opacity:.75}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px rgba(0,0,0,.15));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}[x-cloak]{display:none!important}.hover\:bg-black\/10:hover{background-color:rgba(0,0,0,.1)}.hover\:bg-black\/5:hover{background-color:rgba(0,0,0,.05)}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:not-sr-only:focus{clip:auto;height:auto;margin:0;overflow:visible;padding:0;position:static;white-space:normal;width:auto}.focus\:absolute:focus{position:absolute}.focus\:mx-auto:focus{margin-left:auto;margin-right:auto}.focus\:mt-2:focus{margin-top:.5rem}.focus\:w-64:focus{width:16rem}.focus\:p-2:focus{padding:.5rem}.group:hover .group-hover\:opacity-100{opacity:1}.prose-h1\:mb-3 :is(:where(h1):not(:where([class~=not-prose] *))){margin-bottom:.75rem}.prose-p\:my-3 :is(:where(p):not(:where([class~=not-prose] *))){margin-bottom:.75rem;margin-top:.75rem}.prose-img\:inline :is(:where(img):not(:where([class~=not-prose] *))){display:inline}.dark .dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark .dark\:prose-invert :where(a):not(:where([class~=not-prose] *)){color:#818cf8}.dark .dark\:prose-invert :where(a):not(:where([class~=not-prose] *)):hover{color:#6366f1}.dark .dark\:block{display:block}.dark .dark\:hidden{display:none}.dark .dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark .dark\:border-\[\#1b2533\]{--tw-border-opacity:1;border-color:rgb(27 37 51/var(--tw-border-opacity))}.dark .dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark .dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.dark .dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark .dark\:bg-black\/10{background-color:rgba(0,0,0,.1)}.dark .dark\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.dark .dark\:fill-gray-200{fill:#e5e7eb}.dark .dark\:fill-white{fill:#fff}.dark .dark\:font-medium{font-weight:500}.dark .dark\:text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity))}.dark .dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.dark .dark\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity))}.dark .dark\:text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity))}.dark .dark\:hover\:bg-black\/10:hover{background-color:rgba(0,0,0,.1)}.dark .dark\:hover\:text-white:hover,.dark .group:hover .dark\:group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}@media (min-width:640px){.sm\:mb-0{margin-bottom:0}.sm\:mt-4{margin-top:1rem}.sm\:flex{display:flex}.sm\:leading-none{line-height:1}.sm\:shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:768px){.md\:visible{visibility:visible}.md\:top-0{top:0}.md\:left-64{left:16rem}.md\:left-0{left:0}.md\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:my-0{margin-bottom:0;margin-top:0}.md\:mt-8{margin-top:2rem}.md\:mb-12{margin-bottom:3rem}.md\:mt-0{margin-top:0}.md\:ml-0{margin-left:0}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:min-h-screen{min-height:100vh}.md\:w-1\/2{width:50%}.md\:w-\[calc\(100vw_-_16rem\)\]{width:calc(100vw - 16rem)}.md\:w-auto{width:auto}.md\:max-w-none{max-width:none}.md\:max-w-2xl{max-width:42rem}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:items-center{align-items:center}.md\:border-none{border-style:none}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.md\:bg-transparent{background-color:transparent}.md\:bg-left{background-position:0}.md\:py-0{padding-bottom:0;padding-top:0}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:py-16{padding-bottom:4rem;padding-top:4rem}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:text-center{text-align:center}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark .dark\:md\:bg-transparent{background-color:transparent}}@media (min-width:1024px){.lg\:mb-12{margin-bottom:3rem}.lg\:ml-8{margin-left:2rem}.lg\:bg-center{background-position:50%}.lg\:text-7xl{font-size:4.5rem;line-height:1}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1280px){.xl\:mb-16{margin-bottom:4rem}}
diff --git a/_site/sitemap.xml b/_site/sitemap.xml
deleted file mode 100644
index 1e57f36..0000000
--- a/_site/sitemap.xml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-../4042023-12-11T09:58:36+00:00daily0.5../2024-01-30T20:24:51+00:00daily1../about2024-01-31T14:41:34+00:00daily0.9../posts/2020-12-29-my-first-jekyll-post2024-01-31T14:47:24+00:00daily0.75../posts/2020-12-30-just-another-update2024-01-31T14:47:24+00:00daily0.75../posts/2021-01-01-nappy-new-year2024-01-31T14:47:24+00:00daily0.75../posts/2023-06-11-new-guitar2024-01-31T14:47:24+00:00daily0.75../posts/2023-06-18-new-website2024-01-31T14:47:24+00:00daily0.75../posts/2023-07-01-podcasting2024-01-31T14:47:24+00:00daily0.75../docs/2024-01-30T21:02:52+00:00daily0.9../docs/introduction2024-01-30T21:02:10+00:00daily0.9../docs/katana60-pro2024-01-30T21:02:21+00:00daily0.9../docs/katana602024-01-30T21:02:17+00:00daily0.9../docs/tsuka60-pro2024-01-30T21:02:24+00:00daily0.9
diff --git a/_site/about.html b/about.html
similarity index 100%
rename from _site/about.html
rename to about.html
diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php
deleted file mode 100644
index 452e6b6..0000000
--- a/app/Providers/AppServiceProvider.php
+++ /dev/null
@@ -1,24 +0,0 @@
-singleton(
- Illuminate\Contracts\Console\Kernel::class,
- \Hyde\Foundation\ConsoleKernel::class
-);
-
-$app->singleton(
- Illuminate\Contracts\Debug\ExceptionHandler::class,
- Illuminate\Foundation\Exceptions\Handler::class
-);
-
-/*
-|--------------------------------------------------------------------------
-| Set Important Hyde Configurations
-|--------------------------------------------------------------------------
-|
-| Now, we create a new instance of the HydeKernel, which encapsulates
-| our Hyde project and provides helpful methods for interacting with it.
-| Then, we bind the kernel into the application service container.
-|
-*/
-
-$hyde = new \Hyde\Foundation\HydeKernel(
- dirname(__DIR__)
-);
-
-$app->singleton(
- \Hyde\Foundation\HydeKernel::class, function (): \Hyde\Foundation\HydeKernel {
- return \Hyde\Foundation\HydeKernel::getInstance();
- }
-);
-
-\Hyde\Foundation\HydeKernel::setInstance($hyde);
-
-/*
-|--------------------------------------------------------------------------
-| Return The Application
-|--------------------------------------------------------------------------
-|
-| This script returns the application instance. The instance is given to
-| the calling script so we can separate the building of the instances
-| from the actual running of the application and sending responses.
-|
-*/
-
-return $app;
diff --git a/app/config.php b/app/config.php
deleted file mode 100644
index 9af0e0c..0000000
--- a/app/config.php
+++ /dev/null
@@ -1,109 +0,0 @@
- 'HydePHP',
-
- /*
- |--------------------------------------------------------------------------
- | Application Version
- |--------------------------------------------------------------------------
- |
- | This value determines the "version" your application is currently running
- | in. You may want to follow the "Semantic Versioning" - Given a version
- | number MAJOR.MINOR.PATCH when an update happens: https://semver.org.
- |
- */
-
- 'version' => Hyde\Hyde::version(),
-
- /*
- |--------------------------------------------------------------------------
- | Application Environment
- |--------------------------------------------------------------------------
- |
- | This value determines the "environment" your application is currently
- | running in. This may determine how you prefer to configure various
- | services the application utilizes. This can be overridden using
- | the global command line "--env" option when calling commands.
- |
- | When using Hyde this setting should always be set to `production`.
- | However, when developing the Hyde Core, set it to `development`
- | in your .env to unlock the development commands.
- |
- */
-
- 'env' => env('ENV', 'production'),
-
- /*
- |--------------------------------------------------------------------------
- | Autoloaded Service Providers
- |--------------------------------------------------------------------------
- |
- | The service providers listed here will be automatically loaded on the
- | request to your application. Feel free to add your own services to
- | this array to grant expanded functionality to your applications.
- |
- */
-
- 'providers' => [
- App\Providers\AppServiceProvider::class,
- Hyde\Foundation\Providers\ConfigurationServiceProvider::class,
- Hyde\Framework\HydeServiceProvider::class,
- Hyde\Foundation\Providers\ViewServiceProvider::class,
- Hyde\Console\ConsoleServiceProvider::class,
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Class Aliases
- |--------------------------------------------------------------------------
- |
- | This array of class aliases will be registered when this application
- | is started. However, feel free to register as many as you wish as
- | the aliases are "lazy" loaded so they don't hinder performance.
- |
- */
-
- 'aliases' => [
- 'Hyde' => Hyde\Hyde::class,
- 'Site' => \Hyde\Facades\Site::class,
- 'Meta' => \Hyde\Facades\Meta::class,
- 'Asset' => \Hyde\Facades\Asset::class,
- 'Author' => \Hyde\Facades\Author::class,
- 'Features' => \Hyde\Facades\Features::class,
- 'Config' => \Hyde\Facades\Config::class,
- 'Filesystem' => \Hyde\Facades\Filesystem::class,
- 'Routes' => \Hyde\Foundation\Facades\Routes::class,
- 'HtmlPage' => \Hyde\Pages\HtmlPage::class,
- 'BladePage' => \Hyde\Pages\BladePage::class,
- 'MarkdownPage' => \Hyde\Pages\MarkdownPage::class,
- 'MarkdownPost' => \Hyde\Pages\MarkdownPost::class,
- 'DocumentationPage' => \Hyde\Pages\DocumentationPage::class,
- 'DataCollections' => \Hyde\Support\DataCollections::class,
- 'Includes' => \Hyde\Support\Includes::class,
- ],
-
-];
diff --git a/app/storage/app/.gitignore b/app/storage/app/.gitignore
deleted file mode 100644
index c96a04f..0000000
--- a/app/storage/app/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/app/storage/framework/cache/.gitignore b/app/storage/framework/cache/.gitignore
deleted file mode 100644
index 869804c..0000000
--- a/app/storage/framework/cache/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*
-!data/
-!.gitignore
\ No newline at end of file
diff --git a/app/storage/framework/cache/data/.gitignore b/app/storage/framework/cache/data/.gitignore
deleted file mode 100644
index c96a04f..0000000
--- a/app/storage/framework/cache/data/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/app/storage/framework/views/.gitignore b/app/storage/framework/views/.gitignore
deleted file mode 100644
index c96a04f..0000000
--- a/app/storage/framework/views/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
diff --git a/composer.json b/composer.json
deleted file mode 100644
index 9d7bdc8..0000000
--- a/composer.json
+++ /dev/null
@@ -1,63 +0,0 @@
-{
- "name": "hyde/hyde",
- "description": "Static Site Generator to rapidly create Blogs, Documentation Sites, and more, using Markdown and Blade.",
- "keywords": [
- "framework",
- "hyde",
- "hyde framework",
- "hydephp",
- "static site generator",
- "static site framework",
- "ssg"
- ],
- "homepage": "https://hydephp.com",
- "type": "project",
- "license": "MIT",
- "support": {
- "issues": "https://github.com/hydephp/hyde/issues",
- "source": "https://github.com/hydephp/hyde"
- },
- "authors": [
- {
- "name": "Caen De Silva",
- "email": "caen@desilva.se"
- }
- ],
- "require": {
- "php": "^8.1",
- "hyde/framework": "^1.4",
- "laravel-zero/framework": "^10.0"
- },
- "require-dev": {
- "hyde/realtime-compiler": "^3.2"
- },
- "autoload": {
- "psr-4": {
- "App\\": "app/"
- }
- },
- "autoload-dev": {
- "psr-4": {
- "Hyde\\Testing\\": "tests/"
- }
- },
- "scripts": {
- "post-autoload-dump": [
- "@php -r \"@unlink('./app/storage/framework/cache/packages.php');\"",
- "@php hyde package:discover --ansi"
- ]
- },
- "config": {
- "preferred-install": "dist",
- "sort-packages": true,
- "optimize-autoloader": true,
- "allow-plugins": {
- "pestphp/pest-plugin": true
- }
- },
- "minimum-stability": "dev",
- "prefer-stable": true,
- "bin": [
- "hyde"
- ]
-}
diff --git a/composer.lock b/composer.lock
deleted file mode 100644
index cb500ec..0000000
--- a/composer.lock
+++ /dev/null
@@ -1,6548 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
- "This file is @generated automatically"
- ],
- "content-hash": "9e13df3dc1555ed0a0fe0d02428986e8",
- "packages": [
- {
- "name": "brick/math",
- "version": "0.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/brick/math.git",
- "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
- "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
- "shasum": ""
- },
- "require": {
- "php": "^8.0"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.2",
- "phpunit/phpunit": "^9.0",
- "vimeo/psalm": "5.0.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Brick\\Math\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "Arbitrary-precision arithmetic library",
- "keywords": [
- "Arbitrary-precision",
- "BigInteger",
- "BigRational",
- "arithmetic",
- "bigdecimal",
- "bignum",
- "brick",
- "math"
- ],
- "support": {
- "issues": "https://github.com/brick/math/issues",
- "source": "https://github.com/brick/math/tree/0.11.0"
- },
- "funding": [
- {
- "url": "https://github.com/BenMorel",
- "type": "github"
- }
- ],
- "time": "2023-01-15T23:15:59+00:00"
- },
- {
- "name": "carbonphp/carbon-doctrine-types",
- "version": "3.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
- "reference": "a31d3358a2a5d6ae947df1691d1f321418a5f3d5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/a31d3358a2a5d6ae947df1691d1f321418a5f3d5",
- "reference": "a31d3358a2a5d6ae947df1691d1f321418a5f3d5",
- "shasum": ""
- },
- "require": {
- "php": "^8.1"
- },
- "conflict": {
- "doctrine/dbal": "<4.0.0 || >=5.0.0"
- },
- "require-dev": {
- "doctrine/dbal": "^4.0.0",
- "nesbot/carbon": "^2.71.0 || ^3.0.0",
- "phpunit/phpunit": "^10.3"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "KyleKatarn",
- "email": "kylekatarnls@gmail.com"
- }
- ],
- "description": "Types to use Carbon in Doctrine",
- "keywords": [
- "carbon",
- "date",
- "datetime",
- "doctrine",
- "time"
- ],
- "support": {
- "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
- "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.1.0"
- },
- "funding": [
- {
- "url": "https://github.com/kylekatarnls",
- "type": "github"
- },
- {
- "url": "https://opencollective.com/Carbon",
- "type": "open_collective"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-10T15:33:53+00:00"
- },
- {
- "name": "dflydev/dot-access-data",
- "version": "v3.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
- "reference": "f41715465d65213d644d3141a6a93081be5d3549"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
- "reference": "f41715465d65213d644d3141a6a93081be5d3549",
- "shasum": ""
- },
- "require": {
- "php": "^7.1 || ^8.0"
- },
- "require-dev": {
- "phpstan/phpstan": "^0.12.42",
- "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
- "scrutinizer/ocular": "1.6.0",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Dflydev\\DotAccessData\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Dragonfly Development Inc.",
- "email": "info@dflydev.com",
- "homepage": "http://dflydev.com"
- },
- {
- "name": "Beau Simensen",
- "email": "beau@dflydev.com",
- "homepage": "http://beausimensen.com"
- },
- {
- "name": "Carlos Frutos",
- "email": "carlos@kiwing.it",
- "homepage": "https://github.com/cfrutos"
- },
- {
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com"
- }
- ],
- "description": "Given a deep data structure, access data by dot notation.",
- "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
- "keywords": [
- "access",
- "data",
- "dot",
- "notation"
- ],
- "support": {
- "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
- "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
- },
- "time": "2022-10-27T11:44:00+00:00"
- },
- {
- "name": "doctrine/inflector",
- "version": "2.0.9",
- "source": {
- "type": "git",
- "url": "https://github.com/doctrine/inflector.git",
- "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65",
- "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "require-dev": {
- "doctrine/coding-standard": "^11.0",
- "phpstan/phpstan": "^1.8",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpstan/phpstan-strict-rules": "^1.3",
- "phpunit/phpunit": "^8.5 || ^9.5",
- "vimeo/psalm": "^4.25 || ^5.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Guilherme Blanco",
- "email": "guilhermeblanco@gmail.com"
- },
- {
- "name": "Roman Borschel",
- "email": "roman@code-factory.org"
- },
- {
- "name": "Benjamin Eberlei",
- "email": "kontakt@beberlei.de"
- },
- {
- "name": "Jonathan Wage",
- "email": "jonwage@gmail.com"
- },
- {
- "name": "Johannes Schmitt",
- "email": "schmittjoh@gmail.com"
- }
- ],
- "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
- "homepage": "https://www.doctrine-project.org/projects/inflector.html",
- "keywords": [
- "inflection",
- "inflector",
- "lowercase",
- "manipulation",
- "php",
- "plural",
- "singular",
- "strings",
- "uppercase",
- "words"
- ],
- "support": {
- "issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.9"
- },
- "funding": [
- {
- "url": "https://www.doctrine-project.org/sponsorship.html",
- "type": "custom"
- },
- {
- "url": "https://www.patreon.com/phpdoctrine",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
- "type": "tidelift"
- }
- ],
- "time": "2024-01-15T18:05:13+00:00"
- },
- {
- "name": "dragonmantank/cron-expression",
- "version": "v3.3.3",
- "source": {
- "type": "git",
- "url": "https://github.com/dragonmantank/cron-expression.git",
- "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
- "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
- "shasum": ""
- },
- "require": {
- "php": "^7.2|^8.0",
- "webmozart/assert": "^1.0"
- },
- "replace": {
- "mtdowling/cron-expression": "^1.0"
- },
- "require-dev": {
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^1.0",
- "phpstan/phpstan-webmozart-assert": "^1.0",
- "phpunit/phpunit": "^7.0|^8.0|^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Cron\\": "src/Cron/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Chris Tankersley",
- "email": "chris@ctankersley.com",
- "homepage": "https://github.com/dragonmantank"
- }
- ],
- "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
- "keywords": [
- "cron",
- "schedule"
- ],
- "support": {
- "issues": "https://github.com/dragonmantank/cron-expression/issues",
- "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
- },
- "funding": [
- {
- "url": "https://github.com/dragonmantank",
- "type": "github"
- }
- ],
- "time": "2023-08-10T19:36:49+00:00"
- },
- {
- "name": "filp/whoops",
- "version": "2.15.4",
- "source": {
- "type": "git",
- "url": "https://github.com/filp/whoops.git",
- "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
- "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
- "shasum": ""
- },
- "require": {
- "php": "^5.5.9 || ^7.0 || ^8.0",
- "psr/log": "^1.0.1 || ^2.0 || ^3.0"
- },
- "require-dev": {
- "mockery/mockery": "^0.9 || ^1.0",
- "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
- "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
- },
- "suggest": {
- "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
- "whoops/soap": "Formats errors as SOAP responses"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.7-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Whoops\\": "src/Whoops/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Filipe Dobreira",
- "homepage": "https://github.com/filp",
- "role": "Developer"
- }
- ],
- "description": "php error handling for cool kids",
- "homepage": "https://filp.github.io/whoops/",
- "keywords": [
- "error",
- "exception",
- "handling",
- "library",
- "throwable",
- "whoops"
- ],
- "support": {
- "issues": "https://github.com/filp/whoops/issues",
- "source": "https://github.com/filp/whoops/tree/2.15.4"
- },
- "funding": [
- {
- "url": "https://github.com/denis-sokolov",
- "type": "github"
- }
- ],
- "time": "2023-11-03T12:00:00+00:00"
- },
- {
- "name": "fruitcake/php-cors",
- "version": "v1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/fruitcake/php-cors.git",
- "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
- "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
- "shasum": ""
- },
- "require": {
- "php": "^7.4|^8.0",
- "symfony/http-foundation": "^4.4|^5.4|^6|^7"
- },
- "require-dev": {
- "phpstan/phpstan": "^1.4",
- "phpunit/phpunit": "^9",
- "squizlabs/php_codesniffer": "^3.5"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Fruitcake\\Cors\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Fruitcake",
- "homepage": "https://fruitcake.nl"
- },
- {
- "name": "Barryvdh",
- "email": "barryvdh@gmail.com"
- }
- ],
- "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
- "homepage": "https://github.com/fruitcake/php-cors",
- "keywords": [
- "cors",
- "laravel",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/fruitcake/php-cors/issues",
- "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
- },
- "funding": [
- {
- "url": "https://fruitcake.nl",
- "type": "custom"
- },
- {
- "url": "https://github.com/barryvdh",
- "type": "github"
- }
- ],
- "time": "2023-10-12T05:21:21+00:00"
- },
- {
- "name": "graham-campbell/result-type",
- "version": "v1.1.2",
- "source": {
- "type": "git",
- "url": "https://github.com/GrahamCampbell/Result-Type.git",
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
- "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "GrahamCampbell\\ResultType\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- }
- ],
- "description": "An Implementation Of The Result Type",
- "keywords": [
- "Graham Campbell",
- "GrahamCampbell",
- "Result Type",
- "Result-Type",
- "result"
- ],
- "support": {
- "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
- "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
- "type": "tidelift"
- }
- ],
- "time": "2023-11-12T22:16:48+00:00"
- },
- {
- "name": "guzzlehttp/guzzle",
- "version": "7.8.1",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/guzzle.git",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
- "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
- "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
- "php": "^7.2.5 || ^8.0",
- "psr/http-client": "^1.0",
- "symfony/deprecation-contracts": "^2.2 || ^3.0"
- },
- "provide": {
- "psr/http-client-implementation": "1.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "ext-curl": "*",
- "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
- "php-http/message-factory": "^1.1",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15",
- "psr/log": "^1.1 || ^2.0 || ^3.0"
- },
- "suggest": {
- "ext-curl": "Required for CURL handler support",
- "ext-intl": "Required for Internationalized Domain Name (IDN) support",
- "psr/log": "Required for using the Log middleware"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": false
- }
- },
- "autoload": {
- "files": [
- "src/functions_include.php"
- ],
- "psr-4": {
- "GuzzleHttp\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Jeremy Lindblom",
- "email": "jeremeamia@gmail.com",
- "homepage": "https://github.com/jeremeamia"
- },
- {
- "name": "George Mponos",
- "email": "gmponos@gmail.com",
- "homepage": "https://github.com/gmponos"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- },
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com",
- "homepage": "https://github.com/sagikazarmark"
- },
- {
- "name": "Tobias Schultze",
- "email": "webmaster@tubo-world.de",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "Guzzle is a PHP HTTP client library",
- "keywords": [
- "client",
- "curl",
- "framework",
- "http",
- "http client",
- "psr-18",
- "psr-7",
- "rest",
- "web service"
- ],
- "support": {
- "issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-03T20:35:24+00:00"
- },
- {
- "name": "guzzlehttp/promises",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/promises.git",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
- "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": false
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Promise\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- },
- {
- "name": "Tobias Schultze",
- "email": "webmaster@tubo-world.de",
- "homepage": "https://github.com/Tobion"
- }
- ],
- "description": "Guzzle promises library",
- "keywords": [
- "promise"
- ],
- "support": {
- "issues": "https://github.com/guzzle/promises/issues",
- "source": "https://github.com/guzzle/promises/tree/2.0.2"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-03T20:19:20+00:00"
- },
- {
- "name": "guzzlehttp/psr7",
- "version": "2.6.2",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/psr7.git",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
- "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0",
- "psr/http-factory": "^1.0",
- "psr/http-message": "^1.1 || ^2.0",
- "ralouphie/getallheaders": "^3.0"
- },
- "provide": {
- "psr/http-factory-implementation": "1.0",
- "psr/http-message-implementation": "1.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15"
- },
- "suggest": {
- "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": false
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\Psr7\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "George Mponos",
- "email": "gmponos@gmail.com",
- "homepage": "https://github.com/gmponos"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- },
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com",
- "homepage": "https://github.com/sagikazarmark"
- },
- {
- "name": "Tobias Schultze",
- "email": "webmaster@tubo-world.de",
- "homepage": "https://github.com/Tobion"
- },
- {
- "name": "Márk Sági-Kazár",
- "email": "mark.sagikazar@gmail.com",
- "homepage": "https://sagikazarmark.hu"
- }
- ],
- "description": "PSR-7 message implementation that also provides common utility methods",
- "keywords": [
- "http",
- "message",
- "psr-7",
- "request",
- "response",
- "stream",
- "uri",
- "url"
- ],
- "support": {
- "issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.6.2"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-03T20:05:35+00:00"
- },
- {
- "name": "guzzlehttp/uri-template",
- "version": "v1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/guzzle/uri-template.git",
- "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
- "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0",
- "symfony/polyfill-php80": "^1.24"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.36 || ^9.6.15",
- "uri-template/tests": "1.0.0"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": false
- }
- },
- "autoload": {
- "psr-4": {
- "GuzzleHttp\\UriTemplate\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Michael Dowling",
- "email": "mtdowling@gmail.com",
- "homepage": "https://github.com/mtdowling"
- },
- {
- "name": "George Mponos",
- "email": "gmponos@gmail.com",
- "homepage": "https://github.com/gmponos"
- },
- {
- "name": "Tobias Nyholm",
- "email": "tobias.nyholm@gmail.com",
- "homepage": "https://github.com/Nyholm"
- }
- ],
- "description": "A polyfill class for uri_template of PHP",
- "keywords": [
- "guzzlehttp",
- "uri-template"
- ],
- "support": {
- "issues": "https://github.com/guzzle/uri-template/issues",
- "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://github.com/Nyholm",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-03T19:50:20+00:00"
- },
- {
- "name": "hyde/framework",
- "version": "v1.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/hydephp/framework.git",
- "reference": "3a422ea2ad4809c7f0e1e2dda3ab1afe9b7d281c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hydephp/framework/zipball/3a422ea2ad4809c7f0e1e2dda3ab1afe9b7d281c",
- "reference": "3a422ea2ad4809c7f0e1e2dda3ab1afe9b7d281c",
- "shasum": ""
- },
- "require": {
- "illuminate/support": "^10.0",
- "illuminate/view": "^10.0",
- "league/commonmark": "^2.2",
- "php": "^8.1",
- "spatie/yaml-front-matter": "^2.0.7",
- "symfony/yaml": "^6.0",
- "torchlight/torchlight-commonmark": "^0.5.5"
- },
- "suggest": {
- "ext-simplexml": "Required to generate sitemaps and RSS feeds.",
- "hyde/hyde": "The Framework package contains the Hyde Core. To create your site you should use the Hyde/Hyde project.",
- "laravel-zero/framework": "^10.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/helpers.php"
- ],
- "psr-4": {
- "Hyde\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Caen De Silva",
- "email": "caen@desilva.se"
- }
- ],
- "description": "The HydePHP Framework",
- "support": {
- "issues": "https://github.com/hydephp/framework/issues",
- "source": "https://github.com/hydephp/framework/tree/v1.4.2"
- },
- "funding": [
- {
- "url": "https://www.buymeacoffee.com/caen",
- "type": "custom"
- }
- ],
- "time": "2023-12-22T16:52:21+00:00"
- },
- {
- "name": "illuminate/bus",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/bus.git",
- "reference": "a183e52039cc4f54d712ea8639d99544fcd0d593"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/bus/zipball/a183e52039cc4f54d712ea8639d99544fcd0d593",
- "reference": "a183e52039cc4f54d712ea8639d99544fcd0d593",
- "shasum": ""
- },
- "require": {
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/pipeline": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "suggest": {
- "illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Bus\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Bus package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-11T20:33:23+00:00"
- },
- {
- "name": "illuminate/cache",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/cache.git",
- "reference": "144739bd3e7631a465c8adbfb3361d37b9e79d23"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/cache/zipball/144739bd3e7631a465c8adbfb3361d37b9e79d23",
- "reference": "144739bd3e7631a465c8adbfb3361d37b9e79d23",
- "shasum": ""
- },
- "require": {
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "provide": {
- "psr/simple-cache-implementation": "1.0|2.0|3.0"
- },
- "suggest": {
- "ext-apcu": "Required to use the APC cache driver.",
- "ext-filter": "Required to use the DynamoDb cache driver.",
- "ext-memcached": "Required to use the memcache cache driver.",
- "illuminate/database": "Required to use the database cache driver (^10.0).",
- "illuminate/filesystem": "Required to use the file cache driver (^10.0).",
- "illuminate/redis": "Required to use the redis cache driver (^10.0).",
- "symfony/cache": "Required to use PSR-6 cache bridge (^6.2)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Cache\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Cache package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-30T15:48:38+00:00"
- },
- {
- "name": "illuminate/collections",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/collections.git",
- "reference": "221c1ee944cb20ed807a8a5e8668552d6ca736ff"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/collections/zipball/221c1ee944cb20ed807a8a5e8668552d6ca736ff",
- "reference": "221c1ee944cb20ed807a8a5e8668552d6ca736ff",
- "shasum": ""
- },
- "require": {
- "illuminate/conditionable": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "php": "^8.1"
- },
- "suggest": {
- "symfony/var-dumper": "Required to use the dump method (^6.2)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "files": [
- "helpers.php"
- ],
- "psr-4": {
- "Illuminate\\Support\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Collections package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-22T13:55:20+00:00"
- },
- {
- "name": "illuminate/conditionable",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/conditionable.git",
- "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
- "reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
- "shasum": ""
- },
- "require": {
- "php": "^8.0.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Support\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Conditionable package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-02-03T08:06:17+00:00"
- },
- {
- "name": "illuminate/config",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/config.git",
- "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/config/zipball/d5e83ceff5c4d5607b1b81763eb4c436911c35da",
- "reference": "d5e83ceff5c4d5607b1b81763eb4c436911c35da",
- "shasum": ""
- },
- "require": {
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Config\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Config package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2022-08-21T15:47:27+00:00"
- },
- {
- "name": "illuminate/console",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/console.git",
- "reference": "689a7995aa24a52fdd1027b80f973ebf592dd94e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/console/zipball/689a7995aa24a52fdd1027b80f973ebf592dd94e",
- "reference": "689a7995aa24a52fdd1027b80f973ebf592dd94e",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "illuminate/view": "^10.0",
- "laravel/prompts": "^0.1.9",
- "nunomaduro/termwind": "^1.13",
- "php": "^8.1",
- "symfony/console": "^6.2",
- "symfony/process": "^6.2"
- },
- "suggest": {
- "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).",
- "ext-pcntl": "Required to use signal trapping.",
- "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).",
- "illuminate/bus": "Required to use the scheduled job dispatcher (^10.0).",
- "illuminate/container": "Required to use the scheduler (^10.0).",
- "illuminate/filesystem": "Required to use the generator command (^10.0).",
- "illuminate/queue": "Required to use closures for scheduled jobs (^10.0)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Console\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Console package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-16T00:22:35+00:00"
- },
- {
- "name": "illuminate/container",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/container.git",
- "reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
- "reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
- "shasum": ""
- },
- "require": {
- "illuminate/contracts": "^10.0",
- "php": "^8.1",
- "psr/container": "^1.1.1|^2.0.1"
- },
- "provide": {
- "psr/container-implementation": "1.1|2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Container\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Container package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-06-18T09:12:03+00:00"
- },
- {
- "name": "illuminate/contracts",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/contracts.git",
- "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
- "reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
- "shasum": ""
- },
- "require": {
- "php": "^8.1",
- "psr/container": "^1.1.1|^2.0.1",
- "psr/simple-cache": "^1.0|^2.0|^3.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Contracts\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Contracts package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-15T18:52:32+00:00"
- },
- {
- "name": "illuminate/events",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/events.git",
- "reference": "8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/events/zipball/8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1",
- "reference": "8d84d6220a6b3446a0bf3e4138e2eb0e10792bb1",
- "shasum": ""
- },
- "require": {
- "illuminate/bus": "^10.0",
- "illuminate/collections": "^10.0",
- "illuminate/container": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "files": [
- "functions.php"
- ],
- "psr-4": {
- "Illuminate\\Events\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Events package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-10-30T00:59:35+00:00"
- },
- {
- "name": "illuminate/filesystem",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/filesystem.git",
- "reference": "43cd2a29c96f447bad57332a66dac645f026b917"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/filesystem/zipball/43cd2a29c96f447bad57332a66dac645f026b917",
- "reference": "43cd2a29c96f447bad57332a66dac645f026b917",
- "shasum": ""
- },
- "require": {
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1",
- "symfony/finder": "^6.2"
- },
- "suggest": {
- "ext-fileinfo": "Required to use the Filesystem class.",
- "ext-ftp": "Required to use the Flysystem FTP driver.",
- "ext-hash": "Required to use the Filesystem class.",
- "illuminate/http": "Required for handling uploaded files (^7.0).",
- "league/flysystem": "Required to use the Flysystem local driver (^3.0.16).",
- "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
- "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
- "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
- "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
- "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
- "symfony/mime": "Required to enable support for guessing extensions (^6.2)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "files": [
- "functions.php"
- ],
- "psr-4": {
- "Illuminate\\Filesystem\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Filesystem package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-30T03:11:34+00:00"
- },
- {
- "name": "illuminate/http",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/http.git",
- "reference": "7f6bd6b66ee0134b92b35d4c6d8c13062a9a56c5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/http/zipball/7f6bd6b66ee0134b92b35d4c6d8c13062a9a56c5",
- "reference": "7f6bd6b66ee0134b92b35d4c6d8c13062a9a56c5",
- "shasum": ""
- },
- "require": {
- "ext-filter": "*",
- "fruitcake/php-cors": "^1.2",
- "guzzlehttp/uri-template": "^1.0",
- "illuminate/collections": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/session": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1",
- "symfony/http-foundation": "^6.4",
- "symfony/http-kernel": "^6.2",
- "symfony/mime": "^6.2"
- },
- "suggest": {
- "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
- "guzzlehttp/guzzle": "Required to use the HTTP Client (^7.5)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Http\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Http package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-21T22:58:11+00:00"
- },
- {
- "name": "illuminate/macroable",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/macroable.git",
- "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
- "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
- "shasum": ""
- },
- "require": {
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Support\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Macroable package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-06-05T12:46:42+00:00"
- },
- {
- "name": "illuminate/pipeline",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/pipeline.git",
- "reference": "f802187e917a171332cc90f8c1a102939c57405d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/pipeline/zipball/f802187e917a171332cc90f8c1a102939c57405d",
- "reference": "f802187e917a171332cc90f8c1a102939c57405d",
- "shasum": ""
- },
- "require": {
- "illuminate/contracts": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Pipeline\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Pipeline package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-12-19T14:47:26+00:00"
- },
- {
- "name": "illuminate/process",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/process.git",
- "reference": "3a5804cb6c23ab8b2c903d8197ed93b10846fba1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/process/zipball/3a5804cb6c23ab8b2c903d8197ed93b10846fba1",
- "reference": "3a5804cb6c23ab8b2c903d8197ed93b10846fba1",
- "shasum": ""
- },
- "require": {
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1",
- "symfony/process": "^6.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Process\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Process package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-11-22T20:09:43+00:00"
- },
- {
- "name": "illuminate/session",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/session.git",
- "reference": "a095707b83327e27ba292c9c4d2413888b1f517c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/session/zipball/a095707b83327e27ba292c9c4d2413888b1f517c",
- "reference": "a095707b83327e27ba292c9c4d2413888b1f517c",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "ext-session": "*",
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/filesystem": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1",
- "symfony/finder": "^6.2",
- "symfony/http-foundation": "^6.4"
- },
- "suggest": {
- "illuminate/console": "Required to use the session:table command (^10.0)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Session\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Session package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2023-12-29T21:53:12+00:00"
- },
- {
- "name": "illuminate/support",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/support.git",
- "reference": "6edb9350a0d13be5cea52718280e0025d3957895"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/support/zipball/6edb9350a0d13be5cea52718280e0025d3957895",
- "reference": "6edb9350a0d13be5cea52718280e0025d3957895",
- "shasum": ""
- },
- "require": {
- "doctrine/inflector": "^2.0",
- "ext-ctype": "*",
- "ext-filter": "*",
- "ext-mbstring": "*",
- "illuminate/collections": "^10.0",
- "illuminate/conditionable": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "nesbot/carbon": "^2.67",
- "php": "^8.1",
- "voku/portable-ascii": "^2.0"
- },
- "conflict": {
- "tightenco/collect": "<5.5.33"
- },
- "suggest": {
- "illuminate/filesystem": "Required to use the composer class (^10.0).",
- "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
- "ramsey/uuid": "Required to use Str::uuid() (^4.7).",
- "symfony/process": "Required to use the composer class (^6.2).",
- "symfony/uid": "Required to use Str::ulid() (^6.2).",
- "symfony/var-dumper": "Required to use the dd function (^6.2).",
- "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "files": [
- "helpers.php"
- ],
- "psr-4": {
- "Illuminate\\Support\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Support package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-29T14:56:21+00:00"
- },
- {
- "name": "illuminate/testing",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/testing.git",
- "reference": "7fa4b80d80f5036d36d6e1fdf541f9fdaf9d7d07"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/testing/zipball/7fa4b80d80f5036d36d6e1fdf541f9fdaf9d7d07",
- "reference": "7fa4b80d80f5036d36d6e1fdf541f9fdaf9d7d07",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "illuminate/collections": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "suggest": {
- "brianium/paratest": "Required to run tests in parallel (^6.0).",
- "illuminate/console": "Required to assert console commands (^10.0).",
- "illuminate/database": "Required to assert databases (^10.0).",
- "illuminate/http": "Required to assert responses (^10.0).",
- "mockery/mockery": "Required to use mocking (^1.5.1).",
- "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7)."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Testing\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate Testing package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-29T14:55:52+00:00"
- },
- {
- "name": "illuminate/view",
- "version": "v10.43.0",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/view.git",
- "reference": "0e7f86ec6043bd161feb2ddfaa6427b57fefc81b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/view/zipball/0e7f86ec6043bd161feb2ddfaa6427b57fefc81b",
- "reference": "0e7f86ec6043bd161feb2ddfaa6427b57fefc81b",
- "shasum": ""
- },
- "require": {
- "ext-tokenizer": "*",
- "illuminate/collections": "^10.0",
- "illuminate/container": "^10.0",
- "illuminate/contracts": "^10.0",
- "illuminate/events": "^10.0",
- "illuminate/filesystem": "^10.0",
- "illuminate/macroable": "^10.0",
- "illuminate/support": "^10.0",
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\View\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "description": "The Illuminate View package.",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "time": "2024-01-09T19:24:03+00:00"
- },
- {
- "name": "jolicode/jolinotif",
- "version": "v2.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jolicode/JoliNotif.git",
- "reference": "6a886aa19aec7cc283125631f31f93f71729bf40"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jolicode/JoliNotif/zipball/6a886aa19aec7cc283125631f31f93f71729bf40",
- "reference": "6a886aa19aec7cc283125631f31f93f71729bf40",
- "shasum": ""
- },
- "require": {
- "jolicode/php-os-helper": "^0.1.0",
- "php": ">=8.1",
- "symfony/process": "^5.4 || ^6.0 || ^7.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^3.13",
- "symfony/finder": "^5.4 || ^6.0 || ^7.0",
- "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
- },
- "bin": [
- "jolinotif"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Joli\\JoliNotif\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Loïck Piera",
- "email": "pyrech@gmail.com"
- }
- ],
- "description": "Send desktop notifications on Windows, Linux, MacOS.",
- "keywords": [
- "MAC",
- "growl",
- "linux",
- "notification",
- "windows"
- ],
- "support": {
- "issues": "https://github.com/jolicode/JoliNotif/issues",
- "source": "https://github.com/jolicode/JoliNotif/tree/v2.6.0"
- },
- "funding": [
- {
- "url": "https://tidelift.com/funding/github/packagist/jolicode/jolinotif",
- "type": "tidelift"
- }
- ],
- "time": "2023-12-03T13:14:21+00:00"
- },
- {
- "name": "jolicode/php-os-helper",
- "version": "v0.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/jolicode/php-os-helper.git",
- "reference": "1622ad8bbcab98e62b5c041397e8519f10d90e29"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/jolicode/php-os-helper/zipball/1622ad8bbcab98e62b5c041397e8519f10d90e29",
- "reference": "1622ad8bbcab98e62b5c041397e8519f10d90e29",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1"
- },
- "require-dev": {
- "symfony/phpunit-bridge": "^6.3.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "JoliCode\\PhpOsHelper\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Loïck Piera",
- "email": "pyrech@gmail.com"
- }
- ],
- "description": "Helpers to detect the OS of the machine where PHP is running.",
- "keywords": [
- "linux",
- "os",
- "osx",
- "php",
- "windows"
- ],
- "support": {
- "issues": "https://github.com/jolicode/php-os-helper/issues",
- "source": "https://github.com/jolicode/php-os-helper/tree/v0.1.0"
- },
- "time": "2023-12-03T12:46:03+00:00"
- },
- {
- "name": "laravel-zero/foundation",
- "version": "v10.30.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel-zero/foundation.git",
- "reference": "26396f1858cf9b025613f35ee05a7601c56b9b3a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel-zero/foundation/zipball/26396f1858cf9b025613f35ee05a7601c56b9b3a",
- "reference": "26396f1858cf9b025613f35ee05a7601c56b9b3a",
- "shasum": ""
- },
- "require": {
- "php": "^8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "10.x-dev"
- }
- },
- "autoload": {
- "files": [
- "src/Illuminate/Foundation/helpers.php"
- ],
- "psr-4": {
- "Illuminate\\": "src/Illuminate/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "This is a mirror from illuminate/foundation.",
- "keywords": [
- "framework",
- "laravel"
- ],
- "support": {
- "source": "https://github.com/laravel-zero/foundation/tree/v10.30.0"
- },
- "time": "2023-10-31T16:39:40+00:00"
- },
- {
- "name": "laravel-zero/framework",
- "version": "v10.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel-zero/framework.git",
- "reference": "517dddb90948f7c894440f54a726249e384f70e1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel-zero/framework/zipball/517dddb90948f7c894440f54a726249e384f70e1",
- "reference": "517dddb90948f7c894440f54a726249e384f70e1",
- "shasum": ""
- },
- "require": {
- "dragonmantank/cron-expression": "^3.3.3",
- "ext-json": "*",
- "illuminate/cache": "^10.28",
- "illuminate/collections": "^10.28",
- "illuminate/config": "^10.28",
- "illuminate/console": "^10.28",
- "illuminate/container": "^10.28",
- "illuminate/contracts": "^10.28",
- "illuminate/events": "^10.28",
- "illuminate/filesystem": "^10.28",
- "illuminate/process": "^10.28",
- "illuminate/support": "^10.28",
- "illuminate/testing": "^10.28",
- "laravel-zero/foundation": "^10.28",
- "league/flysystem": "^3.15.1",
- "nunomaduro/collision": "^6.4.0|^7.8.1",
- "nunomaduro/laravel-console-summary": "^1.10.0",
- "nunomaduro/laravel-console-task": "^1.8",
- "nunomaduro/laravel-desktop-notifier": "^2.7",
- "php": "^8.1",
- "psr/log": "^1.1|^2.0|^3.0",
- "ramsey/uuid": "^4.7.4",
- "symfony/console": "^6.3.2",
- "symfony/error-handler": "^6.3.2",
- "symfony/event-dispatcher": "^6.3.2",
- "symfony/finder": "^6.3.3",
- "symfony/process": "^6.3.2",
- "symfony/var-dumper": "^6.3.3",
- "vlucas/phpdotenv": "^5.5"
- },
- "require-dev": {
- "guzzlehttp/guzzle": "^7.7",
- "illuminate/bus": "^10.28",
- "illuminate/database": "^10.28",
- "illuminate/http": "^10.28",
- "illuminate/log": "^10.28",
- "illuminate/queue": "^10.28",
- "illuminate/redis": "^10.28",
- "illuminate/view": "^10.28",
- "laminas/laminas-text": "^2.10",
- "laravel-zero/phar-updater": "^1.4",
- "laravel/pint": "^1.13.3",
- "nunomaduro/laravel-console-dusk": "^1.11",
- "nunomaduro/laravel-console-menu": "^3.4",
- "nunomaduro/termwind": "^1.15.1",
- "pestphp/pest": "^2.22.1",
- "pestphp/pest-plugin-laravel": "^2.2",
- "phpstan/phpstan": "^1.10.38"
- },
- "suggest": {
- "ext-pcntl": "Required to ensure that data is cleared when cancelling the build process."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "10.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "LaravelZero\\Framework\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- },
- {
- "name": "Owen Voke",
- "email": "development@voke.dev"
- }
- ],
- "description": "The Laravel Zero Framework.",
- "homepage": "https://laravel-zero.com",
- "keywords": [
- "Laravel Zero",
- "cli",
- "console",
- "framework",
- "laravel"
- ],
- "support": {
- "issues": "https://github.com/laravel-zero/laravel-zero/issues",
- "source": "https://github.com/laravel-zero/laravel-zero"
- },
- "time": "2023-10-30T09:40:05+00:00"
- },
- {
- "name": "laravel/prompts",
- "version": "v0.1.15",
- "source": {
- "type": "git",
- "url": "https://github.com/laravel/prompts.git",
- "reference": "d814a27514d99b03c85aa42b22cfd946568636c1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1",
- "reference": "d814a27514d99b03c85aa42b22cfd946568636c1",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "illuminate/collections": "^10.0|^11.0",
- "php": "^8.1",
- "symfony/console": "^6.2|^7.0"
- },
- "conflict": {
- "illuminate/console": ">=10.17.0 <10.25.0",
- "laravel/framework": ">=10.17.0 <10.25.0"
- },
- "require-dev": {
- "mockery/mockery": "^1.5",
- "pestphp/pest": "^2.3",
- "phpstan/phpstan": "^1.11",
- "phpstan/phpstan-mockery": "^1.1"
- },
- "suggest": {
- "ext-pcntl": "Required for the spinner to be animated."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "0.1.x-dev"
- }
- },
- "autoload": {
- "files": [
- "src/helpers.php"
- ],
- "psr-4": {
- "Laravel\\Prompts\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "support": {
- "issues": "https://github.com/laravel/prompts/issues",
- "source": "https://github.com/laravel/prompts/tree/v0.1.15"
- },
- "time": "2023-12-29T22:37:42+00:00"
- },
- {
- "name": "league/commonmark",
- "version": "2.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/commonmark.git",
- "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
- "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "league/config": "^1.1.1",
- "php": "^7.4 || ^8.0",
- "psr/event-dispatcher": "^1.0",
- "symfony/deprecation-contracts": "^2.1 || ^3.0",
- "symfony/polyfill-php80": "^1.16"
- },
- "require-dev": {
- "cebe/markdown": "^1.0",
- "commonmark/cmark": "0.30.0",
- "commonmark/commonmark.js": "0.30.0",
- "composer/package-versions-deprecated": "^1.8",
- "embed/embed": "^4.4",
- "erusev/parsedown": "^1.0",
- "ext-json": "*",
- "github/gfm": "0.29.0",
- "michelf/php-markdown": "^1.4 || ^2.0",
- "nyholm/psr7": "^1.5",
- "phpstan/phpstan": "^1.8.2",
- "phpunit/phpunit": "^9.5.21",
- "scrutinizer/ocular": "^1.8.1",
- "symfony/finder": "^5.3 | ^6.0",
- "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
- "unleashedtech/php-coding-standard": "^3.1.1",
- "vimeo/psalm": "^4.24.0 || ^5.0.0"
- },
- "suggest": {
- "symfony/yaml": "v2.3+ required if using the Front Matter extension"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "2.5-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\CommonMark\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com",
- "role": "Lead Developer"
- }
- ],
- "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
- "homepage": "https://commonmark.thephpleague.com",
- "keywords": [
- "commonmark",
- "flavored",
- "gfm",
- "github",
- "github-flavored",
- "markdown",
- "md",
- "parser"
- ],
- "support": {
- "docs": "https://commonmark.thephpleague.com/",
- "forum": "https://github.com/thephpleague/commonmark/discussions",
- "issues": "https://github.com/thephpleague/commonmark/issues",
- "rss": "https://github.com/thephpleague/commonmark/releases.atom",
- "source": "https://github.com/thephpleague/commonmark"
- },
- "funding": [
- {
- "url": "https://www.colinodell.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://www.paypal.me/colinpodell/10.00",
- "type": "custom"
- },
- {
- "url": "https://github.com/colinodell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
- "type": "tidelift"
- }
- ],
- "time": "2023-08-30T16:55:00+00:00"
- },
- {
- "name": "league/config",
- "version": "v1.2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/config.git",
- "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
- "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
- "shasum": ""
- },
- "require": {
- "dflydev/dot-access-data": "^3.0.1",
- "nette/schema": "^1.2",
- "php": "^7.4 || ^8.0"
- },
- "require-dev": {
- "phpstan/phpstan": "^1.8.2",
- "phpunit/phpunit": "^9.5.5",
- "scrutinizer/ocular": "^1.8.1",
- "unleashedtech/php-coding-standard": "^3.1",
- "vimeo/psalm": "^4.7.3"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.2-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Config\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Colin O'Dell",
- "email": "colinodell@gmail.com",
- "homepage": "https://www.colinodell.com",
- "role": "Lead Developer"
- }
- ],
- "description": "Define configuration arrays with strict schemas and access values with dot notation",
- "homepage": "https://config.thephpleague.com",
- "keywords": [
- "array",
- "config",
- "configuration",
- "dot",
- "dot-access",
- "nested",
- "schema"
- ],
- "support": {
- "docs": "https://config.thephpleague.com/",
- "issues": "https://github.com/thephpleague/config/issues",
- "rss": "https://github.com/thephpleague/config/releases.atom",
- "source": "https://github.com/thephpleague/config"
- },
- "funding": [
- {
- "url": "https://www.colinodell.com/sponsor",
- "type": "custom"
- },
- {
- "url": "https://www.paypal.me/colinpodell/10.00",
- "type": "custom"
- },
- {
- "url": "https://github.com/colinodell",
- "type": "github"
- }
- ],
- "time": "2022-12-11T20:36:23+00:00"
- },
- {
- "name": "league/flysystem",
- "version": "3.23.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem.git",
- "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e",
- "reference": "199e1aebbe3e62bd39f4d4fc8c61ce0b3786197e",
- "shasum": ""
- },
- "require": {
- "league/flysystem-local": "^3.0.0",
- "league/mime-type-detection": "^1.0.0",
- "php": "^8.0.2"
- },
- "conflict": {
- "async-aws/core": "<1.19.0",
- "async-aws/s3": "<1.14.0",
- "aws/aws-sdk-php": "3.209.31 || 3.210.0",
- "guzzlehttp/guzzle": "<7.0",
- "guzzlehttp/ringphp": "<1.1.1",
- "phpseclib/phpseclib": "3.0.15",
- "symfony/http-client": "<5.2"
- },
- "require-dev": {
- "async-aws/s3": "^1.5 || ^2.0",
- "async-aws/simple-s3": "^1.1 || ^2.0",
- "aws/aws-sdk-php": "^3.220.0",
- "composer/semver": "^3.0",
- "ext-fileinfo": "*",
- "ext-ftp": "*",
- "ext-zip": "*",
- "friendsofphp/php-cs-fixer": "^3.5",
- "google/cloud-storage": "^1.23",
- "microsoft/azure-storage-blob": "^1.1",
- "phpseclib/phpseclib": "^3.0.34",
- "phpstan/phpstan": "^1.10",
- "phpunit/phpunit": "^9.5.11|^10.0",
- "sabre/dav": "^4.3.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
- }
- ],
- "description": "File storage abstraction for PHP",
- "keywords": [
- "WebDAV",
- "aws",
- "cloud",
- "file",
- "files",
- "filesystem",
- "filesystems",
- "ftp",
- "s3",
- "sftp",
- "storage"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/3.23.1"
- },
- "funding": [
- {
- "url": "https://ecologi.com/frankdejonge",
- "type": "custom"
- },
- {
- "url": "https://github.com/frankdejonge",
- "type": "github"
- }
- ],
- "time": "2024-01-26T18:42:03+00:00"
- },
- {
- "name": "league/flysystem-local",
- "version": "3.23.1",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/flysystem-local.git",
- "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00",
- "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "league/flysystem": "^3.0.0",
- "league/mime-type-detection": "^1.0.0",
- "php": "^8.0.2"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\Flysystem\\Local\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
- }
- ],
- "description": "Local filesystem adapter for Flysystem.",
- "keywords": [
- "Flysystem",
- "file",
- "files",
- "filesystem",
- "local"
- ],
- "support": {
- "issues": "https://github.com/thephpleague/flysystem-local/issues",
- "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1"
- },
- "funding": [
- {
- "url": "https://ecologi.com/frankdejonge",
- "type": "custom"
- },
- {
- "url": "https://github.com/frankdejonge",
- "type": "github"
- }
- ],
- "time": "2024-01-26T18:25:23+00:00"
- },
- {
- "name": "league/mime-type-detection",
- "version": "1.15.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/mime-type-detection.git",
- "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
- "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
- "shasum": ""
- },
- "require": {
- "ext-fileinfo": "*",
- "php": "^7.4 || ^8.0"
- },
- "require-dev": {
- "friendsofphp/php-cs-fixer": "^3.2",
- "phpstan/phpstan": "^0.12.68",
- "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "League\\MimeTypeDetection\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Frank de Jonge",
- "email": "info@frankdejonge.nl"
- }
- ],
- "description": "Mime-type detection for Flysystem",
- "support": {
- "issues": "https://github.com/thephpleague/mime-type-detection/issues",
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
- },
- "funding": [
- {
- "url": "https://github.com/frankdejonge",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
- "type": "tidelift"
- }
- ],
- "time": "2024-01-28T23:22:08+00:00"
- },
- {
- "name": "nesbot/carbon",
- "version": "2.72.2",
- "source": {
- "type": "git",
- "url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "3e7edc41b58d65509baeb0d4a14c8fa41d627130"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/3e7edc41b58d65509baeb0d4a14c8fa41d627130",
- "reference": "3e7edc41b58d65509baeb0d4a14c8fa41d627130",
- "shasum": ""
- },
- "require": {
- "carbonphp/carbon-doctrine-types": "*",
- "ext-json": "*",
- "php": "^7.1.8 || ^8.0",
- "psr/clock": "^1.0",
- "symfony/polyfill-mbstring": "^1.0",
- "symfony/polyfill-php80": "^1.16",
- "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
- },
- "provide": {
- "psr/clock-implementation": "1.0"
- },
- "require-dev": {
- "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
- "doctrine/orm": "^2.7 || ^3.0",
- "friendsofphp/php-cs-fixer": "^3.0",
- "kylekatarnls/multi-tester": "^2.0",
- "ondrejmirtes/better-reflection": "*",
- "phpmd/phpmd": "^2.9",
- "phpstan/extension-installer": "^1.0",
- "phpstan/phpstan": "^0.12.99 || ^1.7.14",
- "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
- "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
- "squizlabs/php_codesniffer": "^3.4"
- },
- "bin": [
- "bin/carbon"
- ],
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-3.x": "3.x-dev",
- "dev-master": "2.x-dev"
- },
- "laravel": {
- "providers": [
- "Carbon\\Laravel\\ServiceProvider"
- ]
- },
- "phpstan": {
- "includes": [
- "extension.neon"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Carbon\\": "src/Carbon/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Brian Nesbitt",
- "email": "brian@nesbot.com",
- "homepage": "https://markido.com"
- },
- {
- "name": "kylekatarnls",
- "homepage": "https://github.com/kylekatarnls"
- }
- ],
- "description": "An API extension for DateTime that supports 281 different languages.",
- "homepage": "https://carbon.nesbot.com",
- "keywords": [
- "date",
- "datetime",
- "time"
- ],
- "support": {
- "docs": "https://carbon.nesbot.com/docs",
- "issues": "https://github.com/briannesbitt/Carbon/issues",
- "source": "https://github.com/briannesbitt/Carbon"
- },
- "funding": [
- {
- "url": "https://github.com/sponsors/kylekatarnls",
- "type": "github"
- },
- {
- "url": "https://opencollective.com/Carbon#sponsor",
- "type": "opencollective"
- },
- {
- "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
- "type": "tidelift"
- }
- ],
- "time": "2024-01-19T00:21:53+00:00"
- },
- {
- "name": "nette/schema",
- "version": "v1.3.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/schema.git",
- "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
- "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
- "shasum": ""
- },
- "require": {
- "nette/utils": "^4.0",
- "php": "8.1 - 8.3"
- },
- "require-dev": {
- "nette/tester": "^2.4",
- "phpstan/phpstan-nette": "^1.0",
- "tracy/tracy": "^2.8"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.3-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause",
- "GPL-2.0-only",
- "GPL-3.0-only"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
- }
- ],
- "description": "📐 Nette Schema: validating data structures against a given Schema.",
- "homepage": "https://nette.org",
- "keywords": [
- "config",
- "nette"
- ],
- "support": {
- "issues": "https://github.com/nette/schema/issues",
- "source": "https://github.com/nette/schema/tree/v1.3.0"
- },
- "time": "2023-12-11T11:54:22+00:00"
- },
- {
- "name": "nette/utils",
- "version": "v4.0.4",
- "source": {
- "type": "git",
- "url": "https://github.com/nette/utils.git",
- "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
- "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0 <8.4"
- },
- "conflict": {
- "nette/finder": "<3",
- "nette/schema": "<1.2.2"
- },
- "require-dev": {
- "jetbrains/phpstorm-attributes": "dev-master",
- "nette/tester": "^2.5",
- "phpstan/phpstan": "^1.0",
- "tracy/tracy": "^2.9"
- },
- "suggest": {
- "ext-gd": "to use Image",
- "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
- "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
- "ext-json": "to use Nette\\Utils\\Json",
- "ext-mbstring": "to use Strings::lower() etc...",
- "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.0-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause",
- "GPL-2.0-only",
- "GPL-3.0-only"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- },
- {
- "name": "Nette Community",
- "homepage": "https://nette.org/contributors"
- }
- ],
- "description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
- "homepage": "https://nette.org",
- "keywords": [
- "array",
- "core",
- "datetime",
- "images",
- "json",
- "nette",
- "paginator",
- "password",
- "slugify",
- "string",
- "unicode",
- "utf-8",
- "utility",
- "validation"
- ],
- "support": {
- "issues": "https://github.com/nette/utils/issues",
- "source": "https://github.com/nette/utils/tree/v4.0.4"
- },
- "time": "2024-01-17T16:50:36+00:00"
- },
- {
- "name": "nunomaduro/collision",
- "version": "v7.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/collision.git",
- "reference": "49ec67fa7b002712da8526678abd651c09f375b2"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
- "reference": "49ec67fa7b002712da8526678abd651c09f375b2",
- "shasum": ""
- },
- "require": {
- "filp/whoops": "^2.15.3",
- "nunomaduro/termwind": "^1.15.1",
- "php": "^8.1.0",
- "symfony/console": "^6.3.4"
- },
- "conflict": {
- "laravel/framework": ">=11.0.0"
- },
- "require-dev": {
- "brianium/paratest": "^7.3.0",
- "laravel/framework": "^10.28.0",
- "laravel/pint": "^1.13.3",
- "laravel/sail": "^1.25.0",
- "laravel/sanctum": "^3.3.1",
- "laravel/tinker": "^2.8.2",
- "nunomaduro/larastan": "^2.6.4",
- "orchestra/testbench-core": "^8.13.0",
- "pestphp/pest": "^2.23.2",
- "phpunit/phpunit": "^10.4.1",
- "sebastian/environment": "^6.0.1",
- "spatie/laravel-ignition": "^2.3.1"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
- ]
- }
- },
- "autoload": {
- "files": [
- "./src/Adapters/Phpunit/Autoload.php"
- ],
- "psr-4": {
- "NunoMaduro\\Collision\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "Cli error handling for console/command-line PHP applications.",
- "keywords": [
- "artisan",
- "cli",
- "command-line",
- "console",
- "error",
- "handling",
- "laravel",
- "laravel-zero",
- "php",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/nunomaduro/collision/issues",
- "source": "https://github.com/nunomaduro/collision"
- },
- "funding": [
- {
- "url": "https://www.paypal.com/paypalme/enunomaduro",
- "type": "custom"
- },
- {
- "url": "https://github.com/nunomaduro",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/nunomaduro",
- "type": "patreon"
- }
- ],
- "time": "2023-10-11T15:45:01+00:00"
- },
- {
- "name": "nunomaduro/laravel-console-summary",
- "version": "v1.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/laravel-console-summary.git",
- "reference": "2defd2d80da6a424d8d8d3df6cdb972043debd31"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/laravel-console-summary/zipball/2defd2d80da6a424d8d8d3df6cdb972043debd31",
- "reference": "2defd2d80da6a424d8d8d3df6cdb972043debd31",
- "shasum": ""
- },
- "require": {
- "illuminate/console": "^9.0|^10.0",
- "illuminate/support": "^9.0|^10.0",
- "php": "^8.1"
- },
- "require-dev": {
- "laravel/pint": "^1.4"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "NunoMaduro\\LaravelConsoleSummary\\LaravelConsoleSummaryServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "NunoMaduro\\LaravelConsoleSummary\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.",
- "keywords": [
- "artisan",
- "cli",
- "command-line",
- "console",
- "laravel",
- "laravel-zero",
- "php",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/nunomaduro/laravel-console-summary/issues",
- "source": "https://github.com/nunomaduro/laravel-console-summary"
- },
- "time": "2023-06-26T08:39:37+00:00"
- },
- {
- "name": "nunomaduro/laravel-console-task",
- "version": "v1.8.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/laravel-console-task.git",
- "reference": "e49e7be261a7b7329c4538777489b355fb234bde"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/laravel-console-task/zipball/e49e7be261a7b7329c4538777489b355fb234bde",
- "reference": "e49e7be261a7b7329c4538777489b355fb234bde",
- "shasum": ""
- },
- "require": {
- "illuminate/console": "^9.0|^10.0",
- "illuminate/support": "^9.0|^10.0",
- "php": "^8.1"
- },
- "require-dev": {
- "pestphp/pest": "^1.22.3"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "NunoMaduro\\LaravelConsoleTask\\LaravelConsoleTaskServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "NunoMaduro\\LaravelConsoleTask\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "Laravel Console Task is a output method for your Laravel/Laravel Zero commands.",
- "keywords": [
- "artisan",
- "cli",
- "command-line",
- "console",
- "laravel",
- "laravel-zero",
- "php",
- "symfony"
- ],
- "support": {
- "issues": "https://github.com/nunomaduro/laravel-console-task/issues",
- "source": "https://github.com/nunomaduro/laravel-console-task"
- },
- "time": "2023-01-11T15:16:19+00:00"
- },
- {
- "name": "nunomaduro/laravel-desktop-notifier",
- "version": "v2.7.0",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/laravel-desktop-notifier.git",
- "reference": "6a1e27a215e007c86df88bf038d54c343b255b60"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/laravel-desktop-notifier/zipball/6a1e27a215e007c86df88bf038d54c343b255b60",
- "reference": "6a1e27a215e007c86df88bf038d54c343b255b60",
- "shasum": ""
- },
- "require": {
- "illuminate/console": "^9.0|^10.0",
- "illuminate/support": "^9.0|^10.0",
- "jolicode/jolinotif": "^2.5",
- "php": "^8.1"
- },
- "require-dev": {
- "graham-campbell/testbench": "^5.7",
- "phpunit/phpunit": "^9.5"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "NunoMaduro\\LaravelDesktopNotifier\\LaravelDesktopNotifierServiceProvider"
- ],
- "aliases": {
- "Notifier": "NunoMaduro\\LaravelDesktopNotifier\\Facaces\\Notifier"
- }
- }
- },
- "autoload": {
- "psr-4": {
- "NunoMaduro\\LaravelDesktopNotifier\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.",
- "keywords": [
- "JoliNotif",
- "Nuno Maduro",
- "NunoMaduro",
- "artisan",
- "console",
- "framework",
- "laravel",
- "notification",
- "notifier",
- "php",
- "wrapper"
- ],
- "support": {
- "issues": "https://github.com/nunomaduro/laravel-desktop-notifier/issues",
- "source": "https://github.com/nunomaduro/laravel-desktop-notifier/tree/v2.7.0"
- },
- "time": "2023-01-11T15:22:19+00:00"
- },
- {
- "name": "nunomaduro/termwind",
- "version": "v1.15.1",
- "source": {
- "type": "git",
- "url": "https://github.com/nunomaduro/termwind.git",
- "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
- "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
- "shasum": ""
- },
- "require": {
- "ext-mbstring": "*",
- "php": "^8.0",
- "symfony/console": "^5.3.0|^6.0.0"
- },
- "require-dev": {
- "ergebnis/phpstan-rules": "^1.0.",
- "illuminate/console": "^8.0|^9.0",
- "illuminate/support": "^8.0|^9.0",
- "laravel/pint": "^1.0.0",
- "pestphp/pest": "^1.21.0",
- "pestphp/pest-plugin-mock": "^1.0",
- "phpstan/phpstan": "^1.4.6",
- "phpstan/phpstan-strict-rules": "^1.1.0",
- "symfony/var-dumper": "^5.2.7|^6.0.0",
- "thecodingmachine/phpstan-strict-rules": "^1.0.0"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Termwind\\Laravel\\TermwindServiceProvider"
- ]
- }
- },
- "autoload": {
- "files": [
- "src/Functions.php"
- ],
- "psr-4": {
- "Termwind\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nuno Maduro",
- "email": "enunomaduro@gmail.com"
- }
- ],
- "description": "Its like Tailwind CSS, but for the console.",
- "keywords": [
- "cli",
- "console",
- "css",
- "package",
- "php",
- "style"
- ],
- "support": {
- "issues": "https://github.com/nunomaduro/termwind/issues",
- "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
- },
- "funding": [
- {
- "url": "https://www.paypal.com/paypalme/enunomaduro",
- "type": "custom"
- },
- {
- "url": "https://github.com/nunomaduro",
- "type": "github"
- },
- {
- "url": "https://github.com/xiCO2k",
- "type": "github"
- }
- ],
- "time": "2023-02-08T01:06:31+00:00"
- },
- {
- "name": "phpoption/phpoption",
- "version": "1.9.2",
- "source": {
- "type": "git",
- "url": "https://github.com/schmittjoh/php-option.git",
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
- "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
- "shasum": ""
- },
- "require": {
- "php": "^7.2.5 || ^8.0"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": true
- },
- "branch-alias": {
- "dev-master": "1.9-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "PhpOption\\": "src/PhpOption/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "Apache-2.0"
- ],
- "authors": [
- {
- "name": "Johannes M. Schmitt",
- "email": "schmittjoh@gmail.com",
- "homepage": "https://github.com/schmittjoh"
- },
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- }
- ],
- "description": "Option Type for PHP",
- "keywords": [
- "language",
- "option",
- "php",
- "type"
- ],
- "support": {
- "issues": "https://github.com/schmittjoh/php-option/issues",
- "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
- "type": "tidelift"
- }
- ],
- "time": "2023-11-12T21:59:55+00:00"
- },
- {
- "name": "psr/clock",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/clock.git",
- "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
- "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
- "shasum": ""
- },
- "require": {
- "php": "^7.0 || ^8.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Psr\\Clock\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for reading the clock.",
- "homepage": "https://github.com/php-fig/clock",
- "keywords": [
- "clock",
- "now",
- "psr",
- "psr-20",
- "time"
- ],
- "support": {
- "issues": "https://github.com/php-fig/clock/issues",
- "source": "https://github.com/php-fig/clock/tree/1.0.0"
- },
- "time": "2022-11-25T14:36:26+00:00"
- },
- {
- "name": "psr/container",
- "version": "2.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/container.git",
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
- "shasum": ""
- },
- "require": {
- "php": ">=7.4.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Container\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common Container Interface (PHP FIG PSR-11)",
- "homepage": "https://github.com/php-fig/container",
- "keywords": [
- "PSR-11",
- "container",
- "container-interface",
- "container-interop",
- "psr"
- ],
- "support": {
- "issues": "https://github.com/php-fig/container/issues",
- "source": "https://github.com/php-fig/container/tree/2.0.2"
- },
- "time": "2021-11-05T16:47:00+00:00"
- },
- {
- "name": "psr/event-dispatcher",
- "version": "1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/event-dispatcher.git",
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
- "shasum": ""
- },
- "require": {
- "php": ">=7.2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\EventDispatcher\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
- }
- ],
- "description": "Standard interfaces for event handling.",
- "keywords": [
- "events",
- "psr",
- "psr-14"
- ],
- "support": {
- "issues": "https://github.com/php-fig/event-dispatcher/issues",
- "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
- },
- "time": "2019-01-08T18:20:26+00:00"
- },
- {
- "name": "psr/http-client",
- "version": "1.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-client.git",
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
- "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
- "shasum": ""
- },
- "require": {
- "php": "^7.0 || ^8.0",
- "psr/http-message": "^1.0 || ^2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Client\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP clients",
- "homepage": "https://github.com/php-fig/http-client",
- "keywords": [
- "http",
- "http-client",
- "psr",
- "psr-18"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-client"
- },
- "time": "2023-09-23T14:17:50+00:00"
- },
- {
- "name": "psr/http-factory",
- "version": "1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-factory.git",
- "reference": "e616d01114759c4c489f93b099585439f795fe35"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
- "reference": "e616d01114759c4c489f93b099585439f795fe35",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0.0",
- "psr/http-message": "^1.0 || ^2.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for PSR-7 HTTP message factories",
- "keywords": [
- "factory",
- "http",
- "message",
- "psr",
- "psr-17",
- "psr-7",
- "request",
- "response"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
- },
- "time": "2023-04-10T20:10:41+00:00"
- },
- {
- "name": "psr/http-message",
- "version": "2.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/http-message.git",
- "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
- "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
- "shasum": ""
- },
- "require": {
- "php": "^7.2 || ^8.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Http\\Message\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for HTTP messages",
- "homepage": "https://github.com/php-fig/http-message",
- "keywords": [
- "http",
- "http-message",
- "psr",
- "psr-7",
- "request",
- "response"
- ],
- "support": {
- "source": "https://github.com/php-fig/http-message/tree/2.0"
- },
- "time": "2023-04-04T09:54:51+00:00"
- },
- {
- "name": "psr/log",
- "version": "3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/log.git",
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\Log\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interface for logging libraries",
- "homepage": "https://github.com/php-fig/log",
- "keywords": [
- "log",
- "psr",
- "psr-3"
- ],
- "support": {
- "source": "https://github.com/php-fig/log/tree/3.0.0"
- },
- "time": "2021-07-14T16:46:02+00:00"
- },
- {
- "name": "psr/simple-cache",
- "version": "3.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/php-fig/simple-cache.git",
- "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
- "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
- "shasum": ""
- },
- "require": {
- "php": ">=8.0.0"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.0.x-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Psr\\SimpleCache\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "PHP-FIG",
- "homepage": "https://www.php-fig.org/"
- }
- ],
- "description": "Common interfaces for simple caching",
- "keywords": [
- "cache",
- "caching",
- "psr",
- "psr-16",
- "simple-cache"
- ],
- "support": {
- "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
- },
- "time": "2021-10-29T13:26:27+00:00"
- },
- {
- "name": "ralouphie/getallheaders",
- "version": "3.0.3",
- "source": {
- "type": "git",
- "url": "https://github.com/ralouphie/getallheaders.git",
- "reference": "120b605dfeb996808c31b6477290a714d356e822"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
- "reference": "120b605dfeb996808c31b6477290a714d356e822",
- "shasum": ""
- },
- "require": {
- "php": ">=5.6"
- },
- "require-dev": {
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpunit": "^5 || ^6.5"
- },
- "type": "library",
- "autoload": {
- "files": [
- "src/getallheaders.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ralph Khattar",
- "email": "ralph.khattar@gmail.com"
- }
- ],
- "description": "A polyfill for getallheaders.",
- "support": {
- "issues": "https://github.com/ralouphie/getallheaders/issues",
- "source": "https://github.com/ralouphie/getallheaders/tree/develop"
- },
- "time": "2019-03-08T08:55:37+00:00"
- },
- {
- "name": "ramsey/collection",
- "version": "2.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/collection.git",
- "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
- "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
- "shasum": ""
- },
- "require": {
- "php": "^8.1"
- },
- "require-dev": {
- "captainhook/plugin-composer": "^5.3",
- "ergebnis/composer-normalize": "^2.28.3",
- "fakerphp/faker": "^1.21",
- "hamcrest/hamcrest-php": "^2.0",
- "jangregor/phpstan-prophecy": "^1.0",
- "mockery/mockery": "^1.5",
- "php-parallel-lint/php-console-highlighter": "^1.0",
- "php-parallel-lint/php-parallel-lint": "^1.3",
- "phpcsstandards/phpcsutils": "^1.0.0-rc1",
- "phpspec/prophecy-phpunit": "^2.0",
- "phpstan/extension-installer": "^1.2",
- "phpstan/phpstan": "^1.9",
- "phpstan/phpstan-mockery": "^1.1",
- "phpstan/phpstan-phpunit": "^1.3",
- "phpunit/phpunit": "^9.5",
- "psalm/plugin-mockery": "^1.1",
- "psalm/plugin-phpunit": "^0.18.4",
- "ramsey/coding-standard": "^2.0.3",
- "ramsey/conventional-commits": "^1.3",
- "vimeo/psalm": "^5.4"
- },
- "type": "library",
- "extra": {
- "captainhook": {
- "force-install": true
- },
- "ramsey/conventional-commits": {
- "configFile": "conventional-commits.json"
- }
- },
- "autoload": {
- "psr-4": {
- "Ramsey\\Collection\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ben Ramsey",
- "email": "ben@benramsey.com",
- "homepage": "https://benramsey.com"
- }
- ],
- "description": "A PHP library for representing and manipulating collections.",
- "keywords": [
- "array",
- "collection",
- "hash",
- "map",
- "queue",
- "set"
- ],
- "support": {
- "issues": "https://github.com/ramsey/collection/issues",
- "source": "https://github.com/ramsey/collection/tree/2.0.0"
- },
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
- "type": "tidelift"
- }
- ],
- "time": "2022-12-31T21:50:55+00:00"
- },
- {
- "name": "ramsey/uuid",
- "version": "4.7.5",
- "source": {
- "type": "git",
- "url": "https://github.com/ramsey/uuid.git",
- "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
- "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
- "shasum": ""
- },
- "require": {
- "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
- "ext-json": "*",
- "php": "^8.0",
- "ramsey/collection": "^1.2 || ^2.0"
- },
- "replace": {
- "rhumsaa/uuid": "self.version"
- },
- "require-dev": {
- "captainhook/captainhook": "^5.10",
- "captainhook/plugin-composer": "^5.3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "doctrine/annotations": "^1.8",
- "ergebnis/composer-normalize": "^2.15",
- "mockery/mockery": "^1.3",
- "paragonie/random-lib": "^2",
- "php-mock/php-mock": "^2.2",
- "php-mock/php-mock-mockery": "^1.3",
- "php-parallel-lint/php-parallel-lint": "^1.1",
- "phpbench/phpbench": "^1.0",
- "phpstan/extension-installer": "^1.1",
- "phpstan/phpstan": "^1.8",
- "phpstan/phpstan-mockery": "^1.1",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpunit/phpunit": "^8.5 || ^9",
- "ramsey/composer-repl": "^1.4",
- "slevomat/coding-standard": "^8.4",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.9"
- },
- "suggest": {
- "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
- "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
- "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
- "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
- "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
- },
- "type": "library",
- "extra": {
- "captainhook": {
- "force-install": true
- }
- },
- "autoload": {
- "files": [
- "src/functions.php"
- ],
- "psr-4": {
- "Ramsey\\Uuid\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
- "keywords": [
- "guid",
- "identifier",
- "uuid"
- ],
- "support": {
- "issues": "https://github.com/ramsey/uuid/issues",
- "source": "https://github.com/ramsey/uuid/tree/4.7.5"
- },
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
- "type": "tidelift"
- }
- ],
- "time": "2023-11-08T05:53:05+00:00"
- },
- {
- "name": "spatie/yaml-front-matter",
- "version": "2.0.8",
- "source": {
- "type": "git",
- "url": "https://github.com/spatie/yaml-front-matter.git",
- "reference": "f2f1f749a405fafc9d6337067c92c062d51a581c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/spatie/yaml-front-matter/zipball/f2f1f749a405fafc9d6337067c92c062d51a581c",
- "reference": "f2f1f749a405fafc9d6337067c92c062d51a581c",
- "shasum": ""
- },
- "require": {
- "php": "^7.0|^8.0",
- "symfony/yaml": "^3.0|^4.0|^5.0|^6.0|^7.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Spatie\\YamlFrontMatter\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Sebastian De Deyne",
- "email": "sebastian@spatie.be",
- "homepage": "https://spatie.be",
- "role": "Developer"
- }
- ],
- "description": "A to the point yaml front matter parser",
- "homepage": "https://github.com/sebastiandedeyne/yaml-front-matter",
- "keywords": [
- "front matter",
- "jekyll",
- "spatie",
- "yaml"
- ],
- "support": {
- "source": "https://github.com/spatie/yaml-front-matter/tree/2.0.8"
- },
- "funding": [
- {
- "url": "https://spatie.be/open-source/support-us",
- "type": "custom"
- },
- {
- "url": "https://github.com/spatie",
- "type": "github"
- }
- ],
- "time": "2023-12-04T10:02:52+00:00"
- },
- {
- "name": "symfony/console",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/console.git",
- "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
- "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/service-contracts": "^2.5|^3",
- "symfony/string": "^5.4|^6.0|^7.0"
- },
- "conflict": {
- "symfony/dependency-injection": "<5.4",
- "symfony/dotenv": "<5.4",
- "symfony/event-dispatcher": "<5.4",
- "symfony/lock": "<5.4",
- "symfony/process": "<5.4"
- },
- "provide": {
- "psr/log-implementation": "1.0|2.0|3.0"
- },
- "require-dev": {
- "psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0|^7.0",
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
- "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
- "symfony/http-foundation": "^6.4|^7.0",
- "symfony/http-kernel": "^6.4|^7.0",
- "symfony/lock": "^5.4|^6.0|^7.0",
- "symfony/messenger": "^5.4|^6.0|^7.0",
- "symfony/process": "^5.4|^6.0|^7.0",
- "symfony/stopwatch": "^5.4|^6.0|^7.0",
- "symfony/var-dumper": "^5.4|^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Console\\": ""
- },
- "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": "Eases the creation of beautiful and testable command line interfaces",
- "homepage": "https://symfony.com",
- "keywords": [
- "cli",
- "command-line",
- "console",
- "terminal"
- ],
- "support": {
- "source": "https://github.com/symfony/console/tree/v6.4.2"
- },
- "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": "2023-12-10T16:15:48+00:00"
- },
- {
- "name": "symfony/deprecation-contracts",
- "version": "v3.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
- "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "files": [
- "function.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "A generic function and convention to trigger deprecation notices",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
- },
- "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": "2023-05-23T14:45:45+00:00"
- },
- {
- "name": "symfony/error-handler",
- "version": "v6.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/error-handler.git",
- "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/c873490a1c97b3a0a4838afc36ff36c112d02788",
- "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^5.4|^6.0|^7.0"
- },
- "conflict": {
- "symfony/deprecation-contracts": "<2.5",
- "symfony/http-kernel": "<6.4"
- },
- "require-dev": {
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/http-kernel": "^6.4|^7.0",
- "symfony/serializer": "^5.4|^6.0|^7.0"
- },
- "bin": [
- "Resources/bin/patch-type-declarations"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\ErrorHandler\\": ""
- },
- "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": "Provides tools to manage errors and ease debugging PHP code",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/error-handler/tree/v6.4.0"
- },
- "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": "2023-10-18T09:43:34+00:00"
- },
- {
- "name": "symfony/event-dispatcher",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "e95216850555cd55e71b857eb9d6c2674124603a"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e95216850555cd55e71b857eb9d6c2674124603a",
- "reference": "e95216850555cd55e71b857eb9d6c2674124603a",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/event-dispatcher-contracts": "^2.5|^3"
- },
- "conflict": {
- "symfony/dependency-injection": "<5.4",
- "symfony/service-contracts": "<2.5"
- },
- "provide": {
- "psr/event-dispatcher-implementation": "1.0",
- "symfony/event-dispatcher-implementation": "2.0|3.0"
- },
- "require-dev": {
- "psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0|^7.0",
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
- "symfony/error-handler": "^5.4|^6.0|^7.0",
- "symfony/expression-language": "^5.4|^6.0|^7.0",
- "symfony/http-foundation": "^5.4|^6.0|^7.0",
- "symfony/service-contracts": "^2.5|^3",
- "symfony/stopwatch": "^5.4|^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\EventDispatcher\\": ""
- },
- "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": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.2"
- },
- "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": "2023-12-27T22:16:42+00:00"
- },
- {
- "name": "symfony/event-dispatcher-contracts",
- "version": "v3.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
- "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "psr/event-dispatcher": "^1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\EventDispatcher\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to dispatching event",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
- },
- "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": "2023-05-23T14:45:45+00:00"
- },
- {
- "name": "symfony/finder",
- "version": "v6.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/finder.git",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
- "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1"
- },
- "require-dev": {
- "symfony/filesystem": "^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Finder\\": ""
- },
- "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": "Finds files and directories via an intuitive fluent interface",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.0"
- },
- "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": "2023-10-31T17:30:12+00:00"
- },
- {
- "name": "symfony/http-foundation",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-foundation.git",
- "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/172d807f9ef3fc3fbed8377cc57c20d389269271",
- "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-mbstring": "~1.1",
- "symfony/polyfill-php83": "^1.27"
- },
- "conflict": {
- "symfony/cache": "<6.3"
- },
- "require-dev": {
- "doctrine/dbal": "^2.13.1|^3|^4",
- "predis/predis": "^1.1|^2.0",
- "symfony/cache": "^6.3|^7.0",
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
- "symfony/expression-language": "^5.4|^6.0|^7.0",
- "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
- "symfony/mime": "^5.4|^6.0|^7.0",
- "symfony/rate-limiter": "^5.4|^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpFoundation\\": ""
- },
- "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": "Defines an object-oriented layer for the HTTP specification",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.4.2"
- },
- "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": "2023-12-27T22:16:42+00:00"
- },
- {
- "name": "symfony/http-kernel",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/http-kernel.git",
- "reference": "13e8387320b5942d0dc408440c888e2d526efef4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/13e8387320b5942d0dc408440c888e2d526efef4",
- "reference": "13e8387320b5942d0dc408440c888e2d526efef4",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/error-handler": "^6.4|^7.0",
- "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
- "symfony/http-foundation": "^6.4|^7.0",
- "symfony/polyfill-ctype": "^1.8"
- },
- "conflict": {
- "symfony/browser-kit": "<5.4",
- "symfony/cache": "<5.4",
- "symfony/config": "<6.1",
- "symfony/console": "<5.4",
- "symfony/dependency-injection": "<6.4",
- "symfony/doctrine-bridge": "<5.4",
- "symfony/form": "<5.4",
- "symfony/http-client": "<5.4",
- "symfony/http-client-contracts": "<2.5",
- "symfony/mailer": "<5.4",
- "symfony/messenger": "<5.4",
- "symfony/translation": "<5.4",
- "symfony/translation-contracts": "<2.5",
- "symfony/twig-bridge": "<5.4",
- "symfony/validator": "<6.4",
- "symfony/var-dumper": "<6.3",
- "twig/twig": "<2.13"
- },
- "provide": {
- "psr/log-implementation": "1.0|2.0|3.0"
- },
- "require-dev": {
- "psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^5.4|^6.0|^7.0",
- "symfony/clock": "^6.2|^7.0",
- "symfony/config": "^6.1|^7.0",
- "symfony/console": "^5.4|^6.0|^7.0",
- "symfony/css-selector": "^5.4|^6.0|^7.0",
- "symfony/dependency-injection": "^6.4|^7.0",
- "symfony/dom-crawler": "^5.4|^6.0|^7.0",
- "symfony/expression-language": "^5.4|^6.0|^7.0",
- "symfony/finder": "^5.4|^6.0|^7.0",
- "symfony/http-client-contracts": "^2.5|^3",
- "symfony/process": "^5.4|^6.0|^7.0",
- "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
- "symfony/routing": "^5.4|^6.0|^7.0",
- "symfony/serializer": "^6.3|^7.0",
- "symfony/stopwatch": "^5.4|^6.0|^7.0",
- "symfony/translation": "^5.4|^6.0|^7.0",
- "symfony/translation-contracts": "^2.5|^3",
- "symfony/uid": "^5.4|^6.0|^7.0",
- "symfony/validator": "^6.4|^7.0",
- "symfony/var-exporter": "^6.2|^7.0",
- "twig/twig": "^2.13|^3.0.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\HttpKernel\\": ""
- },
- "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": "Provides a structured process for converting a Request into a Response",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.4.2"
- },
- "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": "2023-12-30T15:31:44+00:00"
- },
- {
- "name": "symfony/mime",
- "version": "v6.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/mime.git",
- "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
- "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-intl-idn": "^1.10",
- "symfony/polyfill-mbstring": "^1.0"
- },
- "conflict": {
- "egulias/email-validator": "~3.0.0",
- "phpdocumentor/reflection-docblock": "<3.2.2",
- "phpdocumentor/type-resolver": "<1.4.0",
- "symfony/mailer": "<5.4",
- "symfony/serializer": "<6.3.2"
- },
- "require-dev": {
- "egulias/email-validator": "^2.1.10|^3.1|^4",
- "league/html-to-markdown": "^5.0",
- "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
- "symfony/property-access": "^5.4|^6.0|^7.0",
- "symfony/property-info": "^5.4|^6.0|^7.0",
- "symfony/serializer": "^6.3.2|^7.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Mime\\": ""
- },
- "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": "Allows manipulating MIME messages",
- "homepage": "https://symfony.com",
- "keywords": [
- "mime",
- "mime-type"
- ],
- "support": {
- "source": "https://github.com/symfony/mime/tree/v6.4.0"
- },
- "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": "2023-10-17T11:49:05+00:00"
- },
- {
- "name": "symfony/polyfill-ctype",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "provide": {
- "ext-ctype": "*"
- },
- "suggest": {
- "ext-ctype": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Ctype\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Gert de Pagter",
- "email": "BackEndTea@gmail.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for ctype functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "ctype",
- "polyfill",
- "portable"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
- },
- "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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-intl-grapheme",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "875e90aeea2777b6f135677f618529449334a612"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
- "reference": "875e90aeea2777b6f135677f618529449334a612",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's grapheme_* functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "grapheme",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
- },
- "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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-intl-idn",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
- "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "symfony/polyfill-intl-normalizer": "^1.10",
- "symfony/polyfill-php72": "^1.10"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Idn\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Laurent Bassin",
- "email": "laurent@bassin.info"
- },
- {
- "name": "Trevor Rowbotham",
- "email": "trevor.rowbotham@pm.me"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "idn",
- "intl",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
- },
- "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": "2023-01-26T09:30:37+00:00"
- },
- {
- "name": "symfony/polyfill-intl-normalizer",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
- "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "suggest": {
- "ext-intl": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "intl",
- "normalizer",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
- },
- "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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-mbstring",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "42292d99c55abe617799667f454222c54c60e229"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
- "reference": "42292d99c55abe617799667f454222c54c60e229",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "provide": {
- "ext-mbstring": "*"
- },
- "suggest": {
- "ext-mbstring": "For best performance"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Mbstring\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill for the Mbstring extension",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "mbstring",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
- },
- "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": "2023-07-28T09:04:16+00:00"
- },
- {
- "name": "symfony/polyfill-php72",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
- "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php72\\": ""
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
- },
- "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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-php80",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
- "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php80\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Ion Bazan",
- "email": "ion.bazan@gmail.com"
- },
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
- },
- "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": "2023-01-26T09:26:14+00:00"
- },
- {
- "name": "symfony/polyfill-php83",
- "version": "v1.28.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/polyfill-php83.git",
- "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
- "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
- "shasum": ""
- },
- "require": {
- "php": ">=7.1",
- "symfony/polyfill-php80": "^1.14"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "1.28-dev"
- },
- "thanks": {
- "name": "symfony/polyfill",
- "url": "https://github.com/symfony/polyfill"
- }
- },
- "autoload": {
- "files": [
- "bootstrap.php"
- ],
- "psr-4": {
- "Symfony\\Polyfill\\Php83\\": ""
- },
- "classmap": [
- "Resources/stubs"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
- "homepage": "https://symfony.com",
- "keywords": [
- "compatibility",
- "polyfill",
- "portable",
- "shim"
- ],
- "support": {
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
- },
- "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": "2023-08-16T06:22:46+00:00"
- },
- {
- "name": "symfony/process",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241",
- "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
- },
- "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": "Executes commands in sub-processes",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/process/tree/v6.4.2"
- },
- "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": "2023-12-22T16:42:54+00:00"
- },
- {
- "name": "symfony/service-contracts",
- "version": "v3.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/service-contracts.git",
- "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
- "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "psr/container": "^1.1|^2.0"
- },
- "conflict": {
- "ext-psr": "<1.1|>=2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Service\\": ""
- },
- "exclude-from-classmap": [
- "/Test/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to writing services",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
- },
- "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": "2023-12-26T14:02:43+00:00"
- },
- {
- "name": "symfony/string",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/string.git",
- "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
- "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/polyfill-ctype": "~1.8",
- "symfony/polyfill-intl-grapheme": "~1.0",
- "symfony/polyfill-intl-normalizer": "~1.0",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "conflict": {
- "symfony/translation-contracts": "<2.5"
- },
- "require-dev": {
- "symfony/error-handler": "^5.4|^6.0|^7.0",
- "symfony/http-client": "^5.4|^6.0|^7.0",
- "symfony/intl": "^6.2|^7.0",
- "symfony/translation-contracts": "^2.5|^3.0",
- "symfony/var-exporter": "^5.4|^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "Resources/functions.php"
- ],
- "psr-4": {
- "Symfony\\Component\\String\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
- "homepage": "https://symfony.com",
- "keywords": [
- "grapheme",
- "i18n",
- "string",
- "unicode",
- "utf-8",
- "utf8"
- ],
- "support": {
- "source": "https://github.com/symfony/string/tree/v6.4.2"
- },
- "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": "2023-12-10T16:15:48+00:00"
- },
- {
- "name": "symfony/translation",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation.git",
- "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
- "reference": "a2ab2ec1a462e53016de8e8d5e8912bfd62ea681",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-mbstring": "~1.0",
- "symfony/translation-contracts": "^2.5|^3.0"
- },
- "conflict": {
- "symfony/config": "<5.4",
- "symfony/console": "<5.4",
- "symfony/dependency-injection": "<5.4",
- "symfony/http-client-contracts": "<2.5",
- "symfony/http-kernel": "<5.4",
- "symfony/service-contracts": "<2.5",
- "symfony/twig-bundle": "<5.4",
- "symfony/yaml": "<5.4"
- },
- "provide": {
- "symfony/translation-implementation": "2.3|3.0"
- },
- "require-dev": {
- "nikic/php-parser": "^4.13",
- "psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0|^7.0",
- "symfony/console": "^5.4|^6.0|^7.0",
- "symfony/dependency-injection": "^5.4|^6.0|^7.0",
- "symfony/finder": "^5.4|^6.0|^7.0",
- "symfony/http-client-contracts": "^2.5|^3.0",
- "symfony/http-kernel": "^5.4|^6.0|^7.0",
- "symfony/intl": "^5.4|^6.0|^7.0",
- "symfony/polyfill-intl-icu": "^1.21",
- "symfony/routing": "^5.4|^6.0|^7.0",
- "symfony/service-contracts": "^2.5|^3",
- "symfony/yaml": "^5.4|^6.0|^7.0"
- },
- "type": "library",
- "autoload": {
- "files": [
- "Resources/functions.php"
- ],
- "psr-4": {
- "Symfony\\Component\\Translation\\": ""
- },
- "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": "Provides tools to internationalize your application",
- "homepage": "https://symfony.com",
- "support": {
- "source": "https://github.com/symfony/translation/tree/v6.4.2"
- },
- "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": "2023-12-18T09:25:29+00:00"
- },
- {
- "name": "symfony/translation-contracts",
- "version": "v3.4.1",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/translation-contracts.git",
- "reference": "06450585bf65e978026bda220cdebca3f867fde7"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
- "reference": "06450585bf65e978026bda220cdebca3f867fde7",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "3.4-dev"
- },
- "thanks": {
- "name": "symfony/contracts",
- "url": "https://github.com/symfony/contracts"
- }
- },
- "autoload": {
- "psr-4": {
- "Symfony\\Contracts\\Translation\\": ""
- },
- "exclude-from-classmap": [
- "/Test/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Generic abstractions related to translation",
- "homepage": "https://symfony.com",
- "keywords": [
- "abstractions",
- "contracts",
- "decoupling",
- "interfaces",
- "interoperability",
- "standards"
- ],
- "support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
- },
- "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": "2023-12-26T14:02:43+00:00"
- },
- {
- "name": "symfony/var-dumper",
- "version": "v6.4.2",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/var-dumper.git",
- "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
- "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-mbstring": "~1.0"
- },
- "conflict": {
- "symfony/console": "<5.4"
- },
- "require-dev": {
- "ext-iconv": "*",
- "symfony/console": "^5.4|^6.0|^7.0",
- "symfony/error-handler": "^6.3|^7.0",
- "symfony/http-kernel": "^5.4|^6.0|^7.0",
- "symfony/process": "^5.4|^6.0|^7.0",
- "symfony/uid": "^5.4|^6.0|^7.0",
- "twig/twig": "^2.13|^3.0.4"
- },
- "bin": [
- "Resources/bin/var-dump-server"
- ],
- "type": "library",
- "autoload": {
- "files": [
- "Resources/functions/dump.php"
- ],
- "psr-4": {
- "Symfony\\Component\\VarDumper\\": ""
- },
- "exclude-from-classmap": [
- "/Tests/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Nicolas Grekas",
- "email": "p@tchwork.com"
- },
- {
- "name": "Symfony Community",
- "homepage": "https://symfony.com/contributors"
- }
- ],
- "description": "Provides mechanisms for walking through any arbitrary PHP variable",
- "homepage": "https://symfony.com",
- "keywords": [
- "debug",
- "dump"
- ],
- "support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.4.2"
- },
- "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": "2023-12-28T19:16:56+00:00"
- },
- {
- "name": "symfony/yaml",
- "version": "v6.4.0",
- "source": {
- "type": "git",
- "url": "https://github.com/symfony/yaml.git",
- "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587",
- "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587",
- "shasum": ""
- },
- "require": {
- "php": ">=8.1",
- "symfony/deprecation-contracts": "^2.5|^3",
- "symfony/polyfill-ctype": "^1.8"
- },
- "conflict": {
- "symfony/console": "<5.4"
- },
- "require-dev": {
- "symfony/console": "^5.4|^6.0|^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/v6.4.0"
- },
- "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": "2023-11-06T11:00:25+00:00"
- },
- {
- "name": "torchlight/torchlight-commonmark",
- "version": "v0.5.5",
- "source": {
- "type": "git",
- "url": "https://github.com/torchlight-api/torchlight-commonmark-php.git",
- "reference": "eb618ae6187090126a9ef881ccaf9c315d49c99b"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/torchlight-api/torchlight-commonmark-php/zipball/eb618ae6187090126a9ef881ccaf9c315d49c99b",
- "reference": "eb618ae6187090126a9ef881ccaf9c315d49c99b",
- "shasum": ""
- },
- "require": {
- "league/commonmark": "^1.5|^2.0",
- "php": "^7.2|^8.0",
- "torchlight/torchlight-laravel": "^0.5.10"
- },
- "require-dev": {
- "mockery/mockery": "^1.3.3",
- "orchestra/testbench": "^5.0|^6.0",
- "phpunit/phpunit": "^8.4"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Torchlight\\Commonmark\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Aaron Francis",
- "email": "aaron@hammerstone.dev"
- }
- ],
- "description": "A Commonmark extension for Torchlight, the syntax highlighting API.",
- "homepage": "https://torchlight.dev",
- "keywords": [
- "Code highlighting",
- "commonmark",
- "laravel",
- "markdown",
- "syntax highlighting"
- ],
- "support": {
- "issues": "https://github.com/torchlight-api/torchlight-commonmark-php/issues",
- "source": "https://github.com/torchlight-api/torchlight-commonmark-php/tree/v0.5.5"
- },
- "time": "2022-02-23T17:09:44+00:00"
- },
- {
- "name": "torchlight/torchlight-laravel",
- "version": "v0.5.14",
- "source": {
- "type": "git",
- "url": "https://github.com/torchlight-api/torchlight-laravel.git",
- "reference": "6a47c9dfdc5dc11ce0ef0672337119026189326d"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/torchlight-api/torchlight-laravel/zipball/6a47c9dfdc5dc11ce0ef0672337119026189326d",
- "reference": "6a47c9dfdc5dc11ce0ef0672337119026189326d",
- "shasum": ""
- },
- "require": {
- "guzzlehttp/guzzle": "^7.2",
- "illuminate/cache": "^8.0|^9.0|^10.0",
- "illuminate/console": "^8.0|^9.0|^10.0",
- "illuminate/http": "^8.0|^9.0|^10.0",
- "illuminate/support": "^8.0|^9.0|^10.0",
- "illuminate/view": "^8.0|^9.0|^10.0",
- "php": "^7.3|^8.0",
- "ramsey/uuid": "^3.7|^4.0"
- },
- "require-dev": {
- "mockery/mockery": "^1.3.3",
- "orchestra/testbench": "^5.0|^6.0|^7.0",
- "phpunit/phpunit": "^8.5.23|^9.5"
- },
- "type": "library",
- "extra": {
- "laravel": {
- "providers": [
- "Torchlight\\TorchlightServiceProvider"
- ]
- }
- },
- "autoload": {
- "psr-4": {
- "Torchlight\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Aaron Francis",
- "email": "aaron@hammerstone.dev"
- }
- ],
- "description": "A Laravel Client for Torchlight, the syntax highlighting API.",
- "homepage": "https://torchlight.dev",
- "keywords": [
- "Code highlighting",
- "laravel",
- "syntax highlighting"
- ],
- "support": {
- "issues": "https://github.com/torchlight-api/torchlight-laravel/issues",
- "source": "https://github.com/torchlight-api/torchlight-laravel/tree/v0.5.14"
- },
- "time": "2023-08-18T21:14:06+00:00"
- },
- {
- "name": "vlucas/phpdotenv",
- "version": "v5.6.0",
- "source": {
- "type": "git",
- "url": "https://github.com/vlucas/phpdotenv.git",
- "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
- "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
- "shasum": ""
- },
- "require": {
- "ext-pcre": "*",
- "graham-campbell/result-type": "^1.1.2",
- "php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.2",
- "symfony/polyfill-ctype": "^1.24",
- "symfony/polyfill-mbstring": "^1.24",
- "symfony/polyfill-php80": "^1.24"
- },
- "require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.2",
- "ext-filter": "*",
- "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
- },
- "suggest": {
- "ext-filter": "Required to use the boolean validator."
- },
- "type": "library",
- "extra": {
- "bamarni-bin": {
- "bin-links": true,
- "forward-command": true
- },
- "branch-alias": {
- "dev-master": "5.6-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Dotenv\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Graham Campbell",
- "email": "hello@gjcampbell.co.uk",
- "homepage": "https://github.com/GrahamCampbell"
- },
- {
- "name": "Vance Lucas",
- "email": "vance@vancelucas.com",
- "homepage": "https://github.com/vlucas"
- }
- ],
- "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
- "keywords": [
- "dotenv",
- "env",
- "environment"
- ],
- "support": {
- "issues": "https://github.com/vlucas/phpdotenv/issues",
- "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
- },
- "funding": [
- {
- "url": "https://github.com/GrahamCampbell",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
- "type": "tidelift"
- }
- ],
- "time": "2023-11-12T22:43:29+00:00"
- },
- {
- "name": "voku/portable-ascii",
- "version": "2.0.1",
- "source": {
- "type": "git",
- "url": "https://github.com/voku/portable-ascii.git",
- "reference": "b56450eed252f6801410d810c8e1727224ae0743"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
- "reference": "b56450eed252f6801410d810c8e1727224ae0743",
- "shasum": ""
- },
- "require": {
- "php": ">=7.0.0"
- },
- "require-dev": {
- "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
- },
- "suggest": {
- "ext-intl": "Use Intl for transliterator_transliterate() support"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "voku\\": "src/voku/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Lars Moelleken",
- "homepage": "http://www.moelleken.org/"
- }
- ],
- "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
- "homepage": "https://github.com/voku/portable-ascii",
- "keywords": [
- "ascii",
- "clean",
- "php"
- ],
- "support": {
- "issues": "https://github.com/voku/portable-ascii/issues",
- "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
- },
- "funding": [
- {
- "url": "https://www.paypal.me/moelleken",
- "type": "custom"
- },
- {
- "url": "https://github.com/voku",
- "type": "github"
- },
- {
- "url": "https://opencollective.com/portable-ascii",
- "type": "open_collective"
- },
- {
- "url": "https://www.patreon.com/voku",
- "type": "patreon"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
- "type": "tidelift"
- }
- ],
- "time": "2022-03-08T17:03:00+00:00"
- },
- {
- "name": "webmozart/assert",
- "version": "1.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/webmozarts/assert.git",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
- "shasum": ""
- },
- "require": {
- "ext-ctype": "*",
- "php": "^7.2 || ^8.0"
- },
- "conflict": {
- "phpstan/phpstan": "<0.12.20",
- "vimeo/psalm": "<4.6.1 || 4.6.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.13"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.10-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Webmozart\\Assert\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Bernhard Schussek",
- "email": "bschussek@gmail.com"
- }
- ],
- "description": "Assertions to validate method input/output with nice error messages.",
- "keywords": [
- "assert",
- "check",
- "validate"
- ],
- "support": {
- "issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.11.0"
- },
- "time": "2022-06-03T18:03:27+00:00"
- }
- ],
- "packages-dev": [
- {
- "name": "desilva/microserve",
- "version": "v1.0.0",
- "source": {
- "type": "git",
- "url": "https://github.com/caendesilva/microserve.git",
- "reference": "2a55037f67578c2c9a30108a7b68051236a6b2d6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/caendesilva/microserve/zipball/2a55037f67578c2c9a30108a7b68051236a6b2d6",
- "reference": "2a55037f67578c2c9a30108a7b68051236a6b2d6",
- "shasum": ""
- },
- "require": {
- "php": "^8.0"
- },
- "require-dev": {
- "phpunit/phpunit": "^9.0"
- },
- "type": "library",
- "autoload": {
- "psr-4": {
- "Desilva\\Microserve\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Caen De Silva",
- "email": "caen@desilva.se",
- "role": "Developer"
- }
- ],
- "description": "Lightweight API for creating PHP application servers",
- "homepage": "https://github.com/caendesilva/microserve",
- "keywords": [
- "desilva",
- "microserve"
- ],
- "support": {
- "issues": "https://github.com/caendesilva/microserve/issues",
- "source": "https://github.com/caendesilva/microserve/tree/v1.0.0"
- },
- "time": "2022-06-04T12:07:54+00:00"
- },
- {
- "name": "hyde/realtime-compiler",
- "version": "v3.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/hydephp/realtime-compiler.git",
- "reference": "47354612e578da74bcad15e001ce0f5f0c2e8ca1"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/hydephp/realtime-compiler/zipball/47354612e578da74bcad15e001ce0f5f0c2e8ca1",
- "reference": "47354612e578da74bcad15e001ce0f5f0c2e8ca1",
- "shasum": ""
- },
- "require": {
- "desilva/microserve": "^1.0",
- "hyde/framework": "*"
- },
- "suggest": {
- "hyde/framework": "This package requires Hyde Framework version v1.0.0 or higher."
- },
- "bin": [
- "bin/server.php"
- ],
- "type": "library",
- "autoload": {
- "psr-4": {
- "Hyde\\RealtimeCompiler\\": "src/"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Caen De Silva",
- "email": "caen@desilva.se"
- }
- ],
- "description": "HydePHP Realtime Compiler Server",
- "support": {
- "issues": "https://github.com/hydephp/realtime-compiler/issues",
- "source": "https://github.com/hydephp/realtime-compiler/tree/v3.2.2"
- },
- "funding": [
- {
- "url": "https://www.buymeacoffee.com/caen",
- "type": "custom"
- }
- ],
- "time": "2023-12-12T17:37:55+00:00"
- }
- ],
- "aliases": [],
- "minimum-stability": "dev",
- "stability-flags": [],
- "prefer-stable": true,
- "prefer-lowest": false,
- "platform": {
- "php": "^8.1"
- },
- "platform-dev": [],
- "plugin-api-version": "2.6.0"
-}
diff --git a/config/docs.php b/config/docs.php
deleted file mode 100644
index fab400e..0000000
--- a/config/docs.php
+++ /dev/null
@@ -1,137 +0,0 @@
- [
- // The title in the sidebar header
- 'header' => env('SITE_NAME', 'HydePHP').' Docs',
-
- // When using a grouped sidebar, should the groups be collapsible?
- 'collapsible' => true,
-
- // Should the sidebar footer be shown? You can also set this to a string
- // of Markdown to show in the footer. Set to `false` to disable.
- 'footer' => true,
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Sidebar Page Order
- |--------------------------------------------------------------------------
- |
- | In the generated Documentation pages the navigation links in the sidebar
- | default to sort alphabetically. You can reorder the page identifiers
- | in the list below, and the links will get sorted in that order.
- |
- | The items will get a priority of 500 plus the order its found in the list.
- | Pages without a priority will fall back to the default priority of 999.
- |
- | You can also set explicit priorities in front matter or by specifying
- | a value to the array key in the list to override the inferred value.
- |
- */
-
- 'sidebar_order' => [
- 'readme',
- 'installation',
- 'getting-started',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Table of Contents Settings
- |--------------------------------------------------------------------------
- |
- | The Hyde Documentation Module comes with a fancy Sidebar that, by default,
- | has a Table of Contents included. Here, you can configure its behavior,
- | content, look and feel. You can also disable the feature completely.
- |
- */
-
- 'table_of_contents' => [
- 'enabled' => true,
- 'min_heading_level' => 2,
- 'max_heading_level' => 4,
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Collaborative Source Editing Location
- |--------------------------------------------------------------------------
- |
- | @see https://hydephp.com/docs/1.x/documentation-pages#automatic-edit-page-button
- |
- | By adding a base URL here, Hyde will use it to create "edit source" links
- | to your documentation pages. Hyde expects this to be a GitHub path, but
- | it will probably work with other methods as well, if not, send a PR!
- |
- | You can also change the link text with the `edit_source_link_text` setting.
- |
- | Example: https://github.com/hydephp/docs/blob/master
- | Do not specify the filename or extension, Hyde will do that for you.
- | Setting the setting to null will disable the feature.
- |
- */
-
- // 'source_file_location_base' => 'https://github.com///<[blob/edit]>/',
- 'edit_source_link_text' => 'Edit Source',
- 'edit_source_link_position' => 'footer', // 'header', 'footer', or 'both'
-
- /*
- |--------------------------------------------------------------------------
- | Search Customization
- |--------------------------------------------------------------------------
- |
- | Hyde comes with an easy to use search feature for documentation pages.
- | @see https://hydephp.com/docs/1.x/documentation-pages#search-feature
- |
- */
-
- // Should a docs/search.html page be generated?
- 'create_search_page' => true,
-
- // Are there any pages you don't want to show in the search results?
- 'exclude_from_search' => [
- 'changelog',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Flattened Output Paths
- |--------------------------------------------------------------------------
- |
- | If this setting is set to true, Hyde will output all documentation pages
- | into the same configured documentation output directory. This means
- | that you can use the automatic directory based grouping feature,
- | but still have a "flat" output structure. Note that this means
- | that you can't have two documentation pages with the same
- | filename or navigation menu label as they will overwrite each other.
- |
- | If you set this to false, Hyde will match the directory structure
- | of the source files (just like all other pages).
- |
- */
-
- 'flattened_output_paths' => true,
-];
diff --git a/config/hyde.php b/config/hyde.php
deleted file mode 100644
index 950b109..0000000
--- a/config/hyde.php
+++ /dev/null
@@ -1,465 +0,0 @@
- env('SITE_NAME', 'rominronin'),
-
- /*
- |--------------------------------------------------------------------------
- | Site Base URL
- |--------------------------------------------------------------------------
- |
- | Setting a base URL is highly recommended, and is required to use some
- | HydePHP features, like automatic sitemaps and RSS feeds.
- |
- | If you are serving your site from a subdirectory,
- | you will need to include that in the path.
- |
- */
-
- 'url' => env('SITE_URL', 'http://localhost'),
-
- /*
- |--------------------------------------------------------------------------
- | Site Language
- |--------------------------------------------------------------------------
- |
- | This value sets the language of your site and is used for the
- | element in the app layout. Default is 'en'.
- |
- */
-
- 'language' => 'en',
-
- /*
- |--------------------------------------------------------------------------
- | Pretty URLs
- |--------------------------------------------------------------------------
- |
- | When the setting is enabled, generated links in the compiled HTML site
- | are without the .html extension, in other words, "pretty" URLs.
- |
- | This setting can also be enabled on a per-compile basis by supplying
- | the `--pretty-urls` option when you run the build command.
- |
- */
-
- 'pretty_urls' => true,
-
- /*
- |--------------------------------------------------------------------------
- | Sitemap Generation
- |--------------------------------------------------------------------------
- |
- | When the setting is enabled, a sitemap.xml file will automatically be
- | generated when you compile your static site.
- |
- | This feature requires that a site base URL has been set.
- |
- */
-
- 'generate_sitemap' => true,
-
- /*
- |--------------------------------------------------------------------------
- | RSS Feed Generation
- |--------------------------------------------------------------------------
- |
- | When enabled, an RSS feed with your Markdown blog posts will be
- | generated when you compile your static site.
- |
- | This feature requires that a site base URL has been set.
- |
- */
-
- 'rss' => [
- // Should the RSS feed be generated?
- 'enabled' => true,
-
- // What filename should the RSS file use?
- 'filename' => 'feed.xml',
-
- // The channel description.
- 'description' => env('SITE_NAME', 'HydePHP').' RSS Feed',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Source Root Directory
- |--------------------------------------------------------------------------
- |
- | HydePHP will by default look for the underscored source directories in the
- | root of your project. For example, you might want everything in a 'src'
- | subdirectory. That's easy enough, just set the value below to "src"!
- |
- */
-
- 'source_root' => '',
-
- /*
- |--------------------------------------------------------------------------
- | Site Output Directory
- |--------------------------------------------------------------------------
- |
- | This setting specifies the output path for your site, useful to for
- | example, store the site in the docs/ directory for GitHub Pages.
- | The path is relative to the root of your project.
- |
- */
-
- 'output_directory' => '_site',
-
- /*
- |--------------------------------------------------------------------------
- | Source Directories
- |--------------------------------------------------------------------------
- |
- | The directories you place your content in are important. The directory
- | will be used to determine the proper page type and the templates used.
- | If you are not happy with these defaults, you can change them here.
- | Note that these are relative to the `source_root` setting above.
- |
- */
-
- 'source_directories' => [
- \Hyde\Pages\HtmlPage::class => '_pages',
- \Hyde\Pages\BladePage::class => '_pages',
- \Hyde\Pages\MarkdownPage::class => '_pages',
- \Hyde\Pages\MarkdownPost::class => '_posts',
- \Hyde\Pages\DocumentationPage::class => '_docs',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Output Directories
- |--------------------------------------------------------------------------
- |
- | Like the source directories, the output directories are also important
- | as they determine the final output path for each page type in your
- | compiled static site. This change also affects the route keys.
- |
- | Note that these are relative to the site's `output_directory` setting.
- | Setting the value to '' will output the page to the root of the site.
- |
- */
-
- 'output_directories' => [
- \Hyde\Pages\HtmlPage::class => '',
- \Hyde\Pages\BladePage::class => '',
- \Hyde\Pages\MarkdownPage::class => '',
- \Hyde\Pages\MarkdownPost::class => 'posts',
- \Hyde\Pages\DocumentationPage::class => 'docs',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Media Directory
- |--------------------------------------------------------------------------
- |
- | This setting specifies the directory where your media files are stored.
- | Note that this affects both the source and output directories.
- | The path is relative to the root of your project.
- |
- */
-
- 'media_directory' => '_media',
-
- /*
- |--------------------------------------------------------------------------
- | Global Site Meta Tags
- |--------------------------------------------------------------------------
- |
- | While you can add any number of meta tags in the meta.blade.php component
- | using standard HTML, you can also use the Meta helper. To add a regular
- | meta tag, use Meta::name() helper. To add an Open Graph property, use
- | Meta::property() helper which also adds the `og:` prefix for you.
- |
- | Please note that some pages like blog posts contain dynamic meta tags
- | which may override these globals when present in the front matter.
- |
- */
-
- 'meta' => [
- // Meta::name('author', 'Mr. Hyde'),
- // Meta::name('twitter:creator', '@HydeFramework'),
- // Meta::name('description', 'My Hyde Blog'),
- // Meta::name('keywords', 'Static Sites, Blogs, Documentation'),
- Meta::name('generator', 'HydePHP v'.Hyde\Hyde::version()),
- Meta::property('site_name', env('SITE_NAME', 'HydePHP')),
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Features
- |--------------------------------------------------------------------------
- |
- | Some of Hyde's features are optional. Feel free to disable the features
- | you don't need by removing or commenting them out from this array.
- | This config concept is directly inspired by Laravel Jetstream.
- |
- */
-
- 'features' => [
- // Page Modules
- Features::htmlPages(),
- Features::markdownPosts(),
- Features::bladePages(),
- Features::markdownPages(),
- Features::documentationPages(),
-
- // Frontend Features
- Features::darkmode(),
- Features::documentationSearch(),
-
- // Integrations
- Features::torchlight(),
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Blog Post Authors
- |--------------------------------------------------------------------------
- |
- | Hyde has support for adding authors in front matter, for example to
- | automatically add a link to your website or social media profiles.
- | However, it's tedious to have to add those to each and every
- | post you make, and keeping them updated is even harder.
- |
- | Here you can add predefined authors. When writing posts,
- | just specify the username in the front matter, and the
- | rest of the data will be pulled from a matching entry.
- |
- */
-
- 'authors' => [
- Author::create(
- 'rominronin', // Required username
- 'Baris Tosun', // Optional display name
- 'https://rominronin.github.io' // Optional website URL
- ),
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Footer Text
- |--------------------------------------------------------------------------
- |
- | Here you can customize the footer Markdown text for your site.
- |
- | If you don't want to write Markdown here, you use a Markdown include.
- | You can also customize the Blade view if you want a more complex footer.
- | You can disable it completely by changing the setting to `false`.
- |
- | To read about the many configuration options here, visit:
- | https://hydephp.com/docs/1.x/customization#footer
- |
- */
-
- 'footer' => 'Built with [HydePHP](https://github.com/hydephp/hyde) 🎩 | See also [baristosun.com](https://baristosun.com)',
-
- /*
- |--------------------------------------------------------------------------
- | Navigation Menu Configuration
- |--------------------------------------------------------------------------
- |
- | If you are looking to customize the main navigation menu, this is the place!
- |
- | All these settings uses Route Keys to identify the page you want to configure.
- | A route key is simply the URL path to the page, without the file extension.
- | So `_site/posts/hello-world.html` has the route key 'posts/hello-world'.
- |
- */
-
- 'navigation' => [
- // This configuration sets the priorities used to determine the order of the menu.
- // The default values have been added below for reference and easy editing.
- // The array key is the page's route key, the value is the priority.
- // Lower values show up first in the menu. The default is 999.
- 'order' => [
- 'index' => 0,
- 'posts' => 10,
- 'docs/index' => 100,
- ],
-
- // In case you want to customize the labels for the menu items, you can do so here.
- // Simply add the route key as the array key, and the label as the value.
- 'labels' => [
- 'index' => 'Home',
- 'docs/index' => 'Docs',
- ],
-
- // These are the route keys of pages that should not show up in the navigation menu.
- 'exclude' => [
- '404',
- ],
-
- // Any extra links you want to add to the navigation menu can be added here.
- // To get started quickly, you can uncomment the defaults here.
- // See the documentation link above for more information.
- 'custom' => [
- // NavItem::forLink('https://github.com/hydephp/hyde', 'GitHub', 200),
- ],
-
- // How should pages in subdirectories be displayed in the menu?
- // You can choose between 'dropdown', 'flat', and 'hidden'.
- 'subdirectories' => 'dropdown',
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Cache Busting
- |--------------------------------------------------------------------------
- |
- | Any assets loaded using the Asset::mediaLink() helper will automatically
- | have a cache busting query string appended to the URL. This is useful
- | when you want to force browsers to load a new version of an asset.
- |
- | The mediaLink helper is used in the built-in views to load the
- | default stylesheets and scripts, and thus use this feature.
- |
- | To disable cache busting, set this setting to false.
- |
- */
-
- 'enable_cache_busting' => true,
-
- /*
- |--------------------------------------------------------------------------
- | Load app.css from CDN
- |--------------------------------------------------------------------------
- |
- | Hyde ships with an app.css file containing compiled TailwindCSS styles
- | in the _media/ directory. If you want to load this file from the
- | HydeFront JsDelivr CDN, you can set this setting to true.
- |
- */
-
- 'load_app_styles_from_cdn' => false,
-
- /*
- |--------------------------------------------------------------------------
- | Tailwind Play CDN
- |--------------------------------------------------------------------------
- |
- | The next setting enables a script for the TailwindCSS Play CDN which will
- | compile CSS in the browser. While this is useful for local development
- | it's not recommended for production use. To keep things consistent,
- | your Tailwind configuration file will be injected into the HTML.
- */
-
- 'use_play_cdn' => false,
-
- /*
- |--------------------------------------------------------------------------
- | Default Color Scheme
- |--------------------------------------------------------------------------
- |
- | The default color scheme for the meta color-scheme tag, note that this
- | is just a hint to the user-agent and does not force a specific theme.
- |
- */
-
- 'default_color_scheme' => 'light',
-
- /*
- |--------------------------------------------------------------------------
- | Built-in Server
- |--------------------------------------------------------------------------
- |
- | Here you can configure settings for the built-in realtime compiler server.
- | The server also includes a magic dashboard feature that supercharges
- | your local development! This feature can alo be customised here.
- |
- */
-
- 'server' => [
- // The default port the preview is served on
- 'port' => env('SERVER_PORT', 8080),
-
- // The default host the preview is served on
- 'host' => env('SERVER_HOST', 'localhost'),
-
- // Should preview pages be saved to the output directory?
- 'save_preview' => true,
-
- // Should the live edit feature be enabled?
- 'live_edit' => env('SERVER_LIVE_EDIT', true),
-
- // Configure the realtime compiler dashboard
- 'dashboard' => [
- // Should the realtime compiler dashboard be enabled?
- 'enabled' => env('SERVER_DASHBOARD', true),
-
- // Can the dashboard make edits to the project file system?
- 'interactive' => true,
-
- // Should the dashboard show tips?
- 'tips' => true,
- ],
-
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Additional Advanced Options
- |--------------------------------------------------------------------------
- |
- | Finally, here are some additional configuration options that you most
- | likely won't need to change. These are intended for advanced users,
- | and some should only be changed if you know what you're doing.
- |
- */
-
- // The list of directories that are considered to be safe to empty upon site build.
- // If the site output directory is set to a directory that is not in this list,
- // the build command will prompt for confirmation before emptying it.
- 'safe_output_directories' => ['_site', 'docs', 'build'],
-
- // Should a JSON build manifest with metadata about the build be generated?
- 'generate_build_manifest' => true,
-
- // Where should the build manifest be saved? (Relative to project root, for example _site/build-manifest.json)
- 'build_manifest_path' => 'app/storage/framework/cache/build-manifest.json',
-
- // Here you can specify HydeFront version and URL for when loading app.css from the CDN.
- // Only change these if you know what you're doing as some versions may incompatible with your Hyde version.
- 'hydefront_version' => \Hyde\Framework\Services\AssetService::HYDEFRONT_VERSION,
- 'hydefront_cdn_url' => \Hyde\Framework\Services\AssetService::HYDEFRONT_CDN_URL,
-
-];
diff --git a/config/markdown.php b/config/markdown.php
deleted file mode 100644
index 0ec9407..0000000
--- a/config/markdown.php
+++ /dev/null
@@ -1,98 +0,0 @@
- [
- \League\CommonMark\Extension\GithubFlavoredMarkdownExtension::class,
- \League\CommonMark\Extension\Attributes\AttributesExtension::class,
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Configuration Options
- |--------------------------------------------------------------------------
- |
- | Define any options that should be passed to the CommonMark converter.
- |
- | Hyde handles many of the options automatically, but you may want to
- | override some of them and/or add your own. Any custom options
- | will be merged with the Hyde defaults during runtime.
- |
- */
-
- 'config' => [
- //
- ],
-
- /*
- |--------------------------------------------------------------------------
- | Allow all HTML tags
- |--------------------------------------------------------------------------
- |
- | HydePHP uses the GitHub Flavored Markdown extension to convert Markdown.
- | This, by default strips out some HTML tags. If you want to allow all
- | arbitrary HTML tags, and understand the risks involved, you can
- | use this config setting to enable all HTML tags.
- |
- */
-
- 'allow_html' => false,
-
- /*
- |--------------------------------------------------------------------------
- | Blade-supported Markdown
- |--------------------------------------------------------------------------
- |
- | This feature allows you to use basic Laravel Blade in Markdown files.
- |
- | It's disabled by default since can be a security risk as it allows
- | arbitrary PHP to run. But if your Markdown is trusted, try it out!
- |
- | To see the syntax and usage, see the documentation:
- | @see https://hydephp.com/docs/1.x/advanced-markdown#blade-support
- |
- */
-
- 'enable_blade' => false,
-
- /*
- |--------------------------------------------------------------------------
- | Tailwind Typography Prose Classes
- |--------------------------------------------------------------------------
- |
- | HydePHP uses Tailwind Typography to style rendered Markdown.
- |
- | This setting controls the base classes to apply to all the HTML elements
- | containing rendered markdown. Please note that if you add any new
- | classes, you may need to recompile your CSS file.
- |
- */
-
- 'prose_classes' => 'prose dark:prose-invert',
-];
diff --git a/_site/docs/index.html b/docs/index.html
similarity index 100%
rename from _site/docs/index.html
rename to docs/index.html
diff --git a/_site/docs/introduction.html b/docs/introduction.html
similarity index 100%
rename from _site/docs/introduction.html
rename to docs/introduction.html
diff --git a/_site/docs/katana60-pro.html b/docs/katana60-pro.html
similarity index 100%
rename from _site/docs/katana60-pro.html
rename to docs/katana60-pro.html
diff --git a/_site/docs/katana60.html b/docs/katana60.html
similarity index 100%
rename from _site/docs/katana60.html
rename to docs/katana60.html
diff --git a/_site/docs/search.html b/docs/search.html
similarity index 100%
rename from _site/docs/search.html
rename to docs/search.html
diff --git a/_site/docs/search.json b/docs/search.json
similarity index 100%
rename from _site/docs/search.json
rename to docs/search.json
diff --git a/_site/docs/tsuka60-pro.html b/docs/tsuka60-pro.html
similarity index 100%
rename from _site/docs/tsuka60-pro.html
rename to docs/tsuka60-pro.html
diff --git a/_site/feed.xml b/feed.xml
similarity index 97%
rename from _site/feed.xml
rename to feed.xml
index 47dedef..0c76d5b 100644
--- a/_site/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-rominroninhttp://localhostHydePHP RSS FeedenHydePHP 1.4.2Wed, 31 Jan 2024 15:01:34 +0000Recording a podcastRecording a podcast was migrated from the previous websitehttp://localhost/posts/2023-07-01-podcastinghttp://localhost/posts/2023-07-01-podcastingSat, 01 Jul 2023 00:00:00 +0000Baris Tosunblog(Re)discovering my website(Re)discovering my website was migrated from the previous websitehttp://localhost/posts/2023-06-18-new-websitehttp://localhost/posts/2023-06-18-new-websiteSun, 18 Jun 2023 00:00:00 +0000Baris Tosunblog(Re)discovering offset guitars(Re)discovering offset guitars was migrated from the previous websitehttp://localhost/posts/2023-06-11-new-guitarhttp://localhost/posts/2023-06-11-new-guitarSun, 11 Jun 2023 00:00:00 +0000Baris TosunblogNappy new year!Nappy new year! was migrated from the previous websitehttp://localhost/posts/2021-01-01-nappy-new-yearhttp://localhost/posts/2021-01-01-nappy-new-yearFri, 01 Jan 2021 00:00:00 +0000Baris TosunblogJust another update!Just another update! was migrated from the previous websitehttp://localhost/posts/2020-12-30-just-another-updatehttp://localhost/posts/2020-12-30-just-another-updateWed, 30 Dec 2020 01:00:00 +0000Baris TosunblogMy first Jekyll post!My first Jekyll post! was migrated from the previous websitehttp://localhost/posts/2020-12-29-my-first-jekyll-posthttp://localhost/posts/2020-12-29-my-first-jekyll-postTue, 29 Dec 2020 15:59:00 +0000Baris Tosunblog
+rominroninhttp://localhostHydePHP RSS FeedenHydePHP 1.4.2Wed, 31 Jan 2024 15:10:21 +0000Recording a podcastRecording a podcast was migrated from the previous websitehttp://localhost/posts/2023-07-01-podcastinghttp://localhost/posts/2023-07-01-podcastingSat, 01 Jul 2023 00:00:00 +0000Baris Tosunblog(Re)discovering my website(Re)discovering my website was migrated from the previous websitehttp://localhost/posts/2023-06-18-new-websitehttp://localhost/posts/2023-06-18-new-websiteSun, 18 Jun 2023 00:00:00 +0000Baris Tosunblog(Re)discovering offset guitars(Re)discovering offset guitars was migrated from the previous websitehttp://localhost/posts/2023-06-11-new-guitarhttp://localhost/posts/2023-06-11-new-guitarSun, 11 Jun 2023 00:00:00 +0000Baris TosunblogNappy new year!Nappy new year! was migrated from the previous websitehttp://localhost/posts/2021-01-01-nappy-new-yearhttp://localhost/posts/2021-01-01-nappy-new-yearFri, 01 Jan 2021 00:00:00 +0000Baris TosunblogJust another update!Just another update! was migrated from the previous websitehttp://localhost/posts/2020-12-30-just-another-updatehttp://localhost/posts/2020-12-30-just-another-updateWed, 30 Dec 2020 01:00:00 +0000Baris TosunblogMy first Jekyll post!My first Jekyll post! was migrated from the previous websitehttp://localhost/posts/2020-12-29-my-first-jekyll-posthttp://localhost/posts/2020-12-29-my-first-jekyll-postTue, 29 Dec 2020 15:59:00 +0000Baris Tosunblog
diff --git a/hyde b/hyde
deleted file mode 100644
index 5d42808..0000000
--- a/hyde
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/usr/bin/env php
-make(Illuminate\Contracts\Console\Kernel::class);
-
-$status = $kernel->handle(
- $input = new Symfony\Component\Console\Input\ArgvInput,
- new Symfony\Component\Console\Output\ConsoleOutput
-);
-
-/*
-|--------------------------------------------------------------------------
-| Shutdown The Application
-|--------------------------------------------------------------------------
-|
-| Once the HydeCLI has finished running, we will fire off the shutdown events
-| so that any final work may be done by the application before we shut
-| down the process. This is the last thing to happen to the request.
-|
-*/
-
-$kernel->terminate($input, $status);
-
-exit($status);
diff --git a/_site/index.html b/index.html
similarity index 100%
rename from _site/index.html
rename to index.html
diff --git a/_media/2023/banner.jpeg b/media/2023/banner.jpeg
similarity index 100%
rename from _media/2023/banner.jpeg
rename to media/2023/banner.jpeg
diff --git a/_media/2023/bullet-mustang.jpeg b/media/2023/bullet-mustang.jpeg
similarity index 100%
rename from _media/2023/bullet-mustang.jpeg
rename to media/2023/bullet-mustang.jpeg
diff --git a/_media/2023/jekyll-framework.png b/media/2023/jekyll-framework.png
similarity index 100%
rename from _media/2023/jekyll-framework.png
rename to media/2023/jekyll-framework.png
diff --git a/_media/app.css b/media/app.css
similarity index 100%
rename from _media/app.css
rename to media/app.css
diff --git a/package.json b/package.json
deleted file mode 100644
index ec62a9f..0000000
--- a/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "private": true,
- "scripts": {
- "dev": " mix",
- "prod": "mix --production",
- "watch": "mix watch"
- },
- "devDependencies": {
- "@tailwindcss/typography": "^0.5.2",
- "autoprefixer": "^10.4.5",
- "hydefront": "^3.3.0",
- "laravel-mix": "^6.0.49",
- "postcss": "^8.4.31",
- "prettier": "2.6.0",
- "tailwindcss": "^3.0.24"
- }
-}
diff --git a/_site/posts/2020-12-29-my-first-jekyll-post.html b/posts/2020-12-29-my-first-jekyll-post.html
similarity index 100%
rename from _site/posts/2020-12-29-my-first-jekyll-post.html
rename to posts/2020-12-29-my-first-jekyll-post.html
diff --git a/_site/posts/2020-12-30-just-another-update.html b/posts/2020-12-30-just-another-update.html
similarity index 100%
rename from _site/posts/2020-12-30-just-another-update.html
rename to posts/2020-12-30-just-another-update.html
diff --git a/_site/posts/2021-01-01-nappy-new-year.html b/posts/2021-01-01-nappy-new-year.html
similarity index 100%
rename from _site/posts/2021-01-01-nappy-new-year.html
rename to posts/2021-01-01-nappy-new-year.html
diff --git a/_site/posts/2023-06-11-new-guitar.html b/posts/2023-06-11-new-guitar.html
similarity index 100%
rename from _site/posts/2023-06-11-new-guitar.html
rename to posts/2023-06-11-new-guitar.html
diff --git a/_site/posts/2023-06-18-new-website.html b/posts/2023-06-18-new-website.html
similarity index 100%
rename from _site/posts/2023-06-18-new-website.html
rename to posts/2023-06-18-new-website.html
diff --git a/_site/posts/2023-07-01-podcasting.html b/posts/2023-07-01-podcasting.html
similarity index 100%
rename from _site/posts/2023-07-01-podcasting.html
rename to posts/2023-07-01-podcasting.html
diff --git a/_site/posts/hyde-side.html b/posts/hyde-side.html
similarity index 100%
rename from _site/posts/hyde-side.html
rename to posts/hyde-side.html
diff --git a/resources/assets/app.css b/resources/assets/app.css
deleted file mode 100644
index cef1953..0000000
--- a/resources/assets/app.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
-* This file is loaded into your Hyde/Hyde installation and is used to generate the styles for your project.
-* You can use this file to customize your TailwindCSS or to add new classes.
-*
-* The HydeFront package contains some base styles to make your site look even more amazing.
-*
-* The compiled result of this file is shipped with HydePHP and is found at _media/app.css,
-* so you don't need to compile this file unless you're making changes.
-*
-* If you want, you can load the compiled file with minified styles for a base install from the CDN.
-* See https://hydephp.com/docs/1.x/managing-assets#loading-from-cdn
-*/
-
-@import '~hydefront/dist/hyde.css';
-
-@tailwind base;
-@tailwind components;
-@tailwind utilities;
-
-[x-cloak] { display: none !important; }
diff --git a/resources/assets/app.js b/resources/assets/app.js
deleted file mode 100644
index 3195f61..0000000
--- a/resources/assets/app.js
+++ /dev/null
@@ -1,3 +0,0 @@
-/*
-* This is the main JavaScript used by webpack to build the the app.js file.
-*/
diff --git a/resources/views/.gitkeep b/resources/views/.gitkeep
deleted file mode 100644
index 8b13789..0000000
--- a/resources/views/.gitkeep
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sitemap.xml b/sitemap.xml
new file mode 100644
index 0000000..612f684
--- /dev/null
+++ b/sitemap.xml
@@ -0,0 +1,2 @@
+
+../4042024-01-31T15:10:19+00:00daily0.5../2024-01-31T15:10:19+00:00daily1../about2024-01-31T15:10:19+00:00daily0.9../posts/2020-12-29-my-first-jekyll-post2024-01-31T15:10:19+00:00daily0.75../posts/2020-12-30-just-another-update2024-01-31T15:10:19+00:00daily0.75../posts/2021-01-01-nappy-new-year2024-01-31T15:10:19+00:00daily0.75../posts/2023-06-11-new-guitar2024-01-31T15:10:19+00:00daily0.75../posts/2023-06-18-new-website2024-01-31T15:10:19+00:00daily0.75../posts/2023-07-01-podcasting2024-01-31T15:10:19+00:00daily0.75../docs/2024-01-31T15:10:19+00:00daily0.9../docs/introduction2024-01-31T15:10:19+00:00daily0.9../docs/katana60-pro2024-01-31T15:10:19+00:00daily0.9../docs/katana602024-01-31T15:10:19+00:00daily0.9../docs/tsuka60-pro2024-01-31T15:10:19+00:00daily0.9
diff --git a/tailwind.config.js b/tailwind.config.js
deleted file mode 100644
index 2b89513..0000000
--- a/tailwind.config.js
+++ /dev/null
@@ -1,97 +0,0 @@
-const defaultTheme = require('tailwindcss/defaultTheme');
-
-module.exports = {
- darkMode: 'class',
- content: [
- './_pages/*.blade.php',
- './resources/views/**/*.blade.php',
- './vendor/hyde/framework/resources/views/**/*.blade.php',
- ],
-
- theme: {
- extend: {
- typography: {
- DEFAULT: {
- css: {
- lineHeight: '1.5em',
- maxWidth: '96ch',
- h2: {
- marginBottom: '0.75em',
- marginTop: '1.5em',
- },
- a: {
- color: '#5956eb',
- '&:hover': {
- color: '#4f46e5',
- },
- textDecoration: 'none'
- },
- blockquote: {
- backgroundColor: '#80808020',
- borderLeftColor: '#d1d5db',
- color: 'unset',
- fontWeight: 500,
- fontStyle: 'unset',
- lineHeight: '1.25em',
- paddingLeft: '0.75em',
- paddingTop: '.25em',
- paddingBottom: '.25em',
- marginTop: '1em',
- marginBottom: '1em',
- p: {
- paddingRight: '.25em',
- marginTop: '.25em',
- marginBottom: '.25em',
- },
- 'p::before': {
- content: 'unset',
- },
- 'p::after': {
- content: 'unset',
- },
- },
- code: {
- font: 'unset',
- backgroundColor: '#80808033',
- paddingLeft: '4px',
- paddingRight: '4px',
- marginLeft: '-2px',
- marginRight: '1px',
- borderRadius: '4px'
- },
- 'code::before': {
- content: 'unset',
- },
- 'code::after': {
- content: 'unset',
- },
- pre: {
- code: {
- fontFamily: "'Fira Code Regular', Consolas, Monospace, 'Courier New'",
- }
- }
- },
- },
- invert: {
- css: {
- a: {
- color: '#818cf8',
- '&:hover': {
- color: '#6366f1',
- },
- },
- },
- },
- },
- colors: {
- indigo: {
- 500: '#5956eb',
- }
- },
- },
- },
-
- plugins: [
- require('@tailwindcss/typography')
- ],
-};
diff --git a/webpack.mix.js b/webpack.mix.js
deleted file mode 100644
index e8d11ab..0000000
--- a/webpack.mix.js
+++ /dev/null
@@ -1,12 +0,0 @@
-// Using Laravel Mix is optional as the styles you need to get started are already included.
-// However, if you add new Tailwind classes, or any customizations, you can use Webpack to
-// compile the assets. See https://hydephp.com/docs/1.x/managing-assets.html.
-
-let mix = require('laravel-mix');
-
-mix.js('resources/assets/app.js', 'app.js')
- .postCss('resources/assets/app.css', 'app.css', [
- require('tailwindcss'),
- require('autoprefixer'),
- ]).setPublicPath('_site/media')
- .copyDirectory('_site/media', '_media')