mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Adjusted silverstripe/framework dependency
Removed silverstripe/admin dependency Aliased 2.0 branch as 2.0.x-dev Set travis to 4.0 instead of just 4
This commit is contained in:
parent
72d458c819
commit
f0fbbd5650
@ -6,12 +6,12 @@ php:
|
|||||||
- 7.1
|
- 7.1
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DB=MYSQL CORE_RELEASE=4
|
- DB=MYSQL CORE_RELEASE=4.0
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: DB=PGSQL CORE_RELEASE=4
|
env: DB=PGSQL CORE_RELEASE=4.0
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
- git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
|
||||||
|
@ -12,8 +12,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"silverstripe/admin": "^1.0@dev",
|
"silverstripe/framework": "~4.0",
|
||||||
"silverstripe/framework": "^4.0@dev",
|
|
||||||
"silverstripe/versioned": "^1.0"
|
"silverstripe/versioned": "^1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@ -28,7 +27,7 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"installer-name": "sortablegridfield",
|
"installer-name": "sortablegridfield",
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.0.x-dev"
|
"dev-master": "2.0.x-dev"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user