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.
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "php-flasher/flasher-sweetalert-symfony",
|
|
"type": "symfony-bundle",
|
|
"license": "MIT",
|
|
"homepage": "https://php-flasher.io",
|
|
"description": "Utilize SweetAlert for dynamic notifications in Symfony with PHPFlasher. Bring engaging user alerts and confirmations to Symfony apps.",
|
|
"keywords": [
|
|
"symfony",
|
|
"sweetalert",
|
|
"sweetalert 2",
|
|
"flash-notifications",
|
|
"dynamic-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-sweetalert": "^2.2.1",
|
|
"php-flasher/flasher-symfony": "^2.2.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Flasher\\SweetAlert\\Symfony\\": ""
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
}
|
|
}
|