Closed Robbert closed 1 year ago
I just noticed another similar fix was made to another repo earlier: https://github.com/OpenWebconcept/plugin-pdc-samenwerkende-catalogi/commit/5dba6aafe1497bd0e8cb00b8028d51c8d0d1816d
This is the right fix indeed, can jou add the version bumps as well?
@mvdhoek1 thanks, ik zie dat je het al gefixt hebt in b4d2f6fcde1481a6d241ecf42c7496a9352ce30c
@Robbert klopt, n.a.v. jouw slack bericht een paar weken geleden.
When running
composer install
we got this error:To remedy the situation we removed the lockfile (not ideal, I know) and we replaced the
"10up/wp_mock": "dev-master"
dependency with version"~0.4"
. This is the same version as other OpenWebConceptcomposer.json
files appear to use.We included a GitHub Workflow to be able test this situation automatically in the future.