Update master to framework 5.x compatibility

This commit is contained in:
Damian Mooyman 2017-11-28 10:51:19 +13:00
parent 36341b24bb
commit b82750d7f9
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A

View File

@ -14,15 +14,15 @@
}
],
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0"
"silverstripe/framework": "^5",
"silverstripe/vendor-plugin": "^1"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"extra": {
"branch-alias": {
"2.x-dev": "2.2.x-dev"
"dev-master": "3.x-dev"
}
},
"autoload": {