mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Fixed composer constraint to allow for RC releases (composer fixed its tilde behaviour now)
This commit is contained in:
parent
2c384cb380
commit
2e878e54e3
@ -13,6 +13,6 @@
|
|||||||
}],
|
}],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"silverstripe/framework": ">=3.2.x-dev,<4.0"
|
"silverstripe/framework": "~3.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user