Files
caloriethingy.com/composer.json
2025-02-23 12:41:54 +01:00

61 lines
1.5 KiB
JSON

{
"license": "proprietary",
"require": {
"php": ">=8.3.0",
"ext-json": "*",
"cgsmith/yii2-flatpickr-widget": "~1.1",
"donatj/phpuseragentparser": "^1.9",
"firebase/php-jwt": "^6.11",
"ramsey/uuid": "^4.7",
"sentry/sentry": "^4.9",
"twbs/bootstrap-icons": "^1.11",
"wildbit/postmark-php": "^6.0",
"yiisoft/yii2": "~2.0.45",
"yiisoft/yii2-authclient": "^2.2",
"yiisoft/yii2-bootstrap5": "@dev",
"yiisoft/yii2-httpclient": "~2.0",
"yiisoft/yii2-queue": "^2.3"
},
"require-dev": {
"codeception/codeception": "^5.1",
"codeception/lib-innerbrowser": "^3.0 || ^1.1",
"codeception/module-asserts": "^3.0 || ^1.1",
"codeception/module-filesystem": "^3.0 || ^1.1",
"codeception/module-yii2": "^1.1",
"codeception/specify": "^2.0",
"codeception/verify": "^3.0",
"deployer/deployer": "^7.4",
"phpunit/phpunit": "~9.5.0",
"symfony/browser-kit": "^6.0 || >=2.7 <=4.2.4",
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-faker": "~2.0.0",
"yiisoft/yii2-gii": "~2.2.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true,
"yiisoft/yii2-composer": true
},
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"test": [
"phpunit"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "vcs",
"url": "git@github.com:eficiencia-fiscal/gemini-client.git"
}
]
}