forked from colopl/php-colopl_timeshifter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 858 Bytes
/
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
{
"name": "colopl/colopl_timeshifter",
"description": "Current time modification extension wrapper library.",
"type": "library",
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-colopl_timeshifter": "^1.0"
},
"require-dev": {
"phpstan/phpstan": "^1",
"vimeo/psalm": "^5",
"phpunit/phpunit": "^10",
"phpstan/phpstan-phpunit": "^1",
"psalm/plugin-phpunit": "^0.19"
},
"license": "PHP-3.01",
"autoload": {
"psr-4": {
"Colopl\\ColoplTimeShifter\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Colopl\\ColoplTimeShifter\\Tests\\": "tests/"
}
},
"authors": [
{
"name": "Go Kudo",
"email": "[email protected]"
}
],
"minimum-stability": "stable"
}