-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
71 lines (71 loc) · 2.32 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "php test",
"type": "project",
"description": "vulnerabilities",
"license": "MIT",
"require": {
"php": "^8.2",
"ext-openssl": "*",
"async-aws/event-bridge": "^1.5",
"aws/aws-sdk-php-laravel": "~3.8",
"doctrine/dbal": "^3.7",
"dvdoug/boxpacker": "^3.12",
"firebase/php-jwt": "^6.10",
"guzzlehttp/guzzle": "^7.8",
"laravel-json-api/laravel": "^3.1",
"laravel/framework": "^10.37",
"laravel/horizon": "^5.21",
"laravel/sanctum": "^3.3",
"laravel/tinker": "^2.8",
"launchdarkly/server-sdk": "^6.0",
"league/flysystem-aws-s3-v3": "^3.22",
"maestroerror/php-heic-to-jpg": "^1.0",
"netsuitephp/netsuite-laravel": "^1.0",
"open-telemetry/exporter-otlp": "^1.0",
"open-telemetry/opentelemetry-auto-laravel": "^0.0.19",
"open-telemetry/sdk": "^1.0",
"php-mqtt/laravel-client": "^1.4",
"picqer/php-barcode-generator": "^2.2",
"predis/predis": "^2.0",
"printu/customerio": "~3.4",
"segmentio/analytics-php": "^3.6",
"stripe/stripe-php": "^7.128",
"symfony/http-client": "^6.3",
"twilio/sdk": "^6.42"
},
"require-dev": {
"brianium/paratest": "^7.3",
"fakerphp/faker": "^1.20",
"friendsofphp/php-cs-fixer": "^3.41",
"galbar/jsonpath": "^3.0",
"helmich/phpunit-json-assert": "^3.5",
"hotmeteor/spectator": "^1.9",
"larastan/larastan": "^2.7",
"laravel-json-api/testing": "^2.1",
"laravel/sail": "^1.16",
"league/openapi-psr7-validator": "^0.18.0",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^7.0",
"nunomaduro/phpinsights": "^2.11",
"phpunit/phpunit": "^10.5",
"reliese/laravel": "^1.2",
"spatie/laravel-ignition": "^2.0",
"squizlabs/php_codesniffer": "^3.8"
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": false,
"php-http/discovery": true
}
},
"minimum-stability": "stable",
"prefer-stable": true
}