forked from softberg/quantum-php-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
50 lines (50 loc) · 1.43 KB
/
composer.json
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
{
"name": "quantum/framework",
"description": "The Quantum PHP Framework",
"keywords": ["framework", "php", "quantum"],
"license": "MIT",
"version": "2.6.0",
"homepage": "https://quantumphp.io",
"support": {
"issues": "https://github.com/softberg/quantum-core/issues",
"source": "https://github.com/softberg/quantum-core"
},
"authors": [
{
"name": "Arman Ag",
"email": "arman.ag@softberg.org"
}
],
"require": {
"php": ">=7.3",
"ext-simplexml": "*",
"j4mie/paris": "^1.5",
"firebase/php-jwt": "^5.0",
"gumlet/php-image-resize": "^2.0",
"symfony/var-dumper": "^4.2",
"symfony/var-exporter": "^5.2",
"symfony/console": "^4.3",
"vlucas/phpdotenv": "^4.2",
"dflydev/dot-access-data": "^3.0",
"maximebf/debugbar": "^1.15",
"phpmailer/phpmailer": "^6.0",
"twig/twig": "^2.7",
"php-curl-class/php-curl-class": "^8.6",
"gerardbalaoro/figlet-php": "^1.0",
"psr/log": "^1.1",
"rakibtg/sleekdb": "^2.13"
},
"require-dev": {
"phpunit/phpunit": "^8.2",
"mockery/mockery": "^1.4",
"mikey179/vfsstream": "^1.6"
},
"autoload": {
"psr-4": {
"Quantum\\": "src/",
"Quantum\\Tests\\": "tests/unit/"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}