🐞 fix: Error cleanup, add test harness
This commit is contained in:
+20
-1
@@ -1,5 +1,24 @@
|
||||
{
|
||||
"name": "keith/ironkanban",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"symfony/yaml": "^7.4"
|
||||
"php": "^8.2",
|
||||
"symfony/yaml": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"IronKanban\\": "src/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"IronKanban\\Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user