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 4f32407 commit dceb3e8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
}
],
"require": {
"silverstripe/framework": "^4.10",
"silverstripe/versioned": "^1@dev",
"silverstripe/framework": "4.13.x-dev",
"silverstripe/versioned": "1.13.x-dev",
"silverstripe/vendor-plugin": "^1.0",
"php": "^7.4 || ^8.0"
},
Expand All @@ -40,7 +40,10 @@
},
"autoload": {
"psr-4": {
"SilverStripe\\Admin\\": ["code/", "_legacy/"],
"SilverStripe\\Admin\\": [
"code/",
"_legacy/"
],
"SilverStripe\\Admin\\Tests\\": "tests/php/",
"SilverStripe\\Admin\\Tests\\Behat\\Context\\": "tests/behat/src/"
}
Expand All @@ -51,4 +54,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit dceb3e8

Please sign in to comment.