Sync versions of pico-deprecated and pico-theme with Pico
... by using composer's special version constraint "self.version"
This commit is contained in:
parent
b098e22033
commit
cd2cc60ef6
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
|||
"twig/twig": "^1.18",
|
||||
"symfony/yaml" : "^2.3",
|
||||
"erusev/parsedown-extra": "^0.7",
|
||||
"picocms/pico-theme": "~2.0.0@dev",
|
||||
"picocms/pico-deprecated": "~2.0.0@dev"
|
||||
"picocms/pico-theme": "self.version",
|
||||
"picocms/pico-deprecated": "self.version"
|
||||
},
|
||||
"require-dev" : {
|
||||
"phpdocumentor/phpdocumentor": "^2.8",
|
||||
|
|
Loading…
Reference in a new issue