-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 796 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 796 Bytes
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
{
"name": "pestphp/pest-dev-tools",
"description": "Dev requirements for Pest, The elegant PHP Testing Framework.",
"keywords": [
"php",
"framework",
"pest",
"unit",
"test",
"testing"
],
"license": "MIT",
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"require": {
"php": "^8.3.0",
"laravel/pint": "^1.27.1",
"phpstan/phpstan": "^2.1.39",
"phpstan/phpstan-strict-rules": "^2.0.10",
"symfony/var-dumper": "^7.4.4|^8.0.4",
"rector/rector": "^2.3.6",
"phpunit/phpunit": "^12.5.12",
"symplify/phpstan-rules": "^14.9.11"
},
"minimum-stability": "dev",
"prefer-stable": true
}