mirror of
https://github.com/symfony/ux-swup.git
synced 2026-03-24 00:12:19 +01:00
39 lines
843 B
JSON
39 lines
843 B
JSON
{
|
|
"name": "symfony/ux-swup",
|
|
"type": "symfony-bundle",
|
|
"description": "Swup integration for Symfony",
|
|
"keywords": [
|
|
"symfony-ux"
|
|
],
|
|
"homepage": "https://symfony.com",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Titouan Galopin",
|
|
"email": "galopintitouan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\UX\\Swup\\": "src/"
|
|
}
|
|
},
|
|
"conflict": {
|
|
"symfony/flex": "<1.13"
|
|
},
|
|
"extra": {
|
|
"thanks": {
|
|
"name": "symfony/ux",
|
|
"url": "https://github.com/symfony/ux"
|
|
}
|
|
},
|
|
"minimum-stability": "dev"
|
|
}
|