File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4+ - ' 5.5'
5+ - ' 5.6'
6+ - ' 7.0'
47 - ' 7.1'
58 - ' 7.2'
69 - ' 7.3'
@@ -16,7 +19,7 @@ services:
1619 - docker
1720
1821before_install :
19- - echo "memory_limit=2G " >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
22+ - echo "memory_limit=3G " >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2023 - sudo /etc/init.d/mysql stop
2124 - make start_db V=$MYSQL_VERSION
2225
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=7.1.3 " ,
18+ "php" : " >=5.5.9 " ,
1919 "ext-pdo" : " *" ,
2020 "ext-json" : " *" ,
21- "illuminate/database" : " ^5.6 |^6.0" ,
21+ "illuminate/database" : " ^5.2| |^6.0" ,
2222 "geo-io/wkb-parser" : " ^1.0" ,
2323 "jmikola/geojson" : " ^1.0"
2424 },
2525 "require-dev" : {
2626 "phpunit/phpunit" : " ~4.8||~5.7" ,
2727 "mockery/mockery" : " ^0.9.9" ,
28- "laravel/laravel" : " ^5.2|^6.0" ,
28+ "laravel/laravel" : " ^5.2|| ^6.0" ,
2929 "doctrine/dbal" : " ^2.5" ,
3030 "laravel/browser-kit-testing" : " ^2.0" ,
3131 "php-coveralls/php-coveralls" : " ^2.0"
You can’t perform that action at this time.
0 commit comments