File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments