forked from blinkesport/gewaer-cms-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
83 lines (83 loc) · 2.44 KB
/
Copy pathcomposer.json
File metadata and controls
83 lines (83 loc) · 2.44 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"require": {
"php": ">= 7.4",
"ext-openssl": "*",
"ext-phalcon": ">=4",
"canvas/core": "0.2.x-dev",
"baka/baka": "0.6.x-dev"
},
"require-dev": {
"bakaphp/php-apple-signin": "^2.0",
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.2",
"codeception/module-cli": "^1.0.0",
"codeception/module-filesystem": "^1.0",
"codeception/module-phalcon": "^1.0",
"codeception/module-phalcon4": "^1.0",
"codeception/module-rest": "^1.2",
"dariuszp/cli-progress-bar": "^1.0",
"elasticsearch/elasticsearch": "^7.5",
"firebase/php-jwt": "^5.0",
"fzaninotto/faker": "^1.9@dev",
"hybridauth/hybridauth": "dev-master",
"lcobucci/jwt": "^3.2",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"league/fractal": "^0.17.0",
"mark-gerarts/auto-mapper-plus": "2.0.0-alpha1",
"monolog/monolog": "^2.1",
"nesbot/carbon": "^2.3",
"odan/phinx-migrations-generator": "^5",
"phalcon/ide-stubs": "^3.3",
"phalcon/incubator": "4.0.x-dev",
"phalcon/incubator-acl": "^1.0.0-alpha.1",
"php-amqplib/php-amqplib": "^2.9",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "^9.1",
"psr/log": "^1.0",
"pusher/pusher-php-server": "^4.1",
"robmorgan/phinx": "^0.12",
"sentry/sentry": "^2.4",
"sly/notification-pusher": "2.x",
"squizlabs/php_codesniffer": "^3.2",
"stripe/stripe-php": "^7.36",
"swiftmailer/swiftmailer": "^6",
"symfony/browser-kit": "3.4",
"symfony/config": "3.4",
"symfony/console": "3.4",
"symfony/css-selector": "3.4",
"symfony/debug": "3.4",
"symfony/dom-crawler": "3.4",
"symfony/event-dispatcher": "3.4",
"symfony/filesystem": "3.4",
"symfony/finder": "3.4",
"symfony/process": "3.4",
"symfony/yaml": "3.4",
"vlucas/phpdotenv": "^4.1"
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"discard-changes": true
},
"autoload": {
"classmap": [
"api",
"library",
"cli",
"tests"
]
},
"autoload-dev": {
"psr-4": {
"Niden\\Tests\\": "tests/",
"Gewaer\\Tests\\": "tests/"
}
},
"scripts": {
"test": "./vendor/bin/codecept run",
"phpcs": "phpcs --standard=PSR2"
},
"prefer-stable": true
}