Hlavtox
57ba412d81
Fix PHP 8.4 deprecation notices
2024-11-22 11:11:52 +01:00
David Maicher
171df43e93
fix Symfony 6.3 deprecation: add getSupportedTypes()
2023-07-04 19:05:17 +02:00
Misley Márton
de9c37f394
Fix symfony 6.1 deprecations
...
- Relying on the static property "$defaultName" for setting a command name is deprecated. Add the "Symfony\Component\Console\Attribute\AsCommand" attribute
- NormalizerInterface::supportsNormalization() method will require a new "array $context" argument, not defining it is deprecated.
2022-05-31 14:48:58 +02:00
Ion Bazan
089c7380ea
use latest PHP 8.0 features ( #432 )
...
* use latest PHP 8.0 features
* fix tests
2022-03-02 17:47:03 +01:00
Tobias Feijten
3d4f112165
Drop support for PHP <8.0 and Symfony <5.4, add typing to all classes
2021-12-15 11:33:11 +01:00
chris
5cd9c7b8dc
replace Travis with GitHub actions and bump dependencies ( #414 )
...
* feat: add github actions (replace travis)
* feat: add github actions (replace travis)
* feat: add github actions (replace travis)
* Add JS tests to Github actions
* Add return types to fix deprecations
* Use SF 5.4 for actions
Co-authored-by: Tobias Feijten <tobias@drenso.nl >
2021-12-14 23:10:19 +01:00
Christophe Coevoet
cd5229ba6b
Fixed the BC layer for the route condition
...
The condition is always a string, not null, even when there is no condition
2014-04-25 19:26:40 +02:00
William DURAND
1e0be0bbfd
Fix serialization of RouteCollection and RoutesResponse
...
This should fix #121
2014-01-24 09:19:56 +01:00
Clément Gautier
6810cd029e
Added tests and reviewed code also fixes #109
2013-12-17 15:27:41 +01:00