Skip to content

Commit

Permalink
MNT Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Mar 9, 2023
1 parent 58eaa91 commit c39417b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"require": {
"php": "^7.4 || ^8.0",
"league/csv": "^8 || ^9",
"silverstripe/framework": "^4.10",
"symbiote/silverstripe-queuedjobs": "^4.1"
"silverstripe/framework": "4.13.x-dev",
"symbiote/silverstripe-queuedjobs": "4.12.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -33,5 +33,4 @@
}
},
"prefer-stable": true
}

}

0 comments on commit c39417b

Please sign in to comment.