Skip to content

Commit be27f55

Browse files
committed
Update composer.json
1 parent 16c4094 commit be27f55

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,22 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": ">=7.0"
11+
"php": ">=8.0"
1212
},
1313
"autoload" :{
1414
"psr-4":{
15-
"WebFiori\\Json\\":"src/WebFiori/Json"
15+
"WebFiori\\Json\\":"WebFiori/Json"
1616
}
1717
},
18+
"autoload-dev" :{
19+
"psr-4":{
20+
"WebFiori\\Tests\\":"tests/WebFiori/Tests"
21+
}
22+
},
23+
"scripts":{
24+
"test": "phpunit --configuration tests/phpunit.xml"
25+
},
1826
"require-dev": {
27+
"phpunit/phpunit": "^10.0"
1928
}
2029
}

0 commit comments

Comments
 (0)