MNT Update development dependencies

This commit is contained in:
Guy Sartorelli 2023-03-10 12:21:31 +13:00
parent 9b2e9e332c
commit d067054f72
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "^4.10",
"silverstripe/framework": "4.13.x-dev",
"monolog/monolog": "~1.15",
"silverstripe/solr-php-client": "^1.0",
"symfony/process": "^3.4 || ^4",
@ -55,4 +55,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}