Skip to content

Commit 2a4e59b

Browse files
authored
build: move icecave/parity to dev dependencies (#195)
1 parent 76ef881 commit 2a4e59b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0",
2020
"lastguest/murmurhash": "1.3.0",
2121
"guzzlehttp/guzzle": "~5.3|~6.2",
22-
"monolog/monolog": "~1.21",
23-
"icecave/parity": "^1.0 || ^2.0"
22+
"monolog/monolog": "~1.21"
2423
},
2524
"require-dev": {
2625
"phpunit/phpunit": "^4.8|^5.0",
2726
"php-coveralls/php-coveralls": "v2.0.0",
28-
"squizlabs/php_codesniffer": "3.*"
27+
"squizlabs/php_codesniffer": "3.*",
28+
"icecave/parity": "^1.0 || ^2.0"
2929
},
3030
"autoload": {
3131
"psr-4": {

0 commit comments

Comments
 (0)