Testing dependencies
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "incoviba/web",
|
||||
"version": "2.0.0",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"berrnd/slim-blade-view": "^1.0",
|
||||
@ -14,8 +15,10 @@
|
||||
"slim/slim": "^4.11"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.23",
|
||||
"kint-php/kint": "^5.1",
|
||||
"phpunit/phpunit": "^10.2"
|
||||
"phpunit/phpunit": "^10.2",
|
||||
"spatie/phpunit-watcher": "^1.23"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
@ -30,6 +33,7 @@
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
"sort-packages": true,
|
||||
"process-timeout": 0
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user