Skip to content

Commit af4fec3

Browse files
committed
Switch to silverstripe-vendormodule
1 parent 2d899b0 commit af4fec3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Notable changes to this project will be documented in this file.
44

5+
## [2.0.3]
6+
7+
- Switch to silverstripe-vendormodule
8+
9+
510
## [2.0.2]
611

712
- Replace default config with static variables

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "axllent/silverstripe-version-truncator",
33
"description": "Automatically delete old SiteTree page versions from SilverStripe",
4-
"type": "silverstripe-module",
4+
"type": "silverstripe-vendormodule",
55
"homepage": "https://github.com/axllent/silverstripe-version-truncator",
66
"keywords": [
77
"silverstripe",
@@ -19,7 +19,7 @@
1919
"issues": "https://github.com/axllent/silverstripe-version-truncator/issues"
2020
},
2121
"require": {
22-
"silverstripe/framework": "^4.0@dev"
22+
"silverstripe/framework": "^4.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)