Skip to content

Commit d4a01b4

Browse files
authored
Merge pull request #34 from seregazhuk/move-symfony-process-to-dev-deps
Move symfony process to dev dependencies
2 parents c207842 + 67cb6de commit d4a01b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"require": {
2727
"php": "^7.2",
2828
"yosymfony/resource-watcher": "^2.0",
29-
"symfony/process": "^4.3",
3029
"symfony/console": "^4.3",
3130
"react/event-loop": "^1.1",
3231
"symfony/yaml": "^4.3",
@@ -48,6 +47,7 @@
4847
"php-watcher"
4948
],
5049
"require-dev": {
50+
"symfony/process": "^4.3",
5151
"phpunit/phpunit": "^8.0"
5252
},
5353
"minimum-stability": "alpha"

0 commit comments

Comments
 (0)