Skip to content

Commit a89ed15

Browse files
committed
Update composer.json
1 parent 660d603 commit a89ed15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@
3333
"webfiori/mailer": "v1.3.1",
3434
"webfiori/err": "v1.2.0"
3535
},
36-
"require-dev": {},
36+
"scripts": {
37+
"test": "phpunit --configuration tests/phpunit.xml",
38+
"test-10": "phpunit --configuration tests/phpunit10.xml"
39+
},
40+
"require-dev": {
41+
"phpunit/phpunit": "^10.0"
42+
},
3743
"autoload": {
3844
"psr-4": {
3945
"webfiori\\framework\\": "webfiori/framework/"

0 commit comments

Comments
 (0)