Initial commit

This commit is contained in:
Chris Smith
2025-02-19 14:51:16 +01:00
commit d82a6cad96
198 changed files with 13819 additions and 0 deletions

57
composer.json Normal file
View File

@@ -0,0 +1,57 @@
{
"license": "proprietary",
"require": {
"php": ">=7.4.0",
"ext-json": "*",
"yiisoft/yii2": "~2.0.45",
"yiisoft/yii2-bootstrap5": "@dev",
"yiisoft/yii2-authclient": "^2.2",
"yiisoft/yii2-httpclient": "~2.0",
"cgsmith/yii2-flatpickr-widget": "~1.1",
"yiisoft/yii2-queue": "^2.3",
"wildbit/postmark-php": "^6.0",
"donatj/phpuseragentparser": "^1.9",
"twbs/bootstrap-icons": "^1.11",
"sentry/sentry": "^4.9",
"kartik-v/yii2-widget-select2": "^2.2",
"kartik-v/yii2-grid": "dev-master",
"kartik-v/yii2-editable": "^1.8",
"kartik-v/yii2-icons": "^1.4"
},
"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": {
"yiisoft/yii2-composer": true
},
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
}
},
"scripts": {
"test": [
"phpunit"
]
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}