Skip to content

Commit 4d40e82

Browse files
authored
Merge pull request #34 from kduma-OSS/docs/content-negotiable-responses
Docs: content-negotiable-responses — Laravel 12+ and PHP 8.3+
2 parents bd2ff8f + 5459177 commit 4d40e82

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

content/3.libraries/100.php/laravel-content-negotiable-responses.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Content Negotiable Responses for Laravel
3-
description: This package makes it easy to aautomaticallly negotiate content based on the client's Accept header.
3+
description: This package makes it easy to automatically negotiate content based on the client's Accept header.
44
type: library
55
platform: Laravel
66
github: https://github.com/kduma-OSS/LV-content-negotiable-responses
@@ -17,6 +17,12 @@ featured_icon: material-symbols:merge-type
1717
:u-button[Packagist]{icon="simple-icons:packagist" href="https://packagist.org/packages/kduma/content-negotiable-responses" target="_blank"}
1818
::
1919

20+
## Requirements
21+
22+
- PHP `^8.3`
23+
- Laravel `^12.0 || ^13.0`
24+
- symfony/yaml `^7.0 || ^8.0`
25+
2026
## Installation
2127

2228
```bash

0 commit comments

Comments
 (0)