-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 817 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 817 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
{
"name": "hjerichen/prophecy-php",
"description": "Prophesize PHP Functions.",
"type": "testing",
"license": "MIT",
"authors": [
{
"name": "Heiko Jerichen",
"email": "heiko@jerichen.de"
}
],
"require": {
"php": "^8.2",
"phpspec/prophecy": "^1.8",
"phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0 | ^5.0"
},
"autoload": {
"psr-4": {
"HJerichen\\ProphecyPHP\\": "./src/",
"HJerichen\\ProphecyPHP\\Tests\\": "./tests/"
}
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^9.6.21 | ^10.0 | ^11.0",
"phpspec/prophecy-phpunit": "^2.0",
"vimeo/psalm": "^6.1",
"psalm/plugin-phpunit": "^0.19.2"
}
}