mirror of
https://github.com/symfony/ux-typed.git
synced 2026-03-23 23:52:16 +01:00
40 lines
898 B
JSON
40 lines
898 B
JSON
{
|
|
"name": "symfony/ux-typed",
|
|
"type": "symfony-bundle",
|
|
"description": "Typed integration for Symfony",
|
|
"keywords": [
|
|
"symfony-ux"
|
|
],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Florent Morselli",
|
|
"email": "contact@spomky-labs.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\UX\\Typed\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
},
|
|
"conflict": {
|
|
"symfony/flex": "<1.13"
|
|
},
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/ux",
|
|
"url": "https://github.com/symfony/ux"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|