mirror of
https://github.com/zoe-may/TDoG-Skin.git
synced 2024-11-24 22:02:22 +08:00
40 lines
956 B
JSON
40 lines
956 B
JSON
|
{
|
||
|
"name": "lcobucci/clock",
|
||
|
"description": "Yet another clock abstraction",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Luís Cobucci",
|
||
|
"email": "lcobucci@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {
|
||
|
"php": "^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"infection/infection": "^0.25",
|
||
|
"lcobucci/coding-standard": "^8.0",
|
||
|
"phpstan/extension-installer": "^1.1",
|
||
|
"phpstan/phpstan": "^0.12",
|
||
|
"phpstan/phpstan-deprecation-rules": "^0.12",
|
||
|
"phpstan/phpstan-phpunit": "^0.12",
|
||
|
"phpstan/phpstan-strict-rules": "^0.12",
|
||
|
"phpunit/phpunit": "^9.5"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Lcobucci\\Clock\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Lcobucci\\Clock\\": "test"
|
||
|
}
|
||
|
},
|
||
|
"config": {
|
||
|
"preferred-install": "dist",
|
||
|
"sort-packages": true
|
||
|
}
|
||
|
}
|