Pin scrapbook to a version range

Scrapbook's master has dropped support for PHP<8.0;
we ought to allow other/older versions here, since
we want to be able to continue testing old PHP versions.
This commit is contained in:
Matthias Mullie 2022-11-16 10:08:38 +01:00
parent 23bbe87baa
commit d84829dd5e

View File

@ -19,7 +19,7 @@
"matthiasmullie/path-converter": "~1.1"
},
"require-dev": {
"matthiasmullie/scrapbook": "dev-master",
"matthiasmullie/scrapbook": ">=1.3",
"phpunit/phpunit": ">=4.8",
"friendsofphp/php-cs-fixer": "~2.0"
},