We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a236a3 + 3db35aa commit fcd477fCopy full SHA for fcd477f
composer.json
@@ -1,6 +1,7 @@
1
{
2
"name": "articstudio/php-bin",
3
"type": "library",
4
+ "license": "MIT",
5
"description": "",
6
"keywords": [
7
"php",
@@ -20,12 +21,11 @@
20
21
"localheinz/composer-normalize": "^1.0",
22
"php-school/cli-menu": "^3.0",
23
"phpmetrics/phpmetrics": "^2.3",
- "phpunit/phpunit": "~7.0",
24
- "squizlabs/php_codesniffer": "^3.3",
+ "phpunit/phpunit": "~8.0",
25
+ "squizlabs/php_codesniffer": "^3.5",
26
"symfony/console": "^4.2",
27
"symfony/process": "^4.2",
- "nunomaduro/phpinsights": "^1.0",
28
- "consistence/coding-standard": "~3.8"
+ "nunomaduro/phpinsights": "^1.0"
29
},
30
"replace": {},
31
"require-dev": {},
0 commit comments