Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed Aug 6, 2022
1 parent b74fa94 commit 8d41cb8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions composer.json
Expand Up @@ -20,17 +20,12 @@
}
},
"minimum-stability": "dev",
"config": {
"platform": {
"php": "7.0.0"
}
},
"scripts": {
"test": "@composer lint && phpunit",
"lint": "phpcs -p -n"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"phpunit/phpunit": "^6.5||^7",
"squizlabs/php_codesniffer": "^3.4",
"php-coveralls/php-coveralls": "^2.0",
"violinist-dev/violinist-config": "dev-master"
Expand Down

0 comments on commit 8d41cb8

Please sign in to comment.