forked from laminas/automatic-releases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.44 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
{
"name": "laminas/automatic-releases",
"type": "project",
"description": "Application that eases release management in the Laminas organisation through GitHub actions",
"license": "BSD-3-Clause",
"autoload": {
"psr-4": {
"Laminas\\AutomaticReleases\\": "src"
}
},
"require": {
"php": "^7.4.7",
"composer/package-versions-deprecated": "^1.10.99",
"jwage/changelog-generator": "^1.2.1",
"laminas/laminas-diactoros": "^2.3.1",
"lcobucci/clock": "^1.3",
"monolog/monolog": "^2.1",
"phly/keep-a-changelog": "^2.9",
"php-http/curl-client": "^2.1.0",
"php-http/discovery": "^1.9.1",
"php-http/httplug": "^2.1.0",
"psr/http-client": "^1.0.1",
"psr/http-message": "^1.0.1",
"psr/log": "^1.1",
"symfony/console": "^4.4.10 || ^5.1.2",
"symfony/process": "^5.1.3",
"thecodingmachine/safe": "^v1.1.2",
"webmozart/assert": "^1.9.1"
},
"autoload-dev": {
"psr-4": {
"Laminas\\AutomaticReleases\\Test\\Unit\\": "test/unit"
}
},
"require-dev": {
"doctrine/coding-standard": "^8.1.0",
"infection/infection": "^0.16.4",
"phpunit/phpunit": "^9.2.5",
"psalm/plugin-phpunit": "^0.10.1",
"squizlabs/php_codesniffer": "^3.5.5",
"vimeo/psalm": "^3.12.2"
},
"config": {
"sort-packages": true
}
}