Skip to content

Commit 0da8cc7

Browse files
committed
Merge branch 'main' of https://github.com/WebFiori/app
2 parents 8218dbf + 5a510e8 commit 0da8cc7

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
{
2-
"name": "webfiori/app",
3-
"description": "The default application template for WebFiori Framework.",
4-
"authors": [],
5-
"type": "project",
6-
"require": {
7-
"php": ">=8.1",
8-
"webfiori/framework": "v3.0.0-RC.5"
9-
},
10-
"require-dev": {
11-
"phpunit/phpunit": "^11",
12-
"friendsofphp/php-cs-fixer": "^3"
13-
},
14-
"scripts": {
15-
"test": "phpunit --configuration tests/phpunit.xml",
16-
"cs-fix": "php-cs-fixer fix --config=php_cs.php.dist",
17-
"cs-check": "php-cs-fixer fix --config=php_cs.php.dist --dry-run --diff"
18-
}
19-
}
1+
{
2+
"name": "webfiori/app",
3+
"description": "The default application template for WebFiori Framework.",
4+
"authors": [],
5+
"type": "project",
6+
"require": {
7+
"php": ">=8.1",
8+
"webfiori/framework": "v3.0.0-RC.5"
9+
},
10+
"require-dev": {
11+
"phpunit/phpunit": "^11",
12+
"friendsofphp/php-cs-fixer": "^3"
13+
},
14+
"scripts": {
15+
"test": "phpunit --configuration tests/phpunit.xml",
16+
"cs-fix": "php-cs-fixer fix --config=php_cs.php.dist",
17+
"cs-check": "php-cs-fixer fix --config=php_cs.php.dist --dry-run --diff"
18+
}
19+
}

0 commit comments

Comments
 (0)