Skip to content

Commit fcd477f

Browse files
committed
Merge branch 'develop'
2 parents 7a236a3 + 3db35aa commit fcd477f

File tree

2 files changed

+110
-123
lines changed

2 files changed

+110
-123
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "articstudio/php-bin",
33
"type": "library",
4+
"license": "MIT",
45
"description": "",
56
"keywords": [
67
"php",
@@ -20,12 +21,11 @@
2021
"localheinz/composer-normalize": "^1.0",
2122
"php-school/cli-menu": "^3.0",
2223
"phpmetrics/phpmetrics": "^2.3",
23-
"phpunit/phpunit": "~7.0",
24-
"squizlabs/php_codesniffer": "^3.3",
24+
"phpunit/phpunit": "~8.0",
25+
"squizlabs/php_codesniffer": "^3.5",
2526
"symfony/console": "^4.2",
2627
"symfony/process": "^4.2",
27-
"nunomaduro/phpinsights": "^1.0",
28-
"consistence/coding-standard": "~3.8"
28+
"nunomaduro/phpinsights": "^1.0"
2929
},
3030
"replace": {},
3131
"require-dev": {},

0 commit comments

Comments
 (0)