Skip to content

Commit

Permalink
MNT Revert erroneous dependency changes (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 28, 2023
1 parent 16400bc commit 2fd3e4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
],
"require": {
"php": "^7.4 || ^8.0",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/reports": "4.13.x-dev",
"symbiote/silverstripe-queuedjobs": "4.12.x-dev",
"silverstripe/framework": "^4.10",
"silverstripe/reports": "^4.4",
"symbiote/silverstripe-queuedjobs": "^4.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
"require-dev": {
Expand Down

0 comments on commit 2fd3e4d

Please sign in to comment.