-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
50 lines (50 loc) · 1.4 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"repositories": [
{
"type": "git",
"url": "https://github.com/krazzer/module-phalcon4.git"
}
],
"homepage": "https://kikcms.com",
"license": "MIT",
"name": "kiksaus/kikcms",
"config": {
"platform": {
"php": "8.2.25",
"ext-zip": "master",
"ext-sockets": "master",
"ext-phalcon": "4.0"
},
"platform-check": false,
"allow-plugins": {
"codeception/c3": true
}
},
"description": "A CMS based on the Phalcon Framework",
"require": {
"twig/twig": "~3.0",
"nette/php-generator": "^3.1",
"martijnc/php-csp": "^1.0",
"google/recaptcha": "^1.2",
"kiksaus/kikcms-core": "dev-master",
"google/analytics-data": "^0.8.4",
"symfony/var-dumper": "^5.4"
},
"autoload": {
"psr-4": {
"KikCMS\\": "src"
}
},
"require-dev": {
"codeception/codeception": "^5.1.2",
"codeception/c3": "2.*",
"donatj/mock-webserver": "dev-master",
"codeception/module-webdriver": "^4.0.2",
"codeception/module-db": "^3.1.4",
"codeception/module-asserts": "^3.0.0",
"codeception/module-filesystem": "^3.0.1",
"codeception/module-cli": "^2.0.1",
"mockery/mockery": "^1.6.12",
"codeception/module-phalcon5": "^2.0.1"
}
}