Skip to content

Commit

Permalink
Symfony process constructor fix (#312)
Browse files Browse the repository at this point in the history
* FIX: #311 Update Symfony process to at least 3.4

* FIX Separate out all command components so Solr_Reindex works in dev mode.

Co-authored-by: Kirk Mayo <kirk.mayo@stats.govt.nz>
Co-authored-by: GuySartorelli <36352093+GuySartorelli@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 18, 2022
1 parent 8befac8 commit adefb3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"silverstripe/framework": "^4.10",
"monolog/monolog": "~1.15",
"ptcinc/solr-php-client": "^1.0",
"symfony/process": "^3.2 || ^4",
"symfony/process": "^3.4 || ^4",
"tractorcow/silverstripe-proxy-db": "~0.1",
"ext-curl": "*"
},
Expand Down

0 comments on commit adefb3f

Please sign in to comment.