mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
dd3c9f74f0
Bumps the php-flasher dependencies in composer.json and package.json files to version 2.2.1 across all relevant packages. This ensures the project utilizes the latest features, bug fixes, and improvements available in the php-flasher library.
51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
{
|
|
"name": "php-flasher/flasher-symfony",
|
|
"type": "symfony-bundle",
|
|
"license": "MIT",
|
|
"homepage": "https://php-flasher.io",
|
|
"description": "Integrate flash notifications into Symfony projects effortlessly with PHPFlasher. Improve user experience and application feedback loops easily.",
|
|
"keywords": [
|
|
"symfony",
|
|
"php",
|
|
"flash-notifications",
|
|
"phpflasher",
|
|
"user-feedback",
|
|
"open-source"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-flasher/php-flasher/issues",
|
|
"source": "https://github.com/php-flasher/php-flasher"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Younes ENNAJI",
|
|
"email": "younes.ennaji.pro@gmail.com",
|
|
"homepage": "https://www.linkedin.com/in/younes--ennaji/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"php-flasher/flasher": "^2.2.1",
|
|
"symfony/config": "^7.0|^8.0",
|
|
"symfony/console": "^7.0|^8.0",
|
|
"symfony/dependency-injection": "^7.0|^8.0",
|
|
"symfony/http-kernel": "^7.0|^8.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation": "To translate flash messages, title and presets",
|
|
"symfony/ux-twig-component": "To utilize and interact with flash messages components in Twig templates"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\Symfony\\": ""
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
}
|
|
}
|