Actualización

This commit is contained in:
Xes
2025-04-10 12:24:57 +02:00
parent 8969cc929d
commit 45420b6f0d
39760 changed files with 4303286 additions and 0 deletions

21
vendor/knplabs/knp-components/README.md vendored Normal file
View File

@@ -0,0 +1,21 @@
# Knp Component library
[![Build Status](https://secure.travis-ci.org/KnpLabs/knp-components.png)](http://travis-ci.org/KnpLabs/knp-components)
## Components in this library:
- [Pager](https://github.com/knplabs/knp-components/tree/master/doc/pager/intro.md)
fancy paginator component
## Running unit tests
PHPUnit 3.5 or newer is required.
To setup and run tests follow these steps:
- go to the root directory of components
- run:
```bash
composer install
composer test
```