Files
archived-recipes-contrib/tiloweb/pagination-bundle/3.0/manifest.json
Thibault Henry 5f696eb297 Add recipe for tiloweb/pagination-bundle 3.0 (#1949)
* Add recipe for tiloweb/pagination-bundle 3.0

* fix: enable default_items_per_page in config to comply with recipes-contrib guidelines

Don't create bundle config files when no options are set.
Uncommenting default_items_per_page makes the config valid.

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix: remove trailing whitespace to resolve QA encoding check

Made-with: Cursor

* chore: trigger QA check after PR description update

Made-with: Cursor

* chore: trigger QA check after bundle PHP 8.1 compatibility

Made-with: Cursor

* chore: trigger QA check - v3.0.1 now on Packagist with PHP 8.1

Made-with: Cursor

* fix: remove blank lines with invalid indentation for QA 4-spaces check

Made-with: Cursor

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-26 15:33:40 +04:00

9 lines
165 B
JSON

{
"bundles": {
"Tiloweb\\PaginationBundle\\TilowebPaginationBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}