Skip to content

Commit 4f974fc

Browse files
Revert "Update workflow and enhance README badges and info"
This reverts commit 9fa3944.
1 parent 9fa3944 commit 4f974fc

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout code
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v6
3838

3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Laravel TOON
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mischasigtermans/laravel-toon.svg?style=flat-square)](https://packagist.org/packages/mischasigtermans/laravel-toon)
4-
[![Total Downloads](https://img.shields.io/packagist/dt/mischasigtermans/laravel-toon.svg?style=flat-square)](https://packagist.org/packages/mischasigtermans/laravel-toon)
5-
63
Token-Optimized Object Notation encoder/decoder for Laravel with intelligent nested object handling.
74

85
TOON is a compact, YAML-like format designed to reduce token usage when sending data to LLMs. This package achieves **40-60% token reduction** compared to JSON while maintaining full round-trip fidelity.
@@ -286,15 +283,6 @@ public function index(Request $request)
286283
composer test
287284
```
288285

289-
## Requirements
290-
291-
- PHP 8.2+
292-
- Laravel 10, 11, or 12
293-
294-
## Credits
295-
296-
- [Mischa Sigtermans](https://github.com/mischasigtermans)
297-
298286
## License
299287

300288
MIT

0 commit comments

Comments
 (0)