shubraVeil/composer.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-12-25 13:05:50 +02:00
{
"name": "shubraveil/website",
"description": "ShubraVeil - نظام إدارة متجر الحجاب",
"type": "project",
"require": {
"php": ">=7.4",
"phpmailer/phpmailer": "^6.8",
"firebase/php-jwt": "^6.4",
"vlucas/phpdotenv": "^5.5",
"intervention/image": "^2.7",
"guzzlehttp/guzzle": "^7.0",
"monolog/monolog": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.10",
"squizlabs/php_codesniffer": "^3.7"
},
"autoload": {
"psr-4": {
"ShubraVeil\\": "includes/"
}
},
"autoload-dev": {
"psr-4": {
"ShubraVeil\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit",
"analyse": "phpstan analyse",
"cs": "phpcs",
"post-install-cmd": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}