mirror of
https://github.com/superhelio/commands.git
synced 2026-02-05 05:49:05 +00:00
feat: update dependencies, add linting, fix codebase, cleanup (#11)
* chore(deps): update dependencies * feat(tests): add matrix testing, problem matcher * feat(lint): add php-cs-fixer, fix codebase
This commit is contained in:
@@ -17,14 +17,15 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : ">=7.3",
|
||||
"illuminate/support": "^5.3|^6.0|^7.0|^8.0",
|
||||
"doctrine/dbal": "^2.5|^2.6"
|
||||
"php": "^7.4|^8",
|
||||
"illuminate/support": "^5.3|^6|^7|^8|^9|^10|^11",
|
||||
"doctrine/dbal": "^2.5|^2.6|^3"
|
||||
},
|
||||
"require-dev": {
|
||||
"roave/security-advisories": "dev-master",
|
||||
"phpunit/phpunit" : "^8.0",
|
||||
"orchestra/testbench": "^3.3|^4|^5|^6"
|
||||
"phpunit/phpunit": "^8.0",
|
||||
"orchestra/testbench": "^3.3|^4|^5|^6|^7|^8",
|
||||
"friendsofphp/php-cs-fixer": "^3.9"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
@@ -37,7 +38,9 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit"
|
||||
"lint": "PHP_CS_FIXER_IGNORE_ENV=1 php-cs-fixer fix --diff --allow-risky=yes",
|
||||
"test": "phpunit",
|
||||
"test-ci": "phpunit --teamcity"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
Reference in New Issue
Block a user