File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - " 5.4"
5- - " 5.5"
6- - " 5.6"
7- - " 7.0"
4+ - " 7.2"
85 - " 7.1"
6+ - " 7.0"
7+ - " 5.6"
98
109env :
1110 - CONTAO_VERSION=~3.5.5
1211
1312sudo : false
1413
14+ before_install :
15+ - echo "memory_limit = -1" > travis.php.ini && phpenv config-add travis.php.ini
16+
1517install :
1618 - travis_retry composer self-update && composer --version
1719 - travis_retry composer require contao/core $CONTAO_VERSION --no-update
Original file line number Diff line number Diff line change 99 ],
1010 "type" : " contao-module" ,
1111 "homepage" : " http://now.metamodel.me/" ,
12- "license" : " LGPL-3.0+ " ,
12+ "license" : " LGPL-3.0-or-later " ,
1313 "authors" : [
1414 {
1515 "name" : " Christian Schiffler" ,
3131 "source" : " https://github.com/MetaModels/filter_checkbox"
3232 },
3333 "require" : {
34- "php" : " >=5.4 " ,
34+ "php" : " ^5.6 || ^7.0 " ,
3535 "contao/core" : " ^3.5.5" ,
3636 "contao-community-alliance/composer-plugin" : " ~2.0" ,
37- "metamodels/core" : " ~2.0"
37+ "contao-community-alliance/dc-general" : " ~2.0@beta" ,
38+ "metamodels/core" : " ~2.0@alpha"
3839 },
3940 "require-dev" : {
4041 "cyberspectrum/contao-toolbox" : " ~0.6" ,
6162 "dev-master" : " 2.0.x-dev" ,
6263 "dev-develop" : " 2.1.x-dev"
6364 }
64- },
65- "minimum-stability" : " dev" ,
66- "prefer-stable" : true
65+ }
6766}
You can’t perform that action at this time.
0 commit comments