Skip to content

Commit

Permalink
ADD: phpunit.xml, MOD: php.xml ts_php_template.iml composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Nov 12, 2023
1 parent 3295bac commit f05d7fc
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 9 deletions.
34 changes: 33 additions & 1 deletion .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/phpunit.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion .idea/ts_php_template.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.4"
"php": "^8.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "^3.11"
"laravel/pint": "^1.13",
"phpunit/phpunit": "^10.0",
"rector/rector": "^0.18.6"
},
"autoload": {
"psr-4": {
Expand All @@ -34,10 +34,10 @@
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"test": "vendor/bin/phpunit",
"test": "vendor/bin/phpunit --testdox",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
"setup-ci": "vendor/bin/rector setup-ci",
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit f05d7fc

Please sign in to comment.